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