qiskit.algorithms.IterativeAmplitudeEstimation.estimate¶
- IterativeAmplitudeEstimation.estimate(estimation_problem)[fuente]¶
Run the amplitude estimation algorithm on provided estimation problem.
- Parámetros
estimation_problem (EstimationProblem) – The estimation problem.
- Devuelve
An amplitude estimation results object.
- Muestra
ValueError – A quantum instance or Sampler must be provided.
AlgorithmError – Sampler job run error.
- Tipo del valor devuelto