cirq_google.study.Metadata

A dataclass holds extra information for sweeps.

device_parameters If presents, it means it is reg_param sweep.
is_const If true, the associated sweep value will be put in parameters instead of axes.
label If presents, use it as column name instead of using self._key.
unit If presents, the values in sweep are treated as values with this unit. This is a temporary solution. This can be avoided if the values use tunits. In this case, we should not keep unit information in metadata.

device_parameters Dataclass field
is_const Dataclass field
label Dataclass field
unit Dataclass field

Methods

__eq__

Return self==value.

device_parameters None
is_const False
label None
unit None