MeasurementResult
- class qililab.result.MeasurementResult(bus, shape=None)
Bases:
ABCAbstract base class for storing and accessing QProgram measurement results.
This class defines the interface for a measurement result from the execution of a QProgram. It provides methods to access both the raw measured data and the thresholded (classified) version of that data.
Subclasses must implement the array and threshold properties to define how raw and thresholded data are accessed or computed.
Methods
Attributes
Returns the results in a numpy array format.
Returns the thresholded data for the result.