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:
AlgorithmFactoryFactory 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: