MeasurementMode#
Module: iqm.cpc.interface.circuit_execution
- class iqm.cpc.interface.circuit_execution.MeasurementMode(value)#
Bases:
StrEnumMeasurement mode for circuit execution.
Determines which QPU components are measured by Station Control in the final measurement. Measurement results which are not required by the circuits to be executed are discarded.
Attributes
In each circuit separately, measure only the components that have final measurement operations on them.
Measure all the components on the QPU that have measurement data in the calset.
Methods
- CIRCUIT = 'circuit'#
In each circuit separately, measure only the components that have final measurement operations on them.
- ALL = 'all'#
Measure all the components on the QPU that have measurement data in the calset. This is typically how measurement is calibrated.
Inheritance
