qdk_chemistry.algorithms.time_evolution.builder package

QDK/Chemistry time evolution constructor module.

class qdk_chemistry.algorithms.time_evolution.builder.TimeEvolutionBuilderFactory

Bases: AlgorithmFactory

Factory class for creating TimeEvolutionBuilder instances.

algorithm_type_name()

Return time_evolution_builder as the algorithm type name.

Return type:

str

default_algorithm_name()

Return Trotter as the default algorithm name.

Return type:

str

Submodules