qiskit.transpiler.passes.SabreSwap.run¶
- SabreSwap.run(dag)[código fonte]¶
Run the SabreSwap pass on dag.
- Parâmetros
dag (DAGCircuit) – the directed acyclic graph to be mapped.
- Retorno
A dag mapped to be compatible with the coupling_map.
- Tipo de retorno
- Levanta
TranspilerError – if the coupling map or the layout are not
compatible with the DAG, or if the coupling_map=None –