n2p2 - A neural network potential package
|
Go to the source code of this file.
Enumerations | |
enum | ScalingType { ST_NONE , ST_SCALE , ST_CENTER , ST_SCALECENTER , ST_SCALESIGMA } |
Variables | |
constexpr double | CFLENGTH = 1.889726 |
constexpr double | CFENERGY = 0.036749 |
constexpr double | CFFORCE = CFLENGTH / CFENERGY |
enum ScalingType |
Enumerator | |
---|---|
ST_NONE | |
ST_SCALE | |
ST_CENTER | |
ST_SCALECENTER | |
ST_SCALESIGMA |
Definition at line 26 of file typesCabana.h.
|
constexpr |
Definition at line 21 of file typesCabana.h.
Referenced by nnp::ModeCabana< t_device >::calculateForces(), and nnp::ModeCabana< t_device >::calculateSymmetryFunctionGroups().
|
constexpr |
Definition at line 22 of file typesCabana.h.
Definition at line 23 of file typesCabana.h.
Referenced by nnp::ModeCabana< t_device >::calculateForces().