QONGateCharacterization#
Module: iqm.station_control.client.qon
- class QONGateCharacterization(locus_str, gate, implementation, quantity)#
Bases:
LocusQONQON representing an auxiliary gate property, used e.g. during calibration or preprocessing.
Has the form
characterization.gate_properties.{gate}.{implementation}.{locus_str}.{quantity}.Attributes
Type/purpose of the observation.
Name of the gate/quantum operation.
Name of the gate implementation.
Name of the property.
locus_strSequence of names of QPU components to which the observation applies, encoded into a string.
Methods
- Parameters:
locus_str (str)
gate (Annotated[str, FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(pattern='^[A-Za-z_][A-Za-z0-9_]*$')])])
implementation (Annotated[str, FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(pattern='^[A-Za-z_][A-Za-z0-9_]*$')])])
quantity (str)
- gate: Annotated[str, FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(pattern='^[A-Za-z_][A-Za-z0-9_]*$')])]#
Name of the gate/quantum operation.
Inheritance
