qiskit.transpiler.passes.TimeUnitConversion.run¶
- TimeUnitConversion.run(dag)[Quellcode]¶
Run the TimeUnitAnalysis pass on dag.
- Parameter
dag (DAGCircuit) – DAG to be checked.
- Rückgabe
DAG with consistent timing and op nodes annotated with duration.
- Rückgabetyp
- Verursacht
TranspilerError – if the units are not unifiable