CXCancellation.run¶
- CXCancellation.run(dag)[source]¶
Run the CXCancellation pass on dag.
- Parameters
dag (DAGCircuit) – the directed acyclic graph to run on.
- Returns
Transformed DAG.
- Return type
Run the CXCancellation pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.