7 #ifndef SPARROW_DFTBDIPOLEMOMENTCALCULATOR_H
8 #define SPARROW_DFTBDIPOLEMOMENTCALCULATOR_H
24 template<
class DFTBMethod>
32 Eigen::RowVector3d
calculate()
const final;
35 const DFTBMethod& method_;
41 #endif // SPARROW_DFTBDIPOLEMOMENTCALCULATOR_H
This class calculates the electrical dipole moment for the DFTB methods. Right now it calculates the ...
Definition: DFTBDipoleMomentCalculator.h:25
Interface for the calculation of the electrical dipole moment in a semiempirical method.
Definition: DipoleMomentCalculator.h:20
Eigen::RowVector3d calculate() const final
Calculates the dipole with a Mulliken population analysis.
Definition: DFTBDipoleMomentCalculator.cpp:23