qiskit.transpiler.passes.AlignMeasures.run¶
-
AlignMeasures.
run
(dag)[source]¶ Run the measurement alignment pass on dag.
- Parameters
dag (DAGCircuit) – DAG to be checked.
- Returns
DAG with consistent timing and op nodes annotated with duration.
- Return type
- Raises
TranspilerError – If circuit is not scheduled.