qiskit.transpiler.passes.ASAPScheduleAnalysis.run¶
- ASAPScheduleAnalysis.run(dag)[소스]¶
Run the ASAPSchedule pass on dag.
- 매개변수
dag (DAGCircuit) – DAG to schedule.
- 반환
A scheduled DAG.
- 반환 형식
- 예외 발생
TranspilerError – if the circuit is not mapped on physical qubits.
TranspilerError – if conditional bit is added to non-supported instruction.