qiskit.transpiler.passes.SabreSwap.run¶
- SabreSwap.run(dag)[source]¶
Run the SabreSwap pass on dag.
- প্যারামিটার
dag (DAGCircuit) -- the directed acyclic graph to be mapped.
- রিটার্নস
A dag mapped to be compatible with the coupling_map.
- রিটার্ন টাইপ
- রেইজেস
TranspilerError -- if the coupling map or the layout are not
compatible with the DAG, or if the coupling_map=None --