qdk_chemistry.algorithms.phase_estimation.circuit_builder package

QDK/Chemistry phase estimation builder algorithms module.

This module provides the circuit-building component of quantum phase estimation, separated from the execution logic to allow standalone circuit generation for resource estimation.

class qdk_chemistry.algorithms.phase_estimation.circuit_builder.QpeCircuitBuilderFactory

Bases: AlgorithmFactory

Factory class for creating QpeCircuitBuilder instances.

__init__()

Initialize the QpeCircuitBuilderFactory.

algorithm_type_name()

Return the algorithm type name as qpe_circuit_builder.

Return type:

str

default_algorithm_name()

Return qdk_iterative as default algorithm name.

Return type:

str

Submodules