qiskit.transpiler.passes.ASAPScheduleAnalysis.run¶
- ASAPScheduleAnalysis.run(dag)[fuente]¶
Run the ASAPSchedule pass on dag.
- Parámetros
dag (DAGCircuit) – DAG to schedule.
- Devuelve
A scheduled DAG.
- Tipo del valor devuelto
- Muestra
TranspilerError – if the circuit is not mapped on physical qubits.
TranspilerError – if conditional bit is added to non-supported instruction.