QMSamplerOptions¶
- class QMSamplerOptions(default_shots: int = 1024, input_type: InputType | None = None, run_options: dict[str, Any] | None = None, meas_level: Literal['classified', 'kerneled', 'avg_kerneled'] = 'classified')[source][source]¶
Bases:
objectOptions for
QMSamplerV2- input_type: InputType | None = None¶
The input mechanism to load the parameter values to the OPX. Choices are: -
INPUT_STREAM: Input stream mechanism. -IO1: IO1. -IO2: IO2. -OPNIC: Using OPNIC communication. - None: Preload at compile time the parameter values to the OPX (Warning: This should be used only for small number of parameters) Default: None.