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.utils

Scheduling utility functions.

Pulse scheduling methods.

basic

The most straightforward scheduling methods: scheduling as early or as late as possible.