qiskit.ignis.verification.QVFitter.plot_hop_accumulative¶
- QVFitter.plot_hop_accumulative(depth, ax=None, figsize=(7, 5))[ソース]¶
Plot individual and accumulative heavy output probability (HOP) as a function of number of trials.
- パラメータ
depth (int) – depth of QV circuits
ax (Axes or None) – plot axis (if passed in).
figsize (tuple) – figure size in inches.
- 例外
ImportError – If matplotlib is not installed.
- 戻り値
A figure of individual and accumulative HOP as a function of number of trials, with 2-sigma confidence interval and 2/3 threshold.
- 戻り値の型
matplotlib.Figure