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