qiskit.ignis.verification.QVFitter.plot_qv_trial¶
- QVFitter.plot_qv_trial(depth, trial_index, figsize=(7, 5), ax=None)[소스]¶
Plot individual trial. :param depth: circuit depth :type depth: int :param trial_index: trial index :type trial_index: int :param figsize: Figure size in inches. :type figsize: tuple :param ax: plot axis (if passed in). :type ax: Axes or None
- 반환
A figure for histogram of ideal and experiment probabilities.
- 반환 형식
matplotlib.Figure