qiskit.transpiler.passes.InverseCancellation.run¶
- InverseCancellation.run(dag)[source]¶
Run the InverseCancellation pass on dag.
- Paramètres
dag (
DAGCircuit
) – the directed acyclic graph to run on.- Renvoie
Transformed DAG.
- Type renvoyé
Run the InverseCancellation pass on dag.
dag (DAGCircuit
) – the directed acyclic graph to run on.
Transformed DAG.