forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3045 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
64fb84c417
commit
be41e3b26d
|
@ -1,8 +1,7 @@
|
|||
The files in this directory are a user-contributed package for LAMMPS.
|
||||
|
||||
The person who created these files is Axel Kohlmeyer
|
||||
(akohlmey@cmm.chem.upenn.edu). Contact him directly if you have
|
||||
questions.
|
||||
(akohlmey@gmail.com). Contact him directly if you have questions.
|
||||
|
||||
The current version of this package should be considered beta
|
||||
quality. The CG potentials work correctly and well, but there will be
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
Special Angle Potential for the CMM coarse grained MD potentials.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "math.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
Common parameters for the CMM coarse grained MD potentials.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "cg_cmm_parms.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
CMM coarse grained MD potentials. Plain version w/o charges.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_cg_cmm.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
CMM coarse grained MD potentials. Coulomb with cutoff version.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_cg_cmm_coul_cut.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
CMM coarse grained MD potentials. Coulomb with k-space version.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_cg_cmm_coul_long.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
Common functionality for the CMM coarse grained MD potentials.
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@cmm.chem.upenn.edu>
|
||||
Contributing author: Axel Kohlmeyer <akohlmey@gmail.com>
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_cmm_common.h"
|
||||
|
|
Loading…
Reference in New Issue