Qudit#
- class Qudit(root: NodeTree, tree: tuple, serial: str, readout_channel: int)[source]#
Bases:
Node
Single Qudit node.
Implements basic functionality of a single qudit node, e.g applying the basic configuration.
- Parameters:
root (NodeTree) – Root of the nodetree.
tree (tuple) – Tree (node path as tuple) of the current node.
serial (str) – Serial of the device.
readout_channel (int) – Index of the readout channel this qudit belongs to.
Methods
configure
(qudit_settings[, enable])Compiles a list of transactions to apply the qudit settings to the device.
Attributes