QONGateDefinition#
Module: iqm.station_control.client.qon
- class QONGateDefinition(gate, implementation, quantity)#
Bases:
QONQON representing a part of a quantum operation definition.
Quantum operation properties have the form
gate_definitions.{gate}.*.Implementation properties have the form
gate_definitions.{gate}.{implementation}.*.Attributes
Type/purpose of the observation.
Name of the gate/quantum operation.
Name of the gate implementation, or None if not an implementation property.
Name of the quantity described by the observation.
Methods
- Parameters:
- 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
