qiskit.algorithms.MaximumLikelihoodAmplitudeEstimation.estimate¶
- MaximumLikelihoodAmplitudeEstimation.estimate(estimation_problem)[Quellcode]¶
Run the amplitude estimation algorithm on provided estimation problem.
- Parameter
estimation_problem (EstimationProblem) – The estimation problem.
- Rückgabe
An amplitude estimation results object.
- Verursacht
ValueError – A quantum instance or Sampler must be provided.
AlgorithmError – If state_preparation is not set in estimation_problem.
AlgorithmError – Sampler job run error
- Rückgabetyp