AmplitudeAmplifier#

class qiskit.algorithms.AmplitudeAmplifier[Quellcode]#

Bases: ABC

The interface for amplification algorithms.

Methods

abstract amplify(amplification_problem)[Quellcode]#

Run the amplification algorithm.

Parameter:

amplification_problem (AmplificationProblem) – The amplification problem.

Rückgabe:

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

Rückgabetyp:

AmplitudeAmplifierResult