qdk_chemistry.phase_estimation.base module
Base classes for phase estimation algorithms in QDK/Chemistry.
This module provides standalone abstractions for phase estimation workflows.
Concrete algorithms should inherit from PhaseEstimation and expose
creation helpers (for example, create_circuit or create_iterations) that
assemble the circuits required by the chosen phase estimation variant.