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