qiskit.transpiler.passes.InverseCancellation.run¶
- InverseCancellation.run(dag)[source]¶
Run the InverseCancellation pass on dag.
- প্যারামিটার
dag (
DAGCircuit
) -- the directed acyclic graph to run on.- রিটার্নস
Transformed DAG.
- রিটার্ন টাইপ
Run the InverseCancellation pass on dag.
dag (DAGCircuit
) -- the directed acyclic graph to run on.
Transformed DAG.