qiskit.transpiler.passes.ALAPSchedule.run¶
- ALAPSchedule.run(dag)[source]¶
Run the ALAPSchedule pass on dag.
- Parameters
dag (DAGCircuit) -- DAG to schedule.
- Returns
A scheduled DAG.
- Return type
- Raises
TranspilerError -- if the circuit is not mapped on physical qubits.
TranspilerError -- if conditional bit is added to non-supported instruction.