Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.algorithms.IterativeAmplitudeEstimation.estimate

IterativeAmplitudeEstimation.estimate(estimation_problem)[source]

Run the amplitude estimation algorithm on provided estimation problem.

Parameters

estimation_problem (EstimationProblem) -- The estimation problem.

Return type

IterativeAmplitudeEstimationResult

Returns

An amplitude estimation results object.

Raises
  • ValueError -- A quantum instance or Sampler must be provided.

  • AlgorithmError -- Sampler job run error.