Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Circuit Scheduler

qiskit.scheduler

A scheduler compiles a circuit program to a pulse program.

schedule_circuit(circuit, schedule_config[, …])Basic scheduling pass from a circuit to a pulse Schedule, using the backend.
ScheduleConfig(inst_map, meas_map)Configuration for pulse scheduling.

Scheduling utility functions

qiskit.scheduler.utilsScheduling utility functions.

Pulse scheduling methods.

basicThe most straightforward scheduling methods: scheduling as early or as late as possible.
Was this page helpful?
Report a bug or request content on GitHub.