qdk_chemistry.algorithms.phase_estimation.iterative_phase_estimation module
Iterative phase estimation implementation.
This module implements the Kitaev-style iterative quantum phase estimation (IQPE) algorithm, which measures phase bits sequentially from most-significant to least-significant using a single ancilla qubit and adaptive feedback corrections.
References
Kitaev, A. (1995). arXiv:quant-ph/9511026. [Kit95]
- class qdk_chemistry.algorithms.phase_estimation.iterative_phase_estimation.IterativePhaseEstimation(shots_per_bit=3)[source]
Bases:
PhaseEstimationIterative Phase Estimation algorithm implementation.
- Parameters:
shots_per_bit (int)
- class qdk_chemistry.algorithms.phase_estimation.iterative_phase_estimation.IterativePhaseEstimationSettings[source]
Bases:
PhaseEstimationSettingsSettings for the Iterative Phase Estimation algorithm.