qdk_chemistry.algorithms.hadamard_test.circuit_builder package

QDK/Chemistry Hadamard test circuit builder algorithms module.

This module provides the circuit-building component of the Hadamard test, separated from the execution logic to allow standalone, backend-specific circuit generation.

class qdk_chemistry.algorithms.hadamard_test.circuit_builder.HadamardTestCircuitBuilderFactory

Bases: AlgorithmFactory

Factory class for creating Hadamard test circuit builder instances.

__init__()

Initialize the HadamardTestCircuitBuilderFactory.

algorithm_type_name()

Return the algorithm type name as hadamard_test_circuit_builder.

Return type:

str

default_algorithm_name()

Return ‘qdk’ as the default algorithm name.

Return type:

str

Submodules