Skip to main contentIBM Quantum Documentation Mirror

ParamsModel

pydantic model ParamsModel

GitHub

Bases: BaseParamsModel

A model describing the Executor program inputs.

options

field

Type: OptionsModel

Options for runtime.

quantum_program

field

Type: QuantumProgramModel

The quantum program to execution.

schema_version

field

Type: Literal['v2.0']

Default value: 'v2.0'

Version of the params schema being used.