qiskit.transpiler.passes.LookaheadSwap.run¶
- LookaheadSwap.run(dag)[source]¶
Run the LookaheadSwap pass on dag.
- Paramètres
dag (DAGCircuit) – the directed acyclic graph to be mapped
- Renvoie
- A dag mapped to be compatible with the coupling_map in
the property_set.
- Type renvoyé
- Lève
TranspilerError – if the coupling map or the layout are not
compatible with the DAG, or if the coupling_map=None –