QONCharacterization#

class QONCharacterization(component, quantity)#

Bases: QON

QON representing a QPU property.

Has the form characterization.model.{component}.{property}

Can parse e.g.

characterization.model.QB5.t2_time

component: QB5 quantity: t2_time

Module: iqm.station_control.client.qon

Attributes

domain

Type/purpose of the observation.

component

Names of QPU component(s) that the observation describes.

quantity

Name of the quantity described by the observation.

Methods

Parameters:
  • component (str) –

  • quantity (str) –

component: str#

Names of QPU component(s) that the observation describes.

quantity: str#

Name of the quantity described by the observation.

property domain: Domain#

Type/purpose of the observation.

classmethod _parse(rest)#

Parse a characterization observation name.

Parameters:

rest (str) –

Return type:

QONCharacterization