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