CompleteExpvalMeasMitigator¶
-
class
CompleteExpvalMeasMitigator
(amat)[source]¶ Bases:
qiskit.ignis.mitigation.expval.base_meas_mitigator.BaseExpvalMeasMitigator
N-qubit measurement error mitigator.
This class can be used with the
qiskit.ignis.mitigation.expectation_value()
function to apply measurement error mitigation of general N-qubit measurement errors when calculating expectation values from counts. Expectation values can also be computed directly using theexpectation_value()
method.For measurement mitigation to be applied the mitigator should be calibrated using the
qiskit.ignis.mitigation.expval_meas_mitigator_circuits()
function andqiskit.ignis.mitigation.ExpvalMeasMitigatorFitter
class with the'complete'
mitigation method.Initialize a TensorMeasurementMitigator
- Parameters
amat (np.array) – readout error assignment matrix.
Methods
Return the measurement assignment fidelity on the specified qubits.
Return the measurement assignment matrix for specified qubits.
Compute the mitigated expectation value of a diagonal observable.
Return the measurement mitigation matrix for the specified qubits.
Return the mitigation overhead for expectation value estimation.
Matrix plot of the readout error assignment matrix.
Matrix plot of the readout error mitigation matrix.
Return the number of shots required for expectation value estimation.
Return an upper bound on standard deviation of expval estimator.