pub type BitOutputRegister = Vec<BitRegister>;
Expand description

Represents classical bit registers for output of computations in qoqo.

Vector over single bit registers that are each the output of a single run of a quantum program.