qdk_chemistry.algorithms.expectation_estimator.expectation_estimator module

QDK/Chemistry expectation estimator abstractions and utilities.

class qdk_chemistry.algorithms.expectation_estimator.expectation_estimator.ExpectationEstimator[source]

Bases: Algorithm

Abstract base class for expectation estimator algorithms.

__init__()[source]

Initialize the ExpectationEstimator.

type_name()[source]

Return expectation_estimator as the algorithm type name.

Return type:

str

class qdk_chemistry.algorithms.expectation_estimator.expectation_estimator.ExpectationEstimatorFactory[source]

Bases: AlgorithmFactory

Factory class for creating ExpectationEstimator instances.

algorithm_type_name()[source]

Return expectation_estimator as the algorithm type name.

Return type:

str

default_algorithm_name()[source]

Return qdk as the default algorithm name.

Return type:

str