MeasurementMode#

Module: iqm.cpc.interface.circuit_execution

class iqm.cpc.interface.circuit_execution.MeasurementMode(value)#

Bases: StrEnum

Measurement 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

CIRCUIT

In each circuit separately, measure only the components that have final measurement operations on them.

ALL

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

Inheritance diagram of iqm.cpc.interface.circuit_execution.MeasurementMode