Qiskit.VisualizationMatplotlib based visualization helpers; every function opens the plot in a matplotlib window.
val plot_histogram : qcounts -> unitplot_histogram c plots the counts as a histogram.
val plot_state_city : qstatevector -> unitplot_state_city s plots the state as a cityscape.
val plot_bloch_multivector : qstatevector -> unitplot_bloch_multivector s plots the state on Bloch spheres.
val plot_state_paulivec : qstatevector -> unitplot_state_paulivec s plots the state in the Pauli basis.
val plot_state_hinton : qstatevector -> unitplot_state_hinton s plots the state as a Hinton diagram.
val plot_state_qsphere : qstatevector -> unitplot_state_qsphere s plots the state on a qsphere.