qiskit.algorithms.AmplitudeEstimator¶ class AmplitudeEstimator[소스]¶ The Amplitude Estimation interface. __init__()¶ Initialize self. See help(type(self)) for accurate signature. Methods __init__() Initialize self. estimate(estimation_problem) Run the amplitude estimation algorithm. abstract estimate(estimation_problem)[소스]¶ Run the amplitude estimation algorithm. 매개변수 estimation_problem (EstimationProblem) – An EstimationProblem containing all problem-relevant information such as the state preparation and the objective qubits. 반환 형식 AmplitudeEstimatorResult