qiskit.transpiler.passes.ALAPScheduleAnalysis.run¶
- ALAPScheduleAnalysis.run(dag)[Quellcode]¶
Run the ALAPSchedule 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.