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

Default value: 'v1.0'

Version of the params schema being used.