forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12327 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b69be175f0
commit
7d6b59f985
|
@ -18,6 +18,7 @@ Sampling and Restraints. This code consists of two parts:
|
|||
|
||||
Using collective variables to drive molecular dynamics
|
||||
simulations,
|
||||
|
||||
Giacomo Fiorin, Michael L. Klein & Jérôme Hénin:
|
||||
Molecular Physics, 111, 3345-3362 (2013)
|
||||
|
||||
|
@ -44,4 +45,5 @@ The person who created this package is Axel Kohlmeyer at Temple U
|
|||
|
||||
---------------------------------
|
||||
|
||||
Version: 2014-04-16
|
||||
|
||||
Version: 2014-08-13
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#include "mpi.h"
|
||||
#include "lammps.h"
|
||||
#include "atom.h"
|
||||
|
|
Loading…
Reference in New Issue