cirq.google.LinePlacementStrategy¶
-
class
cirq.google.LinePlacementStrategy[source]¶ Choice and options for the line placement calculation method.
Currently two methods are available: cirq.line.GreedySequenceSearchMethodand cirq.line.AnnealSequenceSearchMethod.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
place_line(device, length)Runs line sequence search. -