Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Measurement Mitigation Utils

qiskit.utils.mitigation

Warning

The user-facing API stability of this module is not guaranteed except for its use with the QuantumInstance (i.e. using the CompleteMeasFitter or TensoredMeasFitter classes as values for the meas_error_mitigation_cls). The rest of this module should be treated as an internal private API that can not be relied upon.


Measurement correction

The measurement calibration is used to mitigate measurement errors. The main idea is to prepare all 2n2^n basis input states and compute the probability of measuring counts in the other basis states. From these calibrations, it is possible to correct the average results of another experiment of interest. These tools are intended for use solely with the QuantumInstance class as part of qiskit.algorithms and qiskit.opflow.

CompleteMeasFitter(results, state_labels[, …])Measurement correction fitter for a full calibration
TensoredMeasFitter(results, mit_pattern[, …])Measurement correction fitter for a tensored calibration.
Was this page helpful?
Report a bug or request content on GitHub.