GEM-n Interaction \( \epsilon \exp ( - (\frac{r}{\sigma})^n ) \) An extension of the Gaussian Core Model, see Stillinger, F.
More...
template<typename T = FP>
class OpenMPCD::PairPotentials::GEMn< T >
GEM-n Interaction \( \epsilon \exp ( - (\frac{r}{\sigma})^n ) \) An extension of the Gaussian Core Model, see Stillinger, F.
H. Phase Transition in the gaussian core system J.Chem.Phys. 65, 3968-3947 (1976) and Nikoubashman, A. Non-Equilibrium Computer Experiments of Soft Matter Systems TU Wien, PhD Thesis (2012)
- Template Parameters
-
Definition at line 21 of file GEMn.hpp.
Returns the force vector of the interaction for a given position vector.
This function returns the directional derivative
\[ - \nabla_R V \left( \vec{R} \right) \]
where \( \vec{R} \) is the Rvec
parameter, \( V \) is the potential as given by the potential
function, and \( \nabla_R V \) is the gradient of \( V \) with respect to \( \vec{R} \).
- Parameters
-
[in] | Rvec | The relative position vector. |
template<typename T = FP>
Returns the force vector of the interaction for a given position vector.
This function returns the directional derivative
\[ - \nabla_R V \left( \vec{R} \right) \]
where \( \vec{R} \) is the R
parameter, \( V \) is the potential as given by the potential
function, and \( \nabla_R V \) is the gradient of \( V \) with respect to \( \vec{R} \).
- Parameters
-
[in] | R | The relative position vector. |
Definition at line 48 of file GEMn.hpp.