📅  最后修改于: 2022-03-11 14:45:38.865000             🧑  作者: Mango
import matplotlib.pyplot as plt
#plot_histogram is from qiskit
plot_histogram(probs)
#plt.show() is from matplotlib
plt.show()