Module Qiskit.Visualization

Matplotlib based visualization helpers; every function opens the plot in a matplotlib window.

val plot_histogram : qcounts -> unit

plot_histogram c plots the counts as a histogram.

val plot_state_city : qstatevector -> unit

plot_state_city s plots the state as a cityscape.

val plot_bloch_multivector : qstatevector -> unit

plot_bloch_multivector s plots the state on Bloch spheres.

val plot_state_paulivec : qstatevector -> unit

plot_state_paulivec s plots the state in the Pauli basis.

val plot_state_hinton : qstatevector -> unit

plot_state_hinton s plots the state as a Hinton diagram.

val plot_state_qsphere : qstatevector -> unit

plot_state_qsphere s plots the state on a qsphere.