qiskit.algorithms.Grover.amplify¶ Grover.amplify(amplification_problem)[source]¶ Run the Grover algorithm. Parameters amplification_problem (AmplificationProblem) – The amplification problem. Return type GroverResult Returns The result as a GroverResult, where e.g. the most likely state can be queried as result.top_measurement.