MultiState#

class MultiState(root: NodeTree, tree: tuple, serial: str, index: int)[source]#

Bases: Node

MultiState node.

Implements basic functionality of the MultiState node.

Parameters:
  • root (NodeTree) – Root of the nodetree.

  • tree (tuple) – Tree (node path as tuple) of the current node.

  • serial (str) – Serial of the device.

  • index (int) – Index of the corresponding readout channel.

Methods

get_qudits_results()

Downloads the qudit results from the device and group them by qudit.

Attributes

qudits

A Sequence of Qudits.