qiskit-documentation/docs/api/qiskit/0.41/qiskit.algorithms.Amplitude...

33 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: AmplitudeEstimator
description: API reference for qiskit.algorithms.AmplitudeEstimator
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.algorithms.AmplitudeEstimator
---
# AmplitudeEstimator
<Class id="qiskit.algorithms.AmplitudeEstimator" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.23/qiskit/algorithms/amplitude_estimators/amplitude_estimator.py" signature="AmplitudeEstimator" modifiers="class">
Bases: `abc.ABC`
The Amplitude Estimation interface.
## Methods
### estimate
<Function id="qiskit.algorithms.AmplitudeEstimator.estimate" signature="AmplitudeEstimator.estimate(estimation_problem)" modifiers="abstract">
Run the amplitude estimation algorithm.
**Parameters**
**estimation\_problem** ([`EstimationProblem`](qiskit.algorithms.EstimationProblem "qiskit.algorithms.amplitude_estimators.estimation_problem.EstimationProblem")) An `EstimationProblem` containing all problem-relevant information such as the state preparation and the objective qubits.
**Return type**
[AmplitudeEstimatorResult](qiskit.algorithms.AmplitudeEstimatorResult "qiskit.algorithms.AmplitudeEstimatorResult")
</Function>
</Class>