|
Gromacs
2026.0-dev-20251106-2ba968f
|
Collaboration diagram for gmx::test::anonymous_namespace{freeenergykernel.cpp}::ListInput: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 | |
| InteractionFunction | fType = InteractionFunction::LennardJonesShortRange |
| 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 |
1.8.5