qiskit.transpiler.passes.ALAPScheduleAnalysis.run¶
- ALAPScheduleAnalysis.run(dag)[source]¶
Run the ALAPSchedule pass on dag.
- Paramètres
dag (DAGCircuit) – DAG to schedule.
- Renvoie
A scheduled DAG.
- Type renvoyé
- Lève
TranspilerError – if the circuit is not mapped on physical qubits.
TranspilerError – if conditional bit is added to non-supported instruction.