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 [Required]

Options for runtime.

quantum_program

field

Type: QuantumProgramModel [Required]

The quantum program to execution.

schema_version

field

Type: Literal['v0.2']

Default value: 'v0.2'

Version of the params schema being used.