n2p2 - A neural network potential package
typesCabana.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ ScalingType

Enumerator
ST_NONE 
ST_SCALE 
ST_CENTER 
ST_SCALECENTER 
ST_SCALESIGMA 

Definition at line 26 of file typesCabana.h.

26 {
27 ST_NONE,
32};
@ ST_CENTER
Definition: typesCabana.h:29
@ ST_SCALE
Definition: typesCabana.h:28
@ ST_SCALECENTER
Definition: typesCabana.h:30
@ ST_NONE
Definition: typesCabana.h:27
@ ST_SCALESIGMA
Definition: typesCabana.h:31

Variable Documentation

◆ CFLENGTH

constexpr double CFLENGTH = 1.889726
constexpr

◆ CFENERGY

constexpr double CFENERGY = 0.036749
constexpr

Definition at line 22 of file typesCabana.h.

◆ CFFORCE

constexpr double CFFORCE = CFLENGTH / CFENERGY
constexpr

Definition at line 23 of file typesCabana.h.

Referenced by nnp::ModeCabana< t_device >::calculateForces().