Skip to main content

SampleData

Type Alias SampleData 

Source
pub type SampleData = (Vec<BitString>, Vec<usize>);
Expand description

The result of a sample operation: (bit_strings, counts).

Each element bit_strings[i] is a measured bit-string and counts[i] is the number of times it was observed across all shots.