qiskit.algorithms.IterativeAmplitudeEstimation.estimate¶
- IterativeAmplitudeEstimation.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 – Sampler job run error.
- 戻り値の型