7 #ifndef SPARROW_DFTB2METHODWRAPPER_H
8 #define SPARROW_DFTB2METHODWRAPPER_H
19 class AdditiveElectronicContribution;
30 static constexpr
const char* model =
"DFTB2";
45 std::string
name()
const final;
58 bool successfulCalculation()
const final;
61 void initialize()
final;
63 void calculateImpl(Utils::Derivative requiredDerivative)
final;
~DFTB2MethodWrapper() final
Default Destructor.
A method wrapper handling DFTB2 calculations, also known as SCC-DFTB, self-consistent charge DFTB...
Definition: DFTB2MethodWrapper.h:28
void addElectronicContribution(std::shared_ptr< Utils::AdditiveElectronicContribution > contribution) final
Function to add a contribution to the electronic DFTB2 Hamiltonian.
Definition: DFTB2MethodWrapper.cpp:117
std::string name() const final
Getter for the name of the underlying method.
Definition: DFTB2MethodWrapper.cpp:87
This function hides the templated generic function in.
void applySettings() final
Function to apply the settings to the underlying method.
Definition: DFTB2MethodWrapper.cpp:47
DFTB2MethodWrapper()
Default Constructor.
Definition: DFTB2MethodWrapper.cpp:28
This class contains the infos needed to perform a TD-DFTB calculation. This way excited states proper...
Definition: TDDFTBData.h:27