qiskit.ignis.mitigation.CompleteExpvalMeasMitigator.plot_mitigation_matrix¶
- CompleteExpvalMeasMitigator.plot_mitigation_matrix(qubits=None, ax=None)¶
Matrix plot of the readout error mitigation matrix.
- Paramètres
qubits (list(int)) – Optional, qubits being measured for operator expval.
ax (plt.axes) – Optional. Axes object to add plot to.
- Renvoie
the figure axes object.
- Type renvoyé
plt.axes
- Lève
ImportError – if matplotlib is not installed.