QuditState#

class QuditState(index: int, label: str, ref_trace: ndarray)[source]#

Bases: object

Qudit state with associated reference trace.

Parameters:
  • index (int) – A unique identifier of the state.

  • label (str) – The label of the state.

  • ref_trace (ndarray) – The reference traces of the qudit. They are typically obtained by an averaged scope measurement of the qudit’s response to a readout pulse when a certain state has been prepared.

Methods

__init__(index, label, ref_trace)

Attributes

index

label

ref_trace