qiskit.ignis.verification.QVFitter.plot_qv_trial¶
-
QVFitter.
plot_qv_trial
(depth, trial_index, figsize=(7, 5), ax=None)[source]¶ 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
- Returns
A figure for histogram of ideal and experiment probabilities.
- Return type
matplotlib.Figure