qiskit.algorithms.MaximumLikelihoodAmplitudeEstimation.estimate¶
- MaximumLikelihoodAmplitudeEstimation.estimate(estimation_problem)[소스]¶
Run the amplitude estimation algorithm on provided estimation problem.
- 매개변수
estimation_problem (
EstimationProblem
) – The estimation problem.- 반환 형식
- 반환
An amplitude estimation results object.
- 예외 발생
ValueError – A quantum instance or Sampler must be provided.
AlgorithmError – If state_preparation is not set in estimation_problem.
AlgorithmError – Sampler job run error