qdk_chemistry.algorithms.phase_estimation.standard_phase_estimation module
Standard (QFT-based) phase estimation implementation.
This module implements the standard quantum phase estimation algorithm using the inverse Quantum Fourier Transform (QFT), which measures all phase bits in parallel using multiple ancilla qubits.
References
Nielsen, M. A., & Chuang, I. L. (2010). [NC10]
- class qdk_chemistry.algorithms.phase_estimation.standard_phase_estimation.StandardPhaseEstimation(shots=3)[source]
Bases:
PhaseEstimationStandard QFT-based (non-iterative) phase estimation.
- Parameters:
shots (int)
- class qdk_chemistry.algorithms.phase_estimation.standard_phase_estimation.StandardPhaseEstimationSettings[source]
Bases:
PhaseEstimationSettingsSettings for the Standard Phase Estimation algorithm.