qiskit.transpiler.passes.TimeUnitConversion.run¶
- TimeUnitConversion.run(dag)[fuente]¶
Run the TimeUnitAnalysis pass on dag.
- Parámetros
dag (DAGCircuit) – DAG to be checked.
- Devuelve
DAG with consistent timing and op nodes annotated with duration.
- Tipo del valor devuelto
- Muestra
TranspilerError – if the units are not unifiable