git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8205 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -41,6 +41,13 @@ using namespace LAMMPS_NS;
|
||||
#define MAXLINE 1024
|
||||
#define DELTA 4
|
||||
|
||||
#define GRIDDENSITY 8000
|
||||
#define GRIDSTART 0.1
|
||||
|
||||
// max number of interaction per atom for f(Z) environment potential
|
||||
|
||||
#define leadDimInteractionList 64
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
PairEDIP::PairEDIP(LAMMPS *lmp) : Pair(lmp)
|
||||
|
||||
Reference in New Issue
Block a user