qiskit.transpiler.passes.SetLayout.run¶
-
SetLayout.
run
(dag)[source]¶ Run the SetLayout pass on dag.
- Parameters
dag (DAGCircuit) – DAG to map.
- Returns
the original DAG.
- Return type
SetLayout.
run
(dag)[source]¶Run the SetLayout pass on dag.
dag (DAGCircuit) – DAG to map.
the original DAG.