About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Measurement Mitigation Utils
qiskit.utils.mitigation
Deprecated since version 0.24.0
This module is deprecated and will be removed no sooner than 3 months after the release date. For code migration guidelines, visit https://qisk.it/qi_migration.
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 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[, ...]) | Deprecated: Measurement correction fitter for a full calibration |
TensoredMeasFitter (results, mit_pattern[, ...]) | Deprecated: Measurement correction fitter for a tensored calibration. |
Was this page helpful?
Report a bug or request content on GitHub.