QONGateParam#

class QONGateParam(gate, implementation, locus, parameter)#

Bases: QON

QON representing a gate parameter observation.

Has the form gates.{gate}.{implementation}.{locus_str}.{parameter}.

Module: iqm.station_control.client.qon

Attributes

domain

Type/purpose of the observation.

gate

Name of the gate/quantum operation.

implementation

Name of the gate implementation.

locus

Sequence of names of QPU components on which the gate is applied.

parameter

Name of the gate parameter.

Methods

Parameters:
  • gate (str) –

  • implementation (str | None) –

  • locus (str) –

  • parameter (str) –

gate: str#

Name of the gate/quantum operation.

implementation: str | None#

Name of the gate implementation.

locus: str#

Sequence of names of QPU components on which the gate is applied.

parameter: str#

Name of the gate parameter. May have further dotted structure.

property domain: Domain#

Type/purpose of the observation.

classmethod _parse(gate, rest)#

Parse a gate parameter observation name.

Parameters:
  • gate (str) –

  • rest (str) –

Return type:

QONGateParam