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