ReferenceState#

class cinnabar.measurements.ReferenceState(label: str = '')[source]#

A label indicating a reference point to which absolute measurements are relative

A ReferenceState optionally has a label, which is used to differentiate it to other absolute measurements that might be relative to a different reference point. E.g. MLE estimations are against an arbitrary reference state that can be linked to the reference point of experiments.

Methods

is_true_ground

If this ReferenceState is the zero point of all other measurements

Attributes

label

is_true_ground() bool[source]#

If this ReferenceState is the zero point of all other measurements