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['v1.1']

Default value: 'v1.1'

Version of the params schema being used.