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.

ExpvalMeasMitigatorFitter

class ExpvalMeasMitigatorFitter(result, metadata)

GitHub

Bases: object

Expectation value measurement error mitigator calibration fitter.

See qiskit.ignis.mitigation.expval_meas_mitigator_circuits() for additional documentation.

Fit a measurement error mitigator object from experiment data.

Parameters

  • result (Result) – Qiskit result object.
  • metadata (List[Dict[str, any]]) – mitigation generator metadata.

Methods

fit

ExpvalMeasMitigatorFitter.fit(method=None, generators=None)

Fit and return the Mitigator object from the calibration data.

Return type

Union[CompleteExpvalMeasMitigator, TensoredExpvalMeasMitigator, CTMPExpvalMeasMitigator]


Attributes

mitigator

Return the fitted mitigator object

Was this page helpful?
Report a bug or request content on GitHub.