qiskit.transpiler.passes.CommutativeInverseCancellation.run¶
- CommutativeInverseCancellation.run(dag)[source]¶
Run the CommutativeInverseCancellation pass on dag.
- Parameters
dag (DAGCircuit) -- the directed acyclic graph to run on.
- Returns
Transformed DAG.
- Return type