qiskit.transpiler.passes.InverseCancellation.run¶
- InverseCancellation.run(dag)[소스]¶
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.