lammps/src/USER-COLVARS
sjplimp 94e9161203 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13208 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-03-09 14:50:58 +00:00
..
Install.sh git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10120 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-27 22:50:07 +00:00
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13125 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-02-19 18:19:46 +00:00
colvarproxy_lammps.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13208 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-03-09 14:50:58 +00:00
colvarproxy_lammps.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13208 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-03-09 14:50:58 +00:00
fix_colvars.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12812 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-12-02 02:10:17 +00:00
fix_colvars.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12651 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-28 19:54:20 +00:00
group_ndx.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12812 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-12-02 02:10:17 +00:00
group_ndx.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10121 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-27 22:50:14 +00:00

README

This package implements the "fix colvars" command which can be used
in a LAMMPS input script.

This fix allows use of "collective variables" to implement Adaptive
Biasing Force, Metadynamics, Steered MD, Umbrella Sampling and
Restraints.

This package uses an external library in lib/colvars which must be
compiled before making LAMMPS.  See the lib/colvars/README file and
the LAMMPS manual for information on building LAMMPS with external
libraries.  The settings in the Makefile.lammps file in that directory
must be correct for LAMMPS to build correctly with this package
installed.

The external library is a portable collective variable module library
written and maintained by Giacomo Fiorin (ICMS, Temple University,
Philadelphia, PA, USA) and Jerome Henin (IBPC, CNRS, Paris, France).

More info about this library can be found at: http://colvars.github.io

and in these publications:

Using collective variables to drive molecular dynamics simulations,
Giacomo Fiorin, Michael L. Klein & Jérôme Hénin: Molecular Physics,
111, 3345-3362 (2013)

Exploring Multidimensional Free Energy Landscapes Using Time-Dependent
Biases on Collective Variables, J. Hénin, G. Fiorin, C. Chipot, and
M. L. Klein, J. Chem. Theory Comput., 6, 35-47 (2010).

The colvars fix implementes a thin interface layer, which exchanges
information between LAMMPS and the collective variable module.  This
interface was written and is maintained by Axel Kohlmeyer
(akohlmey@gmail.com)

See the doc page of fix colvars for more details.

There is a reference manual for the package included with the LAMMPS
doc pages: doc/PDF/colvars-refman-lammps.pdf

There are example scripts for using this package in
examples/USER/colvars.

The person who created this package is Axel Kohlmeyer at Temple U
(akohlmey at gmail.com).  Contact him directly if you have questions.

---------------------------------

Version: 2015-01-08