Skip to main contentIBM Quantum Documentation Mirror

OptionsModel

pydantic model OptionsModel

GitHub

Bases: BaseModel

Runtime options with all fields set.

layer_pair_depths

field

Type: list[int]

Default value: [0, 1, 2, 4, 16, 32]

The circuit depths (measured in number of pairs) to use in Pauli Lindblad experiments.

num_randomizations

field

Type: int

Default value: 32

The number of random circuits to use per learning circuit configuration.

post_selection

field

Type: PostSelectionOptionsModel [Optional]

Options for post selecting the results of noise learning circuits.

shots_per_randomization

field

Type: int

Default value: 128

The total number of shots to use per randomized learning circuit.