qiskit.transpiler.passes.CXCancellation.run¶
- CXCancellation.run(dag)[ソース]¶
Run the CXCancellation pass on dag.
- パラメータ
dag (DAGCircuit) – the directed acyclic graph to run on.
- 戻り値
Transformed DAG.
- 戻り値の型
Run the CXCancellation pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.