Type Alias qasmsim::Histogram

source ·
pub type Histogram = HashMap<String, Vec<(u64, usize)>>;
Expand description

Map classical registers with values and number of outcomes.

Aliased Type§

struct Histogram { /* private fields */ }