qdk_chemistry.algorithms.hadamard_test package

QDK/Chemistry Hadamard test algorithms module.

This module provides factories for constructing Hadamard test circuit generators.

class qdk_chemistry.algorithms.hadamard_test.HadamardTestFactory

Bases: AlgorithmFactory

Factory class for creating Hadamard test generator instances.

__init__()

Initialize the HadamardTestFactory.

algorithm_type_name()

Return the algorithm type name as hadamard_test.

Return type:

str

default_algorithm_name()

Return ‘qdk’ as the default algorithm name.

Return type:

str

Subpackages

Submodules