Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Mitigation

qiskit.ignis.mitigation


Measurement

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.

complete_meas_cal([qubit_list, qr, cr, …])Return a list of measurement calibration circuits for the full Hilbert space.
tensored_meas_cal([mit_pattern, qr, cr, …])Return a list of calibration circuits
MeasurementFilter(cal_matrix, state_labels)Measurement error mitigation filter.
TensoredFilter(cal_matrices, …)Tensored measurement error mitigation filter.
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.