Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK 의 이전 버전에서 가져온 것으로, 최신 버전에는 존재하지 않습니다. 최신 버전으로 업데이트하시기를 권장합니다. 자세한 정보는 릴리스 정보를 참조하십시오.

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 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[, ...])Deprecated: Measurement correction fitter for a full calibration
TensoredMeasFitter(results, mit_pattern[, ...])Deprecated: Measurement correction fitter for a tensored calibration.
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.