qiskit.ignis.mitigation.TensoredExpvalMeasMitigator.plot_mitigation_matrix¶
- TensoredExpvalMeasMitigator.plot_mitigation_matrix(qubits=None, ax=None)¶
Matrix plot of the readout error mitigation matrix.
- Parameter
qubits (list(int)) – Optional, qubits being measured for operator expval.
ax (plt.axes) – Optional. Axes object to add plot to.
- Rückgabe
the figure axes object.
- Rückgabetyp
plt.axes
- Verursacht
ImportError – if matplotlib is not installed.