qdk_chemistry.algorithms.energy_estimator package

QDK/Chemistry energy estimation module.

This module provides quantum state preparation algorithms for preparing quantum states from classical wavefunctions.

class qdk_chemistry.algorithms.energy_estimator.EnergyEstimatorFactory

Bases: AlgorithmFactory

Factory class for creating EnergyEstimator instances.

algorithm_type_name()

Return energy_estimator as the algorithm type name.

Return type:

str

default_algorithm_name()

Return qdk as the default algorithm name.

Return type:

str

Submodules