pub type FloatOutputRegister = Vec<FloatRegister>;
Expand description

Represents classical float registers for output of computations in qoqo.

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

Aliased Type§

struct FloatOutputRegister {
    buf: RawVec<Vec<f64>>,
    len: usize,
}

Fields§

§buf: RawVec<Vec<f64>>§len: usize