iqm.error_reduction_tools.rem.rem_processors

iqm.error_reduction_tools.rem.rem_processors#

IQM’s Readout Error Mitigation (REM) module.

Functions

estimate_counts_entropy(counts)

Estimate the Shannon entropy of the measurement probability distribution.

should_apply_mitigation(counts[, ...])

Determine whether to apply mitigation based on distribution entropy.

Classes

MitigationResult

Return type of ReadoutErrorMitigation.mitigate_counts().

ReadoutErrorMitigation(readout_errors[, ...])

Apply readout error mitigation to measurement counts, with optional twirling support.

Inheritance

Inheritance diagram of iqm.error_reduction_tools.rem.rem_processors