Module roqoqo::registers

source ·
Expand description

Classical registers for roqoqo.

Registers are used to store classical information during the execution of a roqoqo circuit and to provide a unified output interface for the different backends.

Type Aliases§

  • Represents classical bit registers for output of computations in qoqo.
  • Represents classical register of bits for computation in qoqo.
  • Represents classical complex registers for output of computations in qoqo.
  • Represents classical register of complex numbers for computation in qoqo.
  • Represents classical float registers for output of computations in qoqo.
  • Represents classical register of float numbers for computation in qoqo.
  • Registers passed to and from functions running a full circuit.