Page MenuHomec4science

fix_colvars.html
No OneTemporary

File Metadata

Created
Sat, Nov 30, 22:05

fix_colvars.html

<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix colvars command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID group-ID colvars configfile keyword values ...
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>colvars = style name of this fix command
<LI>configfile = the configuration file for the colvars module
<LI>keyword = <I>input</I> or <I>output</I> or <I>seed</I> or <I>tstat</I>
<PRE> <I>input</I> arg = colvars.state file name or prefix or NULL (default: NULL)
<I>output</I> arg = output filename prefix (default: out)
<I>seed</I> arg = seed for random number generator (default: 1966)
<I>unwrap</I> arg = <I>yes</I> or <I>no</I>
use unwrapped coordinates in collective variables (default: yes)
<I>tstat</I> arg = fix id of a thermostat or NULL (default: NULL)
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix mtd all colvars peptide.colvars.inp seed 2122 input peptide.colvars.state output peptide
fix abf all colvars colvars.inp tstat 1
</PRE>
<P><B>Description:</B>
</P>
<P>This fix interfaces LAMMPS to a "collective variables" or "colvars"
module library which allows to calculate potentials of mean force
(PMFs) for any set of colvars, using different sampling methods:
currently implemented are the Adaptive Biasing Force (ABF) method,
metadynamics, Steered Molecular Dynamics (SMD) and Umbrella Sampling
(US) via a flexible harmonic restraint bias. The colvars library is
hosted at <A HREF = "http://colvars.github.io/">http://colvars.github.io/</A>
</P>
<P>This documentation describes only the fix colvars command itself and
LAMMPS specific parts of the code. The full documentation of the
colvars library is available as <A HREF = "PDF/colvars-refman-lammps.pdf">this supplementary PDF document</A>
</P>
<P>A detailed discussion of the implementation of the portable collective
variable library is in <A HREF = "#Fiorin">(Fiorin)</A>. Additional information can
be found in <A HREF = "#Henin">(Henin)</A>.
</P>
<P>There are some example scripts for using this package with LAMMPS in the
examples/USER/colvars directory.
</P>
<HR>
<P>The only mandatory argument to the fix is the filename to the colvars
input file that contains the input that is independent from the MD
program in which the colvars library has been integrated.
</P>
<P>The <I>group-ID</I> entry is ignored. The collective variable module will
always apply to the entire system and there can only be one instance
of the colvars fix at a time. The colvars fix will only communicate
the minimum information necessary and the colvars library supports
multiple, completely independent collective variables, so there is
no restriction to functionaliry by limiting the number of colvars fixes.
</P>
<P>The <I>input</I> keyword allows to specify a state file that would contain
the restart information required in order to continue a calculation from
a prerecorded state. Fix colvars records it state in <A HREF = "restart.html">binary restart</A>
files, so when using the <A HREF = "read_restart.html">read_restart</A> command,
this is usually not needed.
</P>
<P>The <I>output</I> keyword allows to specify the output prefix. All output
files generated will use this prefix followed by the ".colvars." and
a word like "state" or "traj".
</P>
<P>The <I>seed</I> keyword contains the seed for the random number generator
that will be used in the colvars module.
</P>
<P>The <I>unwrap</I> keyword controls whether wrapped or unwrapped coordinates
are passed to the colvars library for calculation of the collective
variables and the resulting forces. The default is <I>yes</I>, i.e. to use
the image flags to reconstruct the absolute atom positions.
Setting this to <I>no</I> will use the current local coordinates that are
wrapped back into the simulation cell at each re-neighboring instead.
</P>
<P>The <I>tstat</I> keyword can be either NULL or the label of a thermostating
fix that thermostats all atoms in the fix colvars group. This will be
used to provide the colvars module with the current thermostat target
temperature.
</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>This fix writes the current status of the colvars module into
<A HREF = "restart.html">binary restart files</A>. This is in addition to the text
mode status file that is written by the colvars module itself and the
kind of information in both files is identical.
</P>
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
fix to add the energy change from the biasing force added by the fix
to the system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
output</A>.
</P>
<P>This fix computes a global scalar which can be accessed by various
<A HREF = "Section_howto.html#howto_15">output commands</A>. The scalar is the
cummulative energy change due to this fix. The scalar value
calculated by this fix is "extensive".
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix is part of the USER-COLVARS package. It is only enabled if
LAMMPS was built with that package. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P>There can only be one colvars fix active at a time. Since the interface
communicates only the minimum amount of information and colvars module
itself can handle an arbitrary number of collective variables, this is
not a limitation of functionality.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix_smd.html">fix smd</A>
</P>
<P><B>Default:</B>
</P>
<P>The default options are input = NULL, output = out, seed = 1966, unwrap yes,
and tstat = NULL.
</P>
<HR>
<A NAME = "Fiorin"></A>
<P><B>(Fiorin)</B> Fiorin , Klein, Henin, Mol. Phys., DOI:10.1080/00268976.2013.813594
</P>
<A NAME = "Henin"></A>
<P><B>(Henin)</B> Henin, Fiorin, Chipot, Klein, J. Chem. Theory Comput., 6,
35-47 (2010)
</P>
</HTML>

Event Timeline