qiskit.algorithms.AmplitudeEstimation.compute_mle¶
-
static
AmplitudeEstimation.
compute_mle
(result, apply_post_processing=False)[source]¶ Compute the Maximum Likelihood Estimator (MLE).
- Parameters
result (
AmplitudeEstimationResult
) – An amplitude estimation result object.apply_post_processing (
bool
) – If True, apply the post processing to the MLE before returning it.
- Return type
float
- Returns
The MLE for the provided result object.