AmplitudeAmplifier#

class qiskit.algorithms.AmplitudeAmplifier[ソース]#

ベースクラス: ABC

The interface for amplification algorithms.

Methods

abstract amplify(amplification_problem)[ソース]#

Run the amplification algorithm.

パラメータ:

amplification_problem (AmplificationProblem) – The amplification problem.

戻り値:

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

戻り値の型:

AmplitudeAmplifierResult