qiskit.ignis.verification.QVFitter.plot_qv_data¶
- QVFitter.plot_qv_data(ax=None, show_plt=True, figsize=(7, 5), set_title=True, title=None)[ソース]¶
Plot the qv data as a function of depth
- パラメータ
ax (Axes or None) – plot axis (if passed in).
show_plt (bool) – display the plot.
figsize (tuple) – Figure size in inches.
set_title (bool) – set figure title.
title (String or None) – text for setting figure title
- 例外
ImportError – If matplotlib is not installed.
- 戻り値
A figure of Quantum Volume data (heavy output probability) with two-sigma error bar as a function of circuit depth.
- 戻り値の型
matplotlib.Figure