qdk_chemistry.algorithms.phase_estimation package

QDK/Chemistry phase estimation algorithms module.

This module provides quantum phase estimation algorithms for estimating the eigenvalues of time evolution unitary operators.

class qdk_chemistry.algorithms.phase_estimation.PhaseEstimationFactory

Bases: AlgorithmFactory

Factory class for creating PhaseEstimation instances.

__init__()

Initialize the PhaseEstimationFactory.

algorithm_type_name()

Return the algorithm type name as phase_estimation.

Return type:

str

default_algorithm_name()

Return the iterative as default algorithm name.

Return type:

str

Submodules