Skip to main contentIBM Quantum Documentation Mirror

OptionsModel

pydantic model OptionsModel

GitHub

Bases: BaseModel

Runtime options.

init_qubits

field

Type: bool

Default value: True

Whether to reset the qubits to the ground state for each shot.

rep_delay

field

Type: float | None

Default value: None

The repetition delay.

This is the delay between the end of one circuit and the start of the next within a shot loop. This is only supported on backends that have backend.dynamic_reprate_enabled=True. It must be from the range supplied by backend.rep_delay_range. When this value is None, the default value backend.default_rep_delay is used.