qiskit.ignis.verification.Plotter¶
-
class
Plotter
(label)[Quellcode]¶ Various plots of the ground state in MQC and PO experiments
-
__init__
(label)[Quellcode]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(label)Initialize self.
get_fourier_info
(qn, x, y, y_m, p_dict)Get fourier trans.
sin_plotter
(x, y[, y_m])Make sin plot of counts in both mqc and po exps.
Make title depending on type of exp.
-
get_fourier_info
(qn, x, y, y_m, p_dict)[Quellcode]¶ Get fourier trans. data/plot of both mqc and po exps. :type qn:
int
:param qn: Number of qubits :type x:array
:param x: Phase series :type y:array
:param y: Counts series :type y_m:array
:param y_m: Mitigated counts series :type p_dict:Dict
:param p_dict: probabilities dictionary- Rückgabetyp
Dict
- Rückgabe
The fourier transform data
- Verursacht
ImportError – If matplotlib is not present
Exception – If y_m or p_dict are not provided
-
sin_plotter
(x, y, y_m=None)[Quellcode]¶ Make sin plot of counts in both mqc and po exps. :type x:
array
:param x: Phase series :type y:array
:param y: Counts series :type y_m:Optional
[array
] :param y_m: Mitigated counts series- Verursacht
ImportError – If matplotlib is not present
-
title_maker
()[Quellcode]¶ Make title depending on type of exp.
- Rückgabetyp
Tuple
[str
,str
]- Rückgabe
The title strings
-