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

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。