qiskit.transpiler.passes.InverseCancellation.run¶
- InverseCancellation.run(dag)[Quellcode]¶
Run the InverseCancellation pass on dag.
- Parameter
dag (
DAGCircuit
) – the directed acyclic graph to run on.- Rückgabe
Transformed DAG.
- Rückgabetyp
Run the InverseCancellation pass on dag.
dag (DAGCircuit
) – the directed acyclic graph to run on.
Transformed DAG.