Gromacs
2024.3
|
Input structure for nonbonded fep kernel.
Public Member Functions | |
ListInput () | |
Constructor. | |
ListInput (float ftol, double dtol) | |
Constructor with tolerance. More... | |
ListInput | setInteraction (CoulombInteractionType coulType, VanDerWaalsType vdwType, InteractionModifiers vdwMod) |
Set parameters for nonbonded interaction. More... | |
Public Attributes | |
int | fType = F_LJ |
Function type. | |
float | floatToler = 1e-6 |
Tolerance for float evaluation. | |
double | doubleToler = 1e-8 |
Tolerance for double evaluation. | |
AtomData | atoms |
atom parameters | |
ForcerecHelper | frHelper |
forcerec helper | |
|
inline |
Constructor with tolerance.
[in] | ftol | Single precision tolerance |
[in] | dtol | Double precision tolerance |
|
inline |
Set parameters for nonbonded interaction.
[in] | coulType | coulomb type |
[in] | vdwType | vdw type |
[in] | vdwMod | vdw potential modifier |