pub type SingleReadoutPauliProductMasks = HashMap<usize, PauliProductMask>;
Expand description

Provides PauliProductMasks for all Pauli Products measured from one readout register.

Aliased Type§

struct SingleReadoutPauliProductMasks {
    base: HashMap<usize, Vec<usize>, RandomState>,
}

Fields§

§base: HashMap<usize, Vec<usize>, RandomState>