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