qiskit.transpiler.passes.ASAPScheduleAnalysis.run¶
- ASAPScheduleAnalysis.run(dag)[Quellcode]¶
Run the ASAPSchedule pass on dag.
- Parameter
dag (DAGCircuit) – DAG to schedule.
- Rückgabe
A scheduled DAG.
- Rückgabetyp
- Verursacht
TranspilerError – if the circuit is not mapped on physical qubits.
TranspilerError – if conditional bit is added to non-supported instruction.