qiskit.transpiler.passes.TimeUnitConversion.run¶
-
TimeUnitConversion.
run
(dag)[source]¶ Run the TimeUnitAnalysis 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 the units are not unifiable