QONCharacterization#

Module: iqm.station_control.client.qon

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

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.

Inheritance

Inheritance diagram of iqm.station_control.client.qon.QONCharacterization