Skip to main contentIBM Quantum Documentation Mirror

SchedulerTimingModel

pydantic model SchedulerTimingModel

GitHub

Bases: BaseModel

Describes the timing of a scheduled circuit.

All timing information is expressed in terms of multiples of the quantity dt, time step duration of the control electronics, which can be queried in backend and target properties.

circuit_duration

field

Type: int [Required]

The duration of the circuit in dt steps.

timing

field

Type: str [Required]

A description of circuit timing in a comma-separated text format.