QONGateParam#
Module: iqm.station_control.client.qon
- class QONGateParam(locus_str, gate, implementation, parameter)#
Bases:
LocusQONQON representing a gate parameter observation.
Has the form
gates.{gate}.{implementation}.{locus_str}.{parameter}.Attributes
Type/purpose of the observation.
Name of the gate/quantum operation.
Name of the gate implementation.
Name of the gate parameter.
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_]*$')])])
parameter (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
