qdk_chemistry.algorithms.energy_estimator.qdk module

QDK/Chemistry energy estimator abstractions and utilities.

class qdk_chemistry.algorithms.energy_estimator.qdk.QdkEnergyEstimator[source]

Bases: EnergyEstimator

QDK implementation of the EnergyEstimator.

__init__()[source]

Initialize the QdkEnergyEstimator.

type_name()[source]

Return energy_estimator as the algorithm type name.

Return type:

str

name()[source]

Get the name of the estimator for registry purposes.

Return type:

str