qiskit.ignis.mitigation.TensoredExpvalMeasMitigator.plot_mitigation_matrix¶
- TensoredExpvalMeasMitigator.plot_mitigation_matrix(qubits=None, ax=None)¶
Matrix plot of the readout error mitigation matrix.
- প্যারামিটার
qubits (list(int)) -- Optional, qubits being measured for operator expval.
ax (plt.axes) -- Optional. Axes object to add plot to.
- রিটার্নস
the figure axes object.
- রিটার্ন টাইপ
plt.axes
- রেইজেস
ImportError -- if matplotlib is not installed.