Skip to main content
IBM Quantum Platform

SchedulerTiming

class SchedulerTiming(timing, circuit_duration)

GitHub

Bases: object

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.


Attributes

Parameters

  • timing (str)
  • circuit_duration (int)

timing

Type: str

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

circuit_duration

Type: int

The duration of the circuit in dt steps.


Methods

Was this page helpful?
Report a bug, typo, or request content on GitHub.