mimiqcircuits.visualization.results¶ Functions plothistogram(results[, num_outcomes, ...]) Plots the histogram of the obtained classical states' occurrences. mimiqcircuits.visualization.results.plothistogram(results, num_outcomes=15, mimiqstyle=True, nobitstrings=False)[source]¶ Plots the histogram of the obtained classical states’ occurrences. Parameters: results – a QCSResults object. num_states (int) – the maximum number of bitstrings plotted (default 15) Raises: TypeError – If a non QCSResults object is passed.