29 #ifndef CDPL_FORCEFIELD_MMFF94ELECTROSTATICINTERACTION_HPP
30 #define CDPL_FORCEFIELD_MMFF94ELECTROSTATICINTERACTION_HPP
46 double atom2_chg,
double scale_fact,
double de_const,
double dist_expo):
48 atom2Idx(atom2_idx), atom1Chg(atom1_chg), atom2Chg(atom2_chg),
49 scaleFact(scale_fact), deConst(de_const), distExpo(dist_expo) {}
Definition: MMFF94ElectrostaticInteraction.hpp:42
double getDistanceExponent() const
Definition: MMFF94ElectrostaticInteraction.hpp:81
double getAtom2Charge() const
Definition: MMFF94ElectrostaticInteraction.hpp:66
std::size_t getAtom1Index() const
Definition: MMFF94ElectrostaticInteraction.hpp:51
double getScalingFactor() const
Definition: MMFF94ElectrostaticInteraction.hpp:71
std::size_t getAtom2Index() const
Definition: MMFF94ElectrostaticInteraction.hpp:56
double getDielectricConstant() const
Definition: MMFF94ElectrostaticInteraction.hpp:76
double getAtom1Charge() const
Definition: MMFF94ElectrostaticInteraction.hpp:61
MMFF94ElectrostaticInteraction(std::size_t atom1_idx, std::size_t atom2_idx, double atom1_chg, double atom2_chg, double scale_fact, double de_const, double dist_expo)
Definition: MMFF94ElectrostaticInteraction.hpp:45
The namespace of the Chemical Data Processing Library.