Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

AmplitudeAmplifier

class AmplitudeAmplifier

GitHub

Bases: abc.ABC

The interface for amplification algorithms.


Methods

amplify

abstract AmplitudeAmplifier.amplify(amplification_problem)

Run the amplification algorithm.

Parameters

amplification_problem (AmplificationProblem) – The amplification problem.

Return type

AmplitudeAmplifierResult

Returns

The result as a AmplificationResult, where e.g. the most likely state can be queried as result.top_measurement.

Was this page helpful?
Report a bug or request content on GitHub.