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.