qdk_chemistry.algorithms.expectation_estimator package

QDK/Chemistry expectation estimator module.

This module provides algorithms that estimate expectation values of qubit operators (observables) from measurement circuits.

class qdk_chemistry.algorithms.expectation_estimator.ExpectationEstimatorFactory

Bases: AlgorithmFactory

Factory class for creating ExpectationEstimator instances.

algorithm_type_name()

Return expectation_estimator as the algorithm type name.

Return type:

str

default_algorithm_name()

Return qdk as the default algorithm name.

Return type:

str

Submodules