qiskit.transpiler.passes.TimeUnitConversion.run¶
- TimeUnitConversion.run(dag)[소스]¶
Run the TimeUnitAnalysis pass on dag.
- 매개변수
dag (DAGCircuit) – DAG to be checked.
- 반환
DAG with consistent timing and op nodes annotated with duration.
- 반환 형식
- 예외 발생
TranspilerError – if the units are not unifiable