qiskit.transpiler.passes.CXCancellation.run¶
- CXCancellation.run(dag)[fuente]¶
Run the CXCancellation pass on dag.
- Parámetros
dag (DAGCircuit) – the directed acyclic graph to run on.
- Devuelve
Transformed DAG.
- Tipo del valor devuelto
Run the CXCancellation pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.