| 44 |
|
#define NONBONDED_GB_HPP |
| 45 |
|
|
| 46 |
|
#include "nonbonded/NonBondedInteraction.hpp" |
| 47 |
– |
#include "types/DirectionalAtomType.hpp" |
| 47 |
|
#include "UseTheForce/ForceField.hpp" |
| 48 |
|
#include "math/SquareMatrix3.hpp" |
| 49 |
|
|
| 74 |
|
|
| 75 |
|
private: |
| 76 |
|
void initialize(); |
| 78 |
– |
GayBerneParam getGayBerneParam(AtomType* atomType); |
| 79 |
– |
RealType getD(AtomType* atomType); |
| 80 |
– |
RealType getL(AtomType* atomType); |
| 81 |
– |
RealType getEpsX(AtomType* atomType); |
| 82 |
– |
RealType getEpsS(AtomType* atomType); |
| 83 |
– |
RealType getEpsE(AtomType* atomType); |
| 84 |
– |
RealType getDw(AtomType* atomType); |
| 85 |
– |
LJParam getLJParam(AtomType* atomType); |
| 86 |
– |
RealType getLJSigma(AtomType* atomType); |
| 87 |
– |
RealType getLJEpsilon(AtomType* atomType); |
| 77 |
|
|
| 78 |
|
bool initialized_; |
| 79 |
|
string name_; |