Skip to content

analysis

tergite_autocalibration.lib.nodes.qubit_control.motzoi_parameter.analysis

Classes:

Name Description
MotzoiBaseQubitAnalysis

MotzoiBaseQubitAnalysis

MotzoiBaseQubitAnalysis(name, redis_fields)

Bases: BaseQubitAnalysis

Methods:

Name Description
analyse_qubit

Run the actual analysis function

plot

Plot the fitted values from the analysis

process_qubit

Setup the qubit data and analyze it.

analyse_qubit abstractmethod

analyse_qubit() -> QOI

Run the actual analysis function

Returns:

Type Description
QOI

The quantity of interest as QOI wrapped object

plot

plot(primary_axis)

Plot the fitted values from the analysis Args: primary_axis: The axis object from matplotlib to be plotted Returns: None, will just plot the fitted values

process_qubit

process_qubit(dataset, qubit_element) -> QOI

Setup the qubit data and analyze it. Args: dataset: xarray dataset with the qubit data qubit_element: name of the qubit element Returns: QOI: Quantity of interest as QOI wrapped object