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.