diff --git a/doc/Manual.html b/doc/Manual.html index eaeb2bf1e8..73ed0ae8de 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -13,7 +13,7 @@

LAMMPS Documentation

-
(17 July 2006 version of LAMMPS) +
(1 Oct 2006 version of LAMMPS)

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel Simulator. @@ -25,7 +25,7 @@ funding from the DOE. It is an open-source code, distributed freely under the terms of the GNU Public License (GPL).

The developers of LAMMPS are Steve Plimpton, Paul Crozier, and -Aidan Thompson who can be contacted at "sjplimp, pscrozi, athomps at +Aidan Thompson who can be contacted at sjplimp,pscrozi,athomps at sandia.gov. The LAMMPS WWW Site at http://lammps.sandia.gov has more information about the code and its uses.

diff --git a/doc/Manual.pdf b/doc/Manual.pdf index ee936e0492..303a3ffbcb 100644 Binary files a/doc/Manual.pdf and b/doc/Manual.pdf differ diff --git a/doc/Manual.txt b/doc/Manual.txt index 9800f0a71c..ca67346915 100644 --- a/doc/Manual.txt +++ b/doc/Manual.txt @@ -10,7 +10,7 @@ LAMMPS Documentation :c,h3 -(17 July 2006 version of LAMMPS) :c +(1 Oct 2006 version of LAMMPS) :c LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel Simulator. @@ -22,7 +22,7 @@ funding from the DOE. It is an open-source code, distributed freely under the terms of the GNU Public License (GPL). The developers of LAMMPS are "Steve Plimpton"_sjp, Paul Crozier, and -Aidan Thompson who can be contacted at "sjplimp, pscrozi, athomps at +Aidan Thompson who can be contacted at sjplimp,pscrozi,athomps at sandia.gov. The "LAMMPS WWW Site"_lws at http://lammps.sandia.gov has more information about the code and its uses. diff --git a/doc/Section_errors.html b/doc/Section_errors.html index 5d291ff64a..61def89212 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -247,6 +247,11 @@ definitions.
Self-explanatory. +
Another input script is already being processed + +
Cannot attempt to open a 2nd input script, when the original file is +still being processed. +
Atom count is inconsistent, cannot write restart file
Sum of atoms across processors does not equal initial total count. @@ -284,11 +289,6 @@ been defined.
Self-explanatory. -
Atom style granular must perform 3d simulations - -
Atom style granular cannot be used with 2d simulations, because -the pairwise potentials are inherently 3d. -
Atom style hybrid cannot have hybrid as an argument
Self-explanatory. Check the input script. @@ -456,6 +456,11 @@ factor that partitions the computation between real space and k-space.
Must use the lattice command before using the create_atoms command. +
Cannot create an atom map unless atoms have IDs + +
The simulation requires a mapping from global atom IDs to local atoms, +but the atoms that have been defined have no IDs. +
Cannot create_box after simulation box is defined
The create_box command cannot be used after a read_data, read_restart, @@ -465,10 +470,6 @@ or create_box command.
Self-explanatory. -
Cannot create vels with loop all for non-contiguous atom IDs - -
You cannot use the loop all option if you atom IDs do not span 1 to natoms -
Cannot evaluate variable equal command
Syntax or keyword names in mathematical expression are not @@ -499,12 +500,19 @@ recognized.
Volume can only be rescaled uniaxially if system is periodic in all 3 dimensions. -
Cannot invoke single() with pairwise TIP4P potential +
Cannot have both pair_modify shift and tail set to yes -
Commands that invoke the single() function within pairwise potentials -cannot be used with a TIP4P potential, due to the way it computes -forces on other atoms besides the i,j pair. This includes the eng and -stress tensor components for the dump custom command. +
These 2 options are contradictory. + +
Cannot open dir to search for restart file + +
Using a "*" in the name of the restart file will open the current +directory to search for matching file names. + +
Cannot open dump file + +
The output file for the dump command cannot be opened. Check that the +path and name are correct.
Cannot open EAM potential file %s @@ -526,6 +534,10 @@ the path and name are correct.
The output file for the fix gran/diag command cannot be opened. Check that the path and name are correct. +
Cannot open fix gyration file %s + +
Self-explanatory. +
Cannot open fix msd file %s
The output file for the fix msd command cannot be opened. Check that @@ -551,6 +563,29 @@ the path and name are correct.
LAMMPS is attempting to open a gzipped version of the specified file but was unsuccessful. Check that the path and name are correct. +
Cannot open input script %s + +
Self-explanatory. + +
Cannot open input script %s + +
Self-explanatory. + +
Cannot open logfile + +
The LAMMPS log file named in a command-line argument cannot be opened. +Check that the path and name are correct. + +
Cannot open logfile %s + +
The LAMMPS log file specified in the input script cannot be opened. +Check that the path and name are correct. + +
Cannot open log.lammps + +
The default LAMMPS log file cannot be opened. Check that the +directory you are running in allows for files to be created. +
Cannot open pair_write file
The specified output file for pair energies and forces cannot be @@ -558,8 +593,25 @@ opened. Check that the path and name are correct.
Cannot open restart file %s -
The output restart file cannot be opened. Check that the path and -name are correct and that disk space is available. +
Self-explanatory. + +
Cannot open screen file + +
The screen file specified as a command-line argument cannot be +opened. Check that the directory you are running in allows for files +to be created. + +
Cannot open universe log file + +
For a multi-partition run, the master log file cannot be opened. +Check that the directory you are running in allows for files to be +created. + +
Cannot open universe screen file + +
For a multi-partition run, the master screen file cannot be opened. +Check that the directory you are running in allows for files to be +created.
Cannot read_data after simulation box is defined @@ -621,14 +673,19 @@ Instead they are defined on a per-atom basis in the data file.
In the rRESPA integrator, you must define both a inner and outer setting in order to use a middle setting. -
Cannot set these values with this atom style +
Cannot set this attribute for this atom style -
Choice of set style does not match attribute of atom style. +
The attribute being set does not exist for the defined atom style.
Cannot use atom style granular with chosen thermo settings
Cannot output temperature or pressure with atom style granular. +
Cannot use delete_atoms unless atoms have IDs + +
Your atoms do not have IDs, so the delete_atoms command cannot be +used. +
Cannot use delete_bonds with non-molecular system
Your choice of atom style does not have bonds. @@ -646,6 +703,23 @@ setting in order to use a middle setting.
Self-explanatory. +
Cannot use fix nph with no per-type mass defined + +
The defined atom style uses per-atom mass, not per-type mass. + +
Cannot use fix npt with no per-type mass defined + +
The defined atom style uses per-atom mass, not per-type mass. + +
Cannot zero momentum of 0 atoms + +
The collection of atoms for which momentum is being computed has no +atoms. + +
Cannot use fix nvt with no per-type mass defined + +
The defined atom style uses per-atom mass, not per-type mass. +
Cannot use fix poems with atom style granular
This fix is not yet enabled for this atom style. @@ -658,11 +732,6 @@ setting in order to use a middle setting.
Your choice of atom style does not have bonds. -
Cannot use multiple long-range potentials with pair hybrid - -
Only one sub-style potential with a long-range component can be -used with pair_style hybrid. -
Cannot use nonperiodic boundaries with Ewald
For kspace style ewald, all 3 dimensions must have periodic boundaries @@ -675,6 +744,10 @@ non-periodic z dimension. unless you use the kspace_modify command to define a 2d slab with a non-periodic z dimension. +
Cannot use pair tail corrections with 2d simulations + +
The correction factors are only currently defined for 3d systems. +
Cannot use PPPM with 2d simulation
The kspace style pppm cannot be used in 2d simulations. You can use @@ -685,15 +758,26 @@ non-periodic z dimension.
Regions that extend to the box boundaries can only be used after the create_box command has been used. +
Cannot use rRESPA with full neighbor lists + +
Defined pair style uses full neighbor lists (as opposed to +half neighbor lists), which are incompatible with the current +implementation of rRESPA. +
Cannot use vectors in variables unless atom map exists
Vectors require an atom map to be able to lookup the vector index. Only atom styles with molecular information creat a global map. -
Cannot zero momentum for less than 2 atoms +
Cannot use velocity create loop all unless atoms have IDs -
Velocity command is being used with momentum-zeroing options on a -group with 0 or 1 atoms. +
Atoms in the simulation to do not have IDs, so this style +of velocity creation cannot be performed. + +
Cannot use velocity create loop all with non-contiguous atom IDs + +
Atoms in the simulation to do not have consecutive IDs, so this style +of velocity creation cannot be performed.
Command-line variable already exists @@ -732,14 +816,6 @@ more than once.
A group ID used in the fix command does not exist. -
Could not find fix poems group ID - -
A group ID used in the fix poems command does not exist. - -
Could not find fix rigid group ID - -
A group ID used in the fix rigid command does not exist. -
Could not find fix_modify ID
A fix ID used in the fix_modify command does not exist. @@ -748,9 +824,21 @@ more than once.
A temperature ID used in the fix_modify command does not exist. -
Could not find fix spring vector group ID +
Could not find fix poems group ID -
Group ID used with fix spring command does not exist. +
A group ID used in the fix poems command does not exist. + +
Could not find fix recenter group ID + +
A group ID used in the fix recenter command does not exist. + +
Could not find fix rigid group ID + +
A group ID used in the fix rigid command does not exist. + +
Could not find fix spring couple group ID + +
Self-explanatory.
Could not find temp_modify ID @@ -784,54 +872,6 @@ more than once.
A temperature ID used in the velocity command does not exist. -
Could not open dump file - -
The output file for the dump command cannot be opened. Check that the -path and name are correct. - -
Could not open input script - -
The input script file named in a command-line argument could not be -opened. - -
Could not open log.lammps - -
The default LAMMPS log file cannot be opened. Check that the -directory you are running in allows for files to be created. - -
Could not open logfile - -
The LAMMPS log file named in a command-line argument cannot be opened. -Check that the path and name are correct. - -
Could not open logfile %s - -
The LAMMPS log file specified in the input script cannot be opened. -Check that the path and name are correct. - -
Could not open new input file %s - -
The input script file named in an include or jump command could not be -opened. Check that the path and name are correct. - -
Could not open screen file - -
The screen file specified as a command-line argument cannot be -opened. Check that the directory you are running in allows for files -to be created. - -
Could not open universe log file - -
For a multi-partition run, the master log file cannot be opened. -Check that the directory you are running in allows for files to be -created. - -
Could not open universe screen file - -
For a multi-partition run, the master screen file cannot be opened. -Check that the directory you are running in allows for files to be -created. -
Create_atoms command before simulation box is defined
The create_atoms command cannot be used before a read_data, @@ -1015,6 +1055,14 @@ create_box command.
Self-explanatory. +
Fix msd group has no atoms + +
Cannot compute diffusion for no atoms. + +
Fix momentum group has no atoms + +
Self-explanatory. +
Fix nph periods must be > 0.0
The time window for pressure relaxation must be > 0 @@ -1047,6 +1095,10 @@ error occurs, it is likely a bug, so send an email to the
Cannot use the rdf fix unless a pair style with a cutoff has been defined. +
Fix recenter group has no atoms + +
Self-explanatory. +
Fix temp/rescale region ID does not exist
Self-explanatory. @@ -1061,13 +1113,21 @@ details.
Self-explanatory. +
Found no restart file matching pattern + +
When using a "*" in the restart file name, no matching file was found. +
Granular pair styles do not use pair_coeff settings
The pair_coeff command cannot be used with granular force fields. -
Gravity must point in -z to use with fix insert +
Gravity must point in -y to use with fix insert in 2d -
The fix insert command assumes the theta angle for gravity is 180.0. +
Gravity must be pointing "down" in a 2d box. + +
Gravity must point in -z to use with fix insert in 3d + +
Gravity must be pointing "down" in a 3d box, i.e. theta = 180.0.
Group command before simulation box is defined @@ -1085,7 +1145,9 @@ create_box command.
Illegal ... command
Self-explanatory. Check the input script syntax and compare to the -documentation for the command. +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see what is the offending +line.
Improper atoms %d %d %d %d missing on proc %d at step %d @@ -1218,11 +1280,6 @@ simulation box.
Eigensolve for rigid body was not sufficiently accurate. -
Invalid $ variable - -
The character following a $ in the input script is not between "a" and -"z". -
Invalid angle style
The choice of angle style is unknown. @@ -1531,17 +1588,13 @@ types.
Type used in set command must be from 1-N where N is the number of atom types (bond types, angle types, etc). -
Invalid variable in command-line argument - -
Command-line arg -var must set a variable from "a" to "z". -
Invalid variable in next command
Next command in input script must set variables from "a" to "z". -
Invalid variable in variable command +
Invalid variable name -
Variable command in input script must set a variable from "a" to "z". +
Variable name used in an input script line is invalid.
Invalid variable style with next command @@ -1552,6 +1605,12 @@ command.
One or more vector names are not recognized. +
Invoked pair single on pair style none + +
A command (e.g. a dump) attempted to invoke the single() function on a +pair style none, which is illegal. You are probably attempting to +compute per-atom quantities with an undefined pair style. +
KSpace style has not yet been set
Cannot use kspace_modify command until a kspace style is set. @@ -1707,15 +1766,14 @@ other.
Self-explanatory. -
Must use -in switch with multiple partitions - -
A multi-partition simulation cannot read the input script from stdin. -The -in command-line option must be used to specify a file. -
Must use a block or cylinder region with fix insert
Self-explanatory. +
Must use a block region with fix insert for 2d simulations + +
Self-explanatory. +
Must use a molecular atom style with fix poems molecule
Self-explanatory. @@ -1724,9 +1782,10 @@ The -in command-line option must be used to specify a file.
Self-explanatory. -
Must use molecular atom style with neigh_modify exclude molecule +
Must use atom style dipole with chosen thermo settings -
Self-explanatory. +
A thermo quantity being printed can only be computed if the atom +style includes dipole quantities.
Must use a z-axis cylinder with fix insert @@ -1737,10 +1796,6 @@ be oriented along the z dimension.
Self-explanatory. -
Must use atom style granular with lj units - -
Self-explanatory. -
Must use atom style granular with pair style granular
Self-explanatory. @@ -1806,11 +1861,18 @@ gravity.
Self-explanatory. -
Must use newton pairwise on with TIP4P potential +
Must use -in switch with multiple partitions -
Use of a TIP4P pair potential requires the newton command setting for -pairwise interactions be "on", because of the way forces are computed -on other atoms due to TIP4P interactions. +
A multi-partition simulation cannot read the input script from stdin. +The -in command-line option must be used to specify a file. + +
Must use lj units with atom style granular + +
Self-explanatory. + +
Must use molecular atom style with neigh_modify exclude molecule + +
Self-explanatory.
Must use region with side = in with fix insert @@ -1852,10 +1914,6 @@ after a read_data, read_restart, or create_box command.
The header of the data file indicated that atoms would be included, but they were not present. -
No atoms to compute diffusion for - -
The fix msd command has no atoms to compute on. -
No bonds allowed with this atom style
Self-explanatory. Check data file. @@ -1915,10 +1973,6 @@ an atom has moved to far in a single timestep.
Two atoms are further apart than the pairwise table allows. -
Pair style must be defined to use bond style quartic - -
Bond style quartic requires a pair style be defined. -
Pair table parameters did not set N
List of pair table parameters must include N setting. @@ -1948,15 +2002,6 @@ kspace_modify command will reduce the stencil distance.
One or more pairwise cutoffs are too short to use with the specified rRESPA cutoffs. -
Pair style hybrid cannot have hybrid as an argument - -
Self-explanatory. Check the input script. - -
Pair style hybrid cannot use same pair style twice - -
The sub-style arguments of pair_style hybrid cannot be duplicated. -Check the input script. -
Pair inner cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified @@ -1966,6 +2011,45 @@ rRESPA cutoffs.
The specified cutoffs for the pair style are inconsistent. +
Pair style does not support bond_style quartic + +
The pair style does not have a single() function, so it can +not be invoked by bond_style quartic. + +
Pair style does not support dumping per-atom energy + +
The pair style does not have a single() function, so it can not be +invoked by the dump command. + +
Pair style does not support dumping per-atom stress + +
The pair style does not have a single() function, so it can not be +invoked by the dump command. + +
Pair style does not support pair_write + +
The pair style does not have a single() function, so it can +not be invoked by the pair_write command. + +
Pair style does not support rRESPA inner/middle/outer + +
You are attempting to use rRESPA options with a pair style that +does not support them. + +
Pair style granular with history requires atoms have IDs + +
Atoms in the simulation do not have IDs, so history effects +cannot be tracked by the granular pair potential. + +
Pair style hybrid cannot have hybrid as an argument + +
Self-explanatory. Check the input script. + +
Pair style hybrid cannot use same pair style twice + +
The sub-style arguments of pair_style hybrid cannot be duplicated. +Check the input script. +
Pair style is incompatible with DihedralCharmm
When using a dihedral style charmm, a pair style with a CHARMM @@ -1977,6 +2061,16 @@ specified.
If a pair style with a long-range Coulombic component is selected, then a kspace style must also be used. +
Pair style lj/cut/coul/long/tip4p requires atom IDs + +
There are no atom IDs defined in the system and the TIP4P potential +requires them to find O,H atoms with a water molecule. + +
Pair style lj/cut/coul/long/tip4p requires newton pair on + +
This is because the computation of constraint forces within a water +molecule adds forces to atoms owned by other processors. +
Pair table cutoffs must all be equal to use with KSpace
When using pair style table with a long-range KSpace solver, the @@ -1996,6 +2090,10 @@ read_restart, or create_box command.
Self-explanatory. +
Pair_style granular command before simulation box is defined + +
This pair style cannot be used before a simulation box is defined. +
Pair_write command before pair_style is defined
Self-explanatory. @@ -2071,11 +2169,6 @@ types in setfl potential file.
The first cutoff must be <= the second cutoff. -
Respa inner/middle/outer used with invalid pair style - -
Only a few pair potentials support the use of respa inner, middle, -outer options. -
Respa levels must be >= 1
Self-explanatory. @@ -2117,6 +2210,18 @@ incorrect.
The run command cannot be used before a read_data, read_restart, or create_box command. +
Run command upto value is before current timestep + +
Self-explanatory. + +
Run command start value is after start of run + +
Self-explanatory. + +
Run command stop value is before end of run + +
Self-explanatory. +
Run_style command before simulation box is defined
The run_style command cannot be used before a read_data, @@ -2180,6 +2285,14 @@ SHAKE fix contribution to the pressure virial is incorrect.
The variable specified with a $ symbol in an input script command has not been previously defined with a variable command. +
Target T for fix nvt cannot be 0.0 + +
Self-explanatory. + +
Target T for fix npt cannot be 0.0 + +
Self-explanatory. +
Temperature region ID does not exist
The region ID specified in the temperature command does not exist. @@ -2232,9 +2345,11 @@ within a water molecule.
The target file for the fix tmd command did not list all atoms in the fix group. -
Too big a problem to run with a molecular atom style +
Too big a problem to replicate with molecular atom style -
Cannot run a problem with > 2^31 atoms with molecular attributes. +
Molecular problems cannot become bigger than 2^31 atoms (or bonds, +etc) when replicated, else the atom IDs and other quantities cannot be +stored in 32 bit quantities.
Too few bits for lookup table @@ -2246,20 +2361,6 @@ machine's floating point representation.
The atoms to be created by the create_atoms command must have a valid type. -
Too many atoms in data file - -
A data file cannot contain more than 2^31 atoms. - -
Too many atoms to use delete atoms command - -
Cannot use delete_atoms command if number of atoms is greater than -2^31. - -
Too many atoms to use velocity create with loop all - -
Cannot use velocity create command with loop all setting if number of -atoms is greater than 2^31. Switch to local or geom setting. -
Too many exponent bits for lookup table
Table size specified via pair_modify command does not work with your @@ -2372,6 +2473,10 @@ definition until the simulation box has been defined.
Cannot use thermodynamic keywords in a equal style variable definition until a simulation run has been performed. +
Variable equal group ID does not exist + +
Self-explanatory. +
Velocity command before simulation box is defined
The velocity command cannot be used before a read_data, read_restart, @@ -2411,6 +2516,11 @@ will be truncated to attempt to prevent the bond from blowing up.
A FENE bond has stretched dangerously far. It's interaction strength will be truncated to attempt to prevent the bond from blowing up. +
Fix recenter should come after all other integration fixes + +
Other fixes may change the position of the center-of-mass, so +fix recenter should come last. +
Group for fix_modify temp != fix group
The fix_modify command is specifying a temperature computation that @@ -2647,6 +2757,12 @@ style region. Since thermo computes a global pressure, the kinetic energy contribution from the temperature is assumed to also be for all atoms. Thus the pressure printed by thermo could be inaccurate. +
Using pair tail corrections with nonperiodic system + +
This is probably a bogus thing to do, since tail corrections are +computed by integrating the density of a periodic system out to +infinity. +
Using variable equal keyword with non-current thermo
The variable expression is being evaluated with a thermodynamic diff --git a/doc/Section_errors.txt b/doc/Section_errors.txt index 1e01153094..448987d39f 100644 --- a/doc/Section_errors.txt +++ b/doc/Section_errors.txt @@ -244,6 +244,11 @@ Self-explanatory. :dd Self-explanatory. :dd +{Another input script is already being processed} :dt + +Cannot attempt to open a 2nd input script, when the original file is +still being processed. :dd + {Atom count is inconsistent, cannot write restart file} :dt Sum of atoms across processors does not equal initial total count. @@ -281,11 +286,6 @@ been defined. :dd Self-explanatory. :dd -{Atom style granular must perform 3d simulations} :dt - -Atom style granular cannot be used with 2d simulations, because -the pairwise potentials are inherently 3d. :dd - {Atom style hybrid cannot have hybrid as an argument} :dt Self-explanatory. Check the input script. :dd @@ -453,6 +453,11 @@ LAMMPS failed to compute a valid PPPM grid spacing in the z dimension. :dd Must use the lattice command before using the create_atoms command. :dd +{Cannot create an atom map unless atoms have IDs} :dt + +The simulation requires a mapping from global atom IDs to local atoms, +but the atoms that have been defined have no IDs. :dd + {Cannot create_box after simulation box is defined} :dt The create_box command cannot be used after a read_data, read_restart, @@ -462,10 +467,6 @@ or create_box command. :dd Self-explanatory. :dd -{Cannot create vels with loop all for non-contiguous atom IDs} :dt - -You cannot use the loop all option if you atom IDs do not span 1 to natoms :dd - {Cannot evaluate variable equal command} :dt Syntax or keyword names in mathematical expression are not @@ -496,12 +497,19 @@ Volume can only be rescaled on a dimension that is periodic. :dd Volume can only be rescaled uniaxially if system is periodic in all 3 dimensions. :dd -{Cannot invoke single() with pairwise TIP4P potential} :dt +{Cannot have both pair_modify shift and tail set to yes} :dt -Commands that invoke the single() function within pairwise potentials -cannot be used with a TIP4P potential, due to the way it computes -forces on other atoms besides the i,j pair. This includes the eng and -stress tensor components for the dump custom command. :dd +These 2 options are contradictory. :dd + +{Cannot open dir to search for restart file} :dt + +Using a "*" in the name of the restart file will open the current +directory to search for matching file names. :dd + +{Cannot open dump file} :dt + +The output file for the dump command cannot be opened. Check that the +path and name are correct. :dd {Cannot open EAM potential file %s} :dt @@ -523,6 +531,10 @@ the path and name are correct. :dd The output file for the fix gran/diag command cannot be opened. Check that the path and name are correct. :dd +{Cannot open fix gyration file %s} :dt + +Self-explanatory. :dd + {Cannot open fix msd file %s} :dt The output file for the fix msd command cannot be opened. Check that @@ -548,6 +560,29 @@ the path and name are correct. :dd LAMMPS is attempting to open a gzipped version of the specified file but was unsuccessful. Check that the path and name are correct. :dd +{Cannot open input script %s} :dt + +Self-explanatory. :dd + +{Cannot open input script %s} :dt + +Self-explanatory. :dd + +{Cannot open logfile} :dt + +The LAMMPS log file named in a command-line argument cannot be opened. +Check that the path and name are correct. :dd + +{Cannot open logfile %s} :dt + +The LAMMPS log file specified in the input script cannot be opened. +Check that the path and name are correct. :dd + +{Cannot open log.lammps} :dt + +The default LAMMPS log file cannot be opened. Check that the +directory you are running in allows for files to be created. :dd + {Cannot open pair_write file} :dt The specified output file for pair energies and forces cannot be @@ -555,8 +590,25 @@ opened. Check that the path and name are correct. :dd {Cannot open restart file %s} :dt -The output restart file cannot be opened. Check that the path and -name are correct and that disk space is available. :dd +Self-explanatory. :dd + +{Cannot open screen file} :dt + +The screen file specified as a command-line argument cannot be +opened. Check that the directory you are running in allows for files +to be created. :dd + +{Cannot open universe log file} :dt + +For a multi-partition run, the master log file cannot be opened. +Check that the directory you are running in allows for files to be +created. :dd + +{Cannot open universe screen file} :dt + +For a multi-partition run, the master screen file cannot be opened. +Check that the directory you are running in allows for files to be +created. :dd {Cannot read_data after simulation box is defined} :dt @@ -618,14 +670,19 @@ Instead they are defined on a per-atom basis in the data file. :dd In the rRESPA integrator, you must define both a inner and outer setting in order to use a middle setting. :dd -{Cannot set these values with this atom style} :dt +{Cannot set this attribute for this atom style} :dt -Choice of set style does not match attribute of atom style. :dd +The attribute being set does not exist for the defined atom style. :dd {Cannot use atom style granular with chosen thermo settings} :dt Cannot output temperature or pressure with atom style granular. :dd +{Cannot use delete_atoms unless atoms have IDs} :dt + +Your atoms do not have IDs, so the delete_atoms command cannot be +used. :dd + {Cannot use delete_bonds with non-molecular system} :dt Your choice of atom style does not have bonds. :dd @@ -643,6 +700,23 @@ The kspace style ewald cannot be used in 2d simulations. You can use Self-explanatory. :dd +{Cannot use fix nph with no per-type mass defined} :dt + +The defined atom style uses per-atom mass, not per-type mass. :dd + +{Cannot use fix npt with no per-type mass defined} :dt + +The defined atom style uses per-atom mass, not per-type mass. :dd + +{Cannot zero momentum of 0 atoms} :dt + +The collection of atoms for which momentum is being computed has no +atoms. :dd + +{Cannot use fix nvt with no per-type mass defined} :dt + +The defined atom style uses per-atom mass, not per-type mass. :dd + {Cannot use fix poems with atom style granular} :dt This fix is not yet enabled for this atom style. :dd @@ -655,11 +729,6 @@ This fix is not yet enabled for this atom style. :dd Your choice of atom style does not have bonds. :dd -{Cannot use multiple long-range potentials with pair hybrid} :dt - -Only one sub-style potential with a long-range component can be -used with pair_style hybrid. :dd - {Cannot use nonperiodic boundaries with Ewald} :dt For kspace style ewald, all 3 dimensions must have periodic boundaries @@ -672,6 +741,10 @@ For kspace style pppm, All 3 dimensions must have periodic boundaries unless you use the kspace_modify command to define a 2d slab with a non-periodic z dimension. :dd +{Cannot use pair tail corrections with 2d simulations} :dt + +The correction factors are only currently defined for 3d systems. :dd + {Cannot use PPPM with 2d simulation} :dt The kspace style pppm cannot be used in 2d simulations. You can use @@ -682,15 +755,26 @@ The kspace style pppm cannot be used in 2d simulations. You can use Regions that extend to the box boundaries can only be used after the create_box command has been used. :dd +{Cannot use rRESPA with full neighbor lists} :dt + +Defined pair style uses full neighbor lists (as opposed to +half neighbor lists), which are incompatible with the current +implementation of rRESPA. :dd + {Cannot use vectors in variables unless atom map exists} :dt Vectors require an atom map to be able to lookup the vector index. Only atom styles with molecular information creat a global map. :dd -{Cannot zero momentum for less than 2 atoms} :dt - -Velocity command is being used with momentum-zeroing options on a -group with 0 or 1 atoms. :dd +{Cannot use velocity create loop all unless atoms have IDs} :dt + +Atoms in the simulation to do not have IDs, so this style +of velocity creation cannot be performed. :dd + +{Cannot use velocity create loop all with non-contiguous atom IDs} :dt + +Atoms in the simulation to do not have consecutive IDs, so this style +of velocity creation cannot be performed. :dd {Command-line variable already exists} :dt @@ -729,14 +813,6 @@ A group ID used in the dump command does not exist. :dd A group ID used in the fix command does not exist. :dd -{Could not find fix poems group ID} :dt - -A group ID used in the fix poems command does not exist. :dd - -{Could not find fix rigid group ID} :dt - -A group ID used in the fix rigid command does not exist. :dd - {Could not find fix_modify ID} :dt A fix ID used in the fix_modify command does not exist. :dd @@ -745,9 +821,21 @@ A fix ID used in the fix_modify command does not exist. :dd A temperature ID used in the fix_modify command does not exist. :dd -{Could not find fix spring vector group ID} :dt +{Could not find fix poems group ID} :dt -Group ID used with fix spring command does not exist. :dd +A group ID used in the fix poems command does not exist. :dd + +{Could not find fix recenter group ID} :dt + +A group ID used in the fix recenter command does not exist. :dd + +{Could not find fix rigid group ID} :dt + +A group ID used in the fix rigid command does not exist. :dd + +{Could not find fix spring couple group ID} :dt + +Self-explanatory. :dd {Could not find temp_modify ID} :dt @@ -781,54 +869,6 @@ A group ID used in the velocity command does not exist. :dd A temperature ID used in the velocity command does not exist. :dd -{Could not open dump file} :dt - -The output file for the dump command cannot be opened. Check that the -path and name are correct. :dd - -{Could not open input script} :dt - -The input script file named in a command-line argument could not be -opened. :dd - -{Could not open log.lammps} :dt - -The default LAMMPS log file cannot be opened. Check that the -directory you are running in allows for files to be created. :dd - -{Could not open logfile} :dt - -The LAMMPS log file named in a command-line argument cannot be opened. -Check that the path and name are correct. :dd - -{Could not open logfile %s} :dt - -The LAMMPS log file specified in the input script cannot be opened. -Check that the path and name are correct. :dd - -{Could not open new input file %s} :dt - -The input script file named in an include or jump command could not be -opened. Check that the path and name are correct. :dd - -{Could not open screen file} :dt - -The screen file specified as a command-line argument cannot be -opened. Check that the directory you are running in allows for files -to be created. :dd - -{Could not open universe log file} :dt - -For a multi-partition run, the master log file cannot be opened. -Check that the directory you are running in allows for files to be -created. :dd - -{Could not open universe screen file} :dt - -For a multi-partition run, the master screen file cannot be opened. -Check that the directory you are running in allows for files to be -created. :dd - {Create_atoms command before simulation box is defined} :dt The create_atoms command cannot be used before a read_data, @@ -1012,6 +1052,14 @@ The time window for temperature relaxation must be > 0 :dd Self-explanatory. :dd +{Fix msd group has no atoms} :dt + +Cannot compute diffusion for no atoms. :dd + +{Fix momentum group has no atoms} :dt + +Self-explanatory. :dd + {Fix nph periods must be > 0.0} :dt The time window for pressure relaxation must be > 0 :dd @@ -1044,6 +1092,10 @@ error occurs, it is likely a bug, so send an email to the Cannot use the rdf fix unless a pair style with a cutoff has been defined. :dd +{Fix recenter group has no atoms} :dt + +Self-explanatory. :dd + {Fix temp/rescale region ID does not exist} :dt Self-explanatory. :dd @@ -1058,13 +1110,21 @@ details. :dd Self-explanatory. :dd +{Found no restart file matching pattern} :dt + +When using a "*" in the restart file name, no matching file was found. :dd + {Granular pair styles do not use pair_coeff settings} :dt The pair_coeff command cannot be used with granular force fields. :dd -{Gravity must point in -z to use with fix insert} :dt +{Gravity must point in -y to use with fix insert in 2d} :dt -The fix insert command assumes the theta angle for gravity is 180.0. :dd +Gravity must be pointing "down" in a 2d box. :dd + +{Gravity must point in -z to use with fix insert in 3d} :dt + +Gravity must be pointing "down" in a 3d box, i.e. theta = 180.0. :dd {Group command before simulation box is defined} :dt @@ -1082,7 +1142,9 @@ A region ID used in the group command does not exist. :dd {Illegal ... command} :dt Self-explanatory. Check the input script syntax and compare to the -documentation for the command. :dd +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see what is the offending +line. :dd {Improper atoms %d %d %d %d missing on proc %d at step %d} :dt @@ -1215,11 +1277,6 @@ Eigensolve for rigid body was not sufficiently accurate. :dd Eigensolve for rigid body was not sufficiently accurate. :dd -{Invalid $ variable} :dt - -The character following a $ in the input script is not between "a" and -"z". :dd - {Invalid angle style} :dt The choice of angle style is unknown. :dd @@ -1528,17 +1585,13 @@ types. :dd Type used in set command must be from 1-N where N is the number of atom types (bond types, angle types, etc). :dd -{Invalid variable in command-line argument} :dt - -Command-line arg -var must set a variable from "a" to "z". :dd - {Invalid variable in next command} :dt Next command in input script must set variables from "a" to "z". :dd -{Invalid variable in variable command} :dt +{Invalid variable name} :dt -Variable command in input script must set a variable from "a" to "z". :dd +Variable name used in an input script line is invalid. :dd {Invalid variable style with next command} :dt @@ -1549,6 +1602,12 @@ command. :dd One or more vector names are not recognized. :dd +{Invoked pair single on pair style none} :dt + +A command (e.g. a dump) attempted to invoke the single() function on a +pair style none, which is illegal. You are probably attempting to +compute per-atom quantities with an undefined pair style. :dd + {KSpace style has not yet been set} :dt Cannot use kspace_modify command until a kspace style is set. :dd @@ -1704,15 +1763,14 @@ other. :dd Self-explanatory. :dd -{Must use -in switch with multiple partitions} :dt - -A multi-partition simulation cannot read the input script from stdin. -The -in command-line option must be used to specify a file. :dd - {Must use a block or cylinder region with fix insert} :dt Self-explanatory. :dd +{Must use a block region with fix insert for 2d simulations} :dt + +Self-explanatory. :dd + {Must use a molecular atom style with fix poems molecule} :dt Self-explanatory. :dd @@ -1721,9 +1779,10 @@ Self-explanatory. :dd Self-explanatory. :dd -{Must use molecular atom style with neigh_modify exclude molecule} :dt +{Must use atom style dipole with chosen thermo settings} :dt -Self-explanatory. :dd +A thermo quantity being printed can only be computed if the atom +style includes dipole quantities. :dd {Must use a z-axis cylinder with fix insert} :dt @@ -1734,10 +1793,6 @@ be oriented along the z dimension. :dd Self-explanatory. :dd -{Must use atom style granular with lj units} :dt - -Self-explanatory. :dd - {Must use atom style granular with pair style granular} :dt Self-explanatory. :dd @@ -1803,11 +1858,18 @@ Self-explanatory. :dd Self-explanatory. :dd -{Must use newton pairwise on with TIP4P potential} :dt +{Must use -in switch with multiple partitions} :dt -Use of a TIP4P pair potential requires the newton command setting for -pairwise interactions be "on", because of the way forces are computed -on other atoms due to TIP4P interactions. :dd +A multi-partition simulation cannot read the input script from stdin. +The -in command-line option must be used to specify a file. :dd + +{Must use lj units with atom style granular} :dt + +Self-explanatory. :dd + +{Must use molecular atom style with neigh_modify exclude molecule} :dt + +Self-explanatory. :dd {Must use region with side = in with fix insert} :dt @@ -1849,10 +1911,6 @@ Self-explanatory. Check data file. :dd The header of the data file indicated that atoms would be included, but they were not present. :dd -{No atoms to compute diffusion for} :dt - -The fix msd command has no atoms to compute on. :dd - {No bonds allowed with this atom style} :dt Self-explanatory. Check data file. :dd @@ -1912,10 +1970,6 @@ Two atoms are closer together than the pairwise table allows. :dd Two atoms are further apart than the pairwise table allows. :dd -{Pair style must be defined to use bond style quartic} :dt - -Bond style quartic requires a pair style be defined. :dd - {Pair table parameters did not set N} :dt List of pair table parameters must include N setting. :dd @@ -1945,15 +1999,6 @@ Style in pair coeff must have been listed in pair_style command. :dd One or more pairwise cutoffs are too short to use with the specified rRESPA cutoffs. :dd -{Pair style hybrid cannot have hybrid as an argument} :dt - -Self-explanatory. Check the input script. :dd - -{Pair style hybrid cannot use same pair style twice} :dt - -The sub-style arguments of pair_style hybrid cannot be duplicated. -Check the input script. :dd - {Pair inner cutoff < Respa interior cutoff} :dt One or more pairwise cutoffs are too short to use with the specified @@ -1963,6 +2008,45 @@ rRESPA cutoffs. :dd The specified cutoffs for the pair style are inconsistent. :dd +{Pair style does not support bond_style quartic} :dt + +The pair style does not have a single() function, so it can +not be invoked by bond_style quartic. :dd + +{Pair style does not support dumping per-atom energy} :dt + +The pair style does not have a single() function, so it can not be +invoked by the dump command. :dd + +{Pair style does not support dumping per-atom stress} :dt + +The pair style does not have a single() function, so it can not be +invoked by the dump command. :dd + +{Pair style does not support pair_write} :dt + +The pair style does not have a single() function, so it can +not be invoked by the pair_write command. :dd + +{Pair style does not support rRESPA inner/middle/outer} :dt + +You are attempting to use rRESPA options with a pair style that +does not support them. :dd + +{Pair style granular with history requires atoms have IDs} :dt + +Atoms in the simulation do not have IDs, so history effects +cannot be tracked by the granular pair potential. :dd + +{Pair style hybrid cannot have hybrid as an argument} :dt + +Self-explanatory. Check the input script. :dd + +{Pair style hybrid cannot use same pair style twice} :dt + +The sub-style arguments of pair_style hybrid cannot be duplicated. +Check the input script. :dd + {Pair style is incompatible with DihedralCharmm} :dt When using a dihedral style charmm, a pair style with a CHARMM @@ -1974,6 +2058,16 @@ specified. :dd If a pair style with a long-range Coulombic component is selected, then a kspace style must also be used. :dd +{Pair style lj/cut/coul/long/tip4p requires atom IDs} :dt + +There are no atom IDs defined in the system and the TIP4P potential +requires them to find O,H atoms with a water molecule. :dd + +{Pair style lj/cut/coul/long/tip4p requires newton pair on} :dt + +This is because the computation of constraint forces within a water +molecule adds forces to atoms owned by other processors. :dd + {Pair table cutoffs must all be equal to use with KSpace} :dt When using pair style table with a long-range KSpace solver, the @@ -1993,6 +2087,10 @@ read_restart, or create_box command. :dd Self-explanatory. :dd +{Pair_style granular command before simulation box is defined} :dt + +This pair style cannot be used before a simulation box is defined. :dd + {Pair_write command before pair_style is defined} :dt Self-explanatory. :dd @@ -2068,11 +2166,6 @@ types in setfl potential file. :dd The first cutoff must be <= the second cutoff. :dd -{Respa inner/middle/outer used with invalid pair style} :dt - -Only a few pair potentials support the use of respa inner, middle, -outer options. :dd - {Respa levels must be >= 1} :dt Self-explanatory. :dd @@ -2114,6 +2207,18 @@ incorrect. :dd The run command cannot be used before a read_data, read_restart, or create_box command. :dd +{Run command upto value is before current timestep} :dt + +Self-explanatory. :dd + +{Run command start value is after start of run} :dt + +Self-explanatory. :dd + +{Run command stop value is before end of run} :dt + +Self-explanatory. :dd + {Run_style command before simulation box is defined} :dt The run_style command cannot be used before a read_data, @@ -2177,6 +2282,14 @@ SHAKE fix contribution to the pressure virial is incorrect. :dd The variable specified with a $ symbol in an input script command has not been previously defined with a variable command. :dd +{Target T for fix nvt cannot be 0.0} :dt + +Self-explanatory. :dd + +{Target T for fix npt cannot be 0.0} :dt + +Self-explanatory. :dd + {Temperature region ID does not exist} :dt The region ID specified in the temperature command does not exist. :dd @@ -2229,9 +2342,11 @@ within a water molecule. :dd The target file for the fix tmd command did not list all atoms in the fix group. :dd -{Too big a problem to run with a molecular atom style} :dt +{Too big a problem to replicate with molecular atom style} :dt -Cannot run a problem with > 2^31 atoms with molecular attributes. :dd +Molecular problems cannot become bigger than 2^31 atoms (or bonds, +etc) when replicated, else the atom IDs and other quantities cannot be +stored in 32 bit quantities. :dd {Too few bits for lookup table} :dt @@ -2243,20 +2358,6 @@ machine's floating point representation. :dd The atoms to be created by the create_atoms command must have a valid type. :dd -{Too many atoms in data file} :dt - -A data file cannot contain more than 2^31 atoms. :dd - -{Too many atoms to use delete atoms command} :dt - -Cannot use delete_atoms command if number of atoms is greater than -2^31. :dd - -{Too many atoms to use velocity create with loop all} :dt - -Cannot use velocity create command with loop all setting if number of -atoms is greater than 2^31. Switch to local or geom setting. :dd - {Too many exponent bits for lookup table} :dt Table size specified via pair_modify command does not work with your @@ -2369,6 +2470,10 @@ definition until the simulation box has been defined. :dd Cannot use thermodynamic keywords in a equal style variable definition until a simulation run has been performed. :dd +{Variable equal group ID does not exist} :dt + +Self-explanatory. :dd + {Velocity command before simulation box is defined} :dt The velocity command cannot be used before a read_data, read_restart, @@ -2408,6 +2513,11 @@ will be truncated to attempt to prevent the bond from blowing up. :dd A FENE bond has stretched dangerously far. It's interaction strength will be truncated to attempt to prevent the bond from blowing up. :dd +{Fix recenter should come after all other integration fixes} :dt + +Other fixes may change the position of the center-of-mass, so +fix recenter should come last. :dd + {Group for fix_modify temp != fix group} :dt The fix_modify command is specifying a temperature computation that @@ -2644,6 +2754,12 @@ style region. Since thermo computes a global pressure, the kinetic energy contribution from the temperature is assumed to also be for all atoms. Thus the pressure printed by thermo could be inaccurate. :dd +{Using pair tail corrections with nonperiodic system} :dt + +This is probably a bogus thing to do, since tail corrections are +computed by integrating the density of a periodic system out to +infinity. :dd + {Using variable equal keyword with non-current thermo} :dt The variable expression is being evaluated with a thermodynamic diff --git a/doc/Section_history.html b/doc/Section_history.html index 72be59bf56..c45f64fedf 100644 --- a/doc/Section_history.html +++ b/doc/Section_history.html @@ -23,22 +23,21 @@ molecular dynamics codes I've distributed.

10.1 Coming attractions

The current version of LAMMPS incorporates nearly all the features -from previous parallel MD codes I developed. These include earlier -versions of LAMMPS itself, Warp and ParaDyn for metals, and GranFlow -for granular materials. +from previous parallel MD codes developed at Sandia. These include +earlier versions of LAMMPS itself, Warp and ParaDyn for metals, and +GranFlow for granular materials.

-

These are new features I'd like to eventually add to LAMMPS. Some are -being worked on; some haven't been implemented because of lack of time -or interest; others are just a lot of work! +

These are new features we'd like to eventually add to LAMMPS. Some +are being worked on; some haven't been implemented because of lack of +time or interest; others are just a lot of work!


diff --git a/doc/Section_history.txt b/doc/Section_history.txt index 0df99b6169..441e6c69d9 100644 --- a/doc/Section_history.txt +++ b/doc/Section_history.txt @@ -20,22 +20,21 @@ molecular dynamics codes I've distributed. 10.1 Coming attractions :h4,link(10_1) The current version of LAMMPS incorporates nearly all the features -from previous parallel MD codes I developed. These include earlier -versions of LAMMPS itself, Warp and ParaDyn for metals, and GranFlow -for granular materials. +from previous parallel MD codes developed at Sandia. These include +earlier versions of LAMMPS itself, Warp and ParaDyn for metals, and +GranFlow for granular materials. -These are new features I'd like to eventually add to LAMMPS. Some are -being worked on; some haven't been implemented because of lack of time -or interest; others are just a lot of work! +These are new features we'd like to eventually add to LAMMPS. Some +are being worked on; some haven't been implemented because of lack of +time or interest; others are just a lot of work! Monte Carlo bond-swapping for polymers (was in Fortran LAMMPS) torsional shear boundary conditions and temperature calculation bond creation potentials point dipole force fields -3-body force fields for materials like Si or silica +many-body and bond-order potentials for materials like C, Si, or silica modified EAM (MEAM) potentials for metals REAXX force field from Bill Goddard's group -pressure and energy tail corrections for pairwise interactions Parinello-Rahman non-rectilinear simulation box :ul :line diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 3dd033b0a3..fdc91cf5f5 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -167,6 +167,10 @@ commands like pair_coeff or additional tools that can use CHARMM or AMBER to assign force field coefficients and convert their output into LAMMPS input.

+

See (MacKerell) for a description of the CHARMM force +field. See (Cornell) for a description of the AMBER force +field. +

@@ -577,6 +581,11 @@ back into LAMMPS.


+ + +

(Cornell) Corenll, Cieplak, Bayly, Gould, Merz, Ferguson, +Spellmeyer, Fox, Caldwell, Kollman, JACS 117, 5179-5197 (1995). +

(Horn) Horn, Swope, Pitera, Madura, Dick, Hura, and Head-Gordon, diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index 2b44097e84..46622b3e9c 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -164,6 +164,10 @@ commands like "pair_coeff"_pair_coeff.html or additional tools that can use CHARMM or AMBER to assign force field coefficients and convert their output into LAMMPS input. +See "(MacKerell)"_#MacKerell for a description of the CHARMM force +field. See "(Cornell)"_#Cornell for a description of the AMBER force +field. + :link(charmm,http://www.scripps.edu/brooks) :link(amber,http://amber.scripps.edu) @@ -573,6 +577,10 @@ back into LAMMPS. :line +:link(Cornell) +[(Cornell)] Corenll, Cieplak, Bayly, Gould, Merz, Ferguson, +Spellmeyer, Fox, Caldwell, Kollman, JACS 117, 5179-5197 (1995). + :link(Horn) [(Horn)] Horn, Swope, Pitera, Madura, Dick, Hura, and Head-Gordon, J Chem Phys, 120, 9665 (2004). diff --git a/doc/Section_start.html b/doc/Section_start.html index 26541a71c0..6c2b634739 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -224,16 +224,17 @@ list of packages is as follows: dpd dissipative particle dynamics (DPD) force field granular force fields and boundary conditions for granular systems kspace long-range Ewald and particle-mesh (PPPM) solvers +manybody metal, 3-body, bond-order potentials molecule force fields for molecular systems poems coupled rigid body motion xtc dump atom snapshots in XTC format

Any or all of these packages can be included or excluded when LAMMPS -is built. The default is to include only the kspace and molecule -packages. You may wish to exclude certain packages if you will never -run certain kinds of simulations. This will produce a smaller -executable which in some cases will also run a bit faster. +is built. The default is to include only the kspace, manybody, and +molecule packages. You may wish to exclude certain packages if you +will never run certain kinds of simulations. This will produce a +smaller executable which in some cases will also run a bit faster.

Packages are included or excluded by typing "make yes-name" or "make no-name", where "name" is the name of the package. You can also type diff --git a/doc/Section_start.txt b/doc/Section_start.txt index 1a1fe9d687..2334834a64 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -218,15 +218,16 @@ class2 : class 2 force fields dpd : dissipative particle dynamics (DPD) force field granular : force fields and boundary conditions for granular systems kspace : long-range Ewald and particle-mesh (PPPM) solvers +manybody : metal, 3-body, bond-order potentials molecule : force fields for molecular systems poems : coupled rigid body motion xtc : dump atom snapshots in XTC format :tb(s=:) Any or all of these packages can be included or excluded when LAMMPS -is built. The default is to include only the kspace and molecule -packages. You may wish to exclude certain packages if you will never -run certain kinds of simulations. This will produce a smaller -executable which in some cases will also run a bit faster. +is built. The default is to include only the kspace, manybody, and +molecule packages. You may wish to exclude certain packages if you +will never run certain kinds of simulations. This will produce a +smaller executable which in some cases will also run a bit faster. Packages are included or excluded by typing "make yes-name" or "make no-name", where "name" is the name of the package. You can also type diff --git a/doc/angle_style.html b/doc/angle_style.html index 3e2edf80b3..a6b7311ecc 100644 --- a/doc/angle_style.html +++ b/doc/angle_style.html @@ -67,8 +67,9 @@ specified by the associated angle_coeff command

Angle styles can only be set for atom_styles that allow angles to be defined.

-

Angle styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the Making +

Angle styles are part of the "molecular" package or other packages as +noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the Making LAMMPS section for more info.

Related commands: diff --git a/doc/angle_style.txt b/doc/angle_style.txt index beca2044bb..ddedf0a0fe 100644 --- a/doc/angle_style.txt +++ b/doc/angle_style.txt @@ -65,8 +65,9 @@ specified by the associated "angle_coeff"_angle_coeff.html command: Angle styles can only be set for atom_styles that allow angles to be defined. -Angle styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the "Making +Angle styles are part of the "molecular" package or other packages as +noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. [Related commands:] diff --git a/doc/angle_style_charmm.html b/doc/angle_style_charmm.html index 94b63ae3bd..e5b3cc2705 100644 --- a/doc/angle_style_charmm.html +++ b/doc/angle_style_charmm.html @@ -30,6 +30,9 @@ angle_coeff 1 300.0 107.0 50.0 3.0 the 1st and 3rd atoms in the angle. K, theta0, Kub, and Rub are coefficients defined for each angle type.

+

See (MacKerell) for a description of the CHARMM force +field. +

The following coefficients must be defined for each angle type via the angle_coeff command as in the example above, or in the data file or restart files read by the read_data @@ -43,14 +46,7 @@ or read_restart commands:

Theta0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2.

-

Restrictions: -

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

-

This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

Restrictions: none

Related commands:

@@ -58,4 +54,11 @@ LAMMPS section for more info.

Default: none

+
+ + + +

(MacKerell) MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). +

diff --git a/doc/angle_style_charmm.txt b/doc/angle_style_charmm.txt index ef769720e4..5e6dffb793 100644 --- a/doc/angle_style_charmm.txt +++ b/doc/angle_style_charmm.txt @@ -27,6 +27,9 @@ with an additional Urey_Bradley term based on the distance {r} between the 1st and 3rd atoms in the angle. K, theta0, Kub, and Rub are coefficients defined for each angle type. +See "(MacKerell)"_#MacKerell for a description of the CHARMM force +field. + The following coefficients must be defined for each angle type via the "angle_coeff"_angle_coeff.html command as in the example above, or in the data file or restart files read by the "read_data"_read_data.html @@ -40,17 +43,16 @@ r_ub (distance) :ul Theta0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2. -[Restrictions:] - -Angle styles can only be set for atom styles that allow angles to be -defined. - -This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] "angle_coeff"_angle_coeff.html [Default:] none + +:line + +:link(MacKerell) +[(MacKerell)] MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). diff --git a/doc/angle_style_class2.html b/doc/angle_style_class2.html index 0649b37d8f..369de1f385 100644 --- a/doc/angle_style_class2.html +++ b/doc/angle_style_class2.html @@ -30,6 +30,8 @@ angle_coeff * 75.0 bond-angle term. Theta0 is the equilibrium angle and r1 and r2 are the equilibrium bond lengths.

+

See (Sun) for a description of the COMPASS class2 force field. +

For this style, only coefficients for the Ea formula can be specified in the input script. These are the 4 coefficients:

@@ -64,9 +66,6 @@ same value from the Ea formula.

Restrictions:

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

This angle style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info. @@ -77,4 +76,10 @@ LAMMPS section for more info.

Default: none

+
+ + + +

(Sun) Sun, J Phys Chem B 102, 7338-7364 (1998). +

diff --git a/doc/angle_style_class2.txt b/doc/angle_style_class2.txt index adf5854ac3..b49abf0a25 100644 --- a/doc/angle_style_class2.txt +++ b/doc/angle_style_class2.txt @@ -27,6 +27,8 @@ where Ea is the angle term, Ebb is a bond-bond term, and Eba is a bond-angle term. Theta0 is the equilibrium angle and r1 and r2 are the equilibrium bond lengths. +See "(Sun)"_#Sun for a description of the COMPASS class2 force field. + For this style, only coefficients for the Ea formula can be specified in the input script. These are the 4 coefficients: @@ -61,9 +63,6 @@ same value from the Ea formula. [Restrictions:] -Angle styles can only be set for atom styles that allow angles to be -defined. - This angle style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. @@ -73,3 +72,8 @@ LAMMPS"_Section_start.html#2_2 section for more info. "angle_coeff"_angle_coeff.html [Default:] none + +:line + +:link(Sun) +[(Sun)] Sun, J Phys Chem B 102, 7338-7364 (1998). diff --git a/doc/angle_style_cosine.html b/doc/angle_style_cosine.html index 3f295764dd..b0cd186aeb 100644 --- a/doc/angle_style_cosine.html +++ b/doc/angle_style_cosine.html @@ -35,14 +35,7 @@ or read_restart commands:

-

Restrictions: -

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

-

This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

Restrictions: none

Related commands:

diff --git a/doc/angle_style_cosine.txt b/doc/angle_style_cosine.txt index b276e7ee14..ba161cd9ff 100644 --- a/doc/angle_style_cosine.txt +++ b/doc/angle_style_cosine.txt @@ -32,14 +32,7 @@ or "read_restart"_read_restart.html commands: K (energy) :ul -[Restrictions:] - -Angle styles can only be set for atom styles that allow angles to be -defined. - -This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/angle_style_cosine_squared.html b/doc/angle_style_cosine_squared.html index 77c5a0f44b..53596a792c 100644 --- a/doc/angle_style_cosine_squared.html +++ b/doc/angle_style_cosine_squared.html @@ -40,14 +40,7 @@ or read_restart commands:

Theta0 is specified in degrees, but LAMMPS converts it to radians internally.

-

Restrictions: -

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

-

This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

Restrictions: none

Related commands:

diff --git a/doc/angle_style_cosine_squared.txt b/doc/angle_style_cosine_squared.txt index 011b2f41af..79e7d946bd 100644 --- a/doc/angle_style_cosine_squared.txt +++ b/doc/angle_style_cosine_squared.txt @@ -37,14 +37,7 @@ theta0 (degrees) :ul Theta0 is specified in degrees, but LAMMPS converts it to radians internally. -[Restrictions:] - -Angle styles can only be set for atom styles that allow angles to be -defined. - -This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/angle_style_harmonic.html b/doc/angle_style_harmonic.html index ebfcfd89f2..1f633cc0b5 100644 --- a/doc/angle_style_harmonic.html +++ b/doc/angle_style_harmonic.html @@ -40,14 +40,7 @@ or read_restart commands:

Theta0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2.

-

Restrictions: -

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

-

This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

Restrictions: none

Related commands:

diff --git a/doc/angle_style_harmonic.txt b/doc/angle_style_harmonic.txt index a0fa85b6ff..6ab256c57a 100644 --- a/doc/angle_style_harmonic.txt +++ b/doc/angle_style_harmonic.txt @@ -37,14 +37,7 @@ theta0 (degrees) :ul Theta0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2. -[Restrictions:] - -Angle styles can only be set for atom styles that allow angles to be -defined. - -This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/angle_style_hybrid.html b/doc/angle_style_hybrid.html index 7133b2a8db..dd8ef1ae66 100644 --- a/doc/angle_style_hybrid.html +++ b/doc/angle_style_hybrid.html @@ -40,14 +40,11 @@ angle type 1 to be computed with a harmonic potential with coefficients 80.0, 1.2 for K, r0. All other angle types (2-N) would be computed with a cosine potential with coefficient 50.0 for K.

-

Restrictions: +

An angle style of none can be specified as an argument to +angle_style hybrid and the corresponding angle_coeff commands, if you +desire to turn off certain angle types.

-

Angle styles can only be set for atom styles that allow angles to be -defined. -

-

This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

Restrictions: none

Related commands:

diff --git a/doc/angle_style_hybrid.txt b/doc/angle_style_hybrid.txt index 07e87ffa8d..044a4b5187 100644 --- a/doc/angle_style_hybrid.txt +++ b/doc/angle_style_hybrid.txt @@ -37,14 +37,11 @@ angle type 1 to be computed with a {harmonic} potential with coefficients 80.0, 1.2 for K, r0. All other angle types (2-N) would be computed with a {cosine} potential with coefficient 50.0 for K. -[Restrictions:] +An angle style of {none} can be specified as an argument to +angle_style hybrid and the corresponding angle_coeff commands, if you +desire to turn off certain angle types. -Angle styles can only be set for atom styles that allow angles to be -defined. - -This angle style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/angle_style_none.html b/doc/angle_style_none.html index 559ad56b65..a589bcc7c2 100644 --- a/doc/angle_style_none.html +++ b/doc/angle_style_none.html @@ -25,10 +25,7 @@ if triplets of angle atoms were listed in the data file read by the read_data command.

-

Restrictions: -

-

Angle styles can only be set for atom styles that allow angles to be -defined. +

Restrictions: none

Related commands: none

diff --git a/doc/angle_style_none.txt b/doc/angle_style_none.txt index 56a18bb39f..7dea5c41f7 100644 --- a/doc/angle_style_none.txt +++ b/doc/angle_style_none.txt @@ -22,10 +22,7 @@ Using an angle style of none means angle forces are not computed, even if triplets of angle atoms were listed in the data file read by the "read_data"_read_data.html command. -[Restrictions:] - -Angle styles can only be set for atom styles that allow angles to be -defined. +[Restrictions:] none [Related commands:] none diff --git a/doc/bond_style.html b/doc/bond_style.html index c2a1214fc5..9450b9c44b 100644 --- a/doc/bond_style.html +++ b/doc/bond_style.html @@ -78,8 +78,9 @@ specified by the associated bond_coeff command:

Bond styles can only be set for atom styles that allow bonds to be defined.

-

Bond styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the Making +

Bond styles are part of the "molecular" package or other packages as +noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the Making LAMMPS section for more info.

Related commands: diff --git a/doc/bond_style.txt b/doc/bond_style.txt index dab6b0fc31..8c7ff5e6f1 100644 --- a/doc/bond_style.txt +++ b/doc/bond_style.txt @@ -75,8 +75,9 @@ specified by the associated "bond_coeff"_bond_coeff.html command: Bond styles can only be set for atom styles that allow bonds to be defined. -Bond styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the "Making +Bond styles are part of the "molecular" package or other packages as +noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. [Related commands:] diff --git a/doc/bond_style_class2.html b/doc/bond_style_class2.html index 5d2fe2db2f..0e7309203c 100644 --- a/doc/bond_style_class2.html +++ b/doc/bond_style_class2.html @@ -28,6 +28,8 @@ bond_coeff 1 1.0 100.0 80.0 80.0

where r0 is the equilibrium bond distance.

+

See (Sun) for a description of the COMPASS class2 force field. +

The following coefficients must be defined for each bond type via the bond_coeff command as in the example above, or in the data file or restart files read by the read_data @@ -40,9 +42,6 @@ or read_restart commands:

Restrictions:

-

Bond styles can only be set for atom styles that allow bonds to be -defined. -

This bond style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info. @@ -53,4 +52,10 @@ LAMMPS section for more info.

Default: none

+
+ + + +

(Sun) Sun, J Phys Chem B 102, 7338-7364 (1998). +

diff --git a/doc/bond_style_class2.txt b/doc/bond_style_class2.txt index 8237309901..9f1befe12d 100644 --- a/doc/bond_style_class2.txt +++ b/doc/bond_style_class2.txt @@ -25,6 +25,8 @@ The {class2} bond style uses the potential where r0 is the equilibrium bond distance. +See "(Sun)"_#Sun for a description of the COMPASS class2 force field. + The following coefficients must be defined for each bond type via the "bond_coeff"_bond_coeff.html command as in the example above, or in the data file or restart files read by the "read_data"_read_data.html @@ -37,9 +39,6 @@ K4 (energy/distance^2) :ul [Restrictions:] -Bond styles can only be set for atom styles that allow bonds to be -defined. - This bond style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. @@ -49,3 +48,8 @@ LAMMPS"_Section_start.html#2_2 section for more info. "bond_coeff"_bond_coeff.html, "delete_bonds"_delete_bonds.html [Default:] none + +:line + +:link(Sun) +[(Sun)] Sun, J Phys Chem B 102, 7338-7364 (1998). diff --git a/doc/bond_style_fene.html b/doc/bond_style_fene.html index 3df41496aa..bb7d5ec622 100644 --- a/doc/bond_style_fene.html +++ b/doc/bond_style_fene.html @@ -42,14 +42,7 @@ or read_restart commands:
  • epsilon (energy)
  • sigma (distance) -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_fene.txt b/doc/bond_style_fene.txt index 7c288c84b0..0e938d3ff3 100644 --- a/doc/bond_style_fene.txt +++ b/doc/bond_style_fene.txt @@ -39,14 +39,7 @@ R0 (distance) epsilon (energy) sigma (distance) :ul -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_fene_expand.html b/doc/bond_style_fene_expand.html index 3cb6694e3a..6df397aa4d 100644 --- a/doc/bond_style_fene_expand.html +++ b/doc/bond_style_fene_expand.html @@ -47,14 +47,7 @@ or read_restart commands:
  • sigma (distance)
  • delta (distance) -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_fene_expand.txt b/doc/bond_style_fene_expand.txt index 65983c9ecd..aa165a0271 100644 --- a/doc/bond_style_fene_expand.txt +++ b/doc/bond_style_fene_expand.txt @@ -44,14 +44,7 @@ epsilon (energy) sigma (distance) delta (distance) :ul -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_harmonic.html b/doc/bond_style_harmonic.html index 25f2516090..7c11d0d1c8 100644 --- a/doc/bond_style_harmonic.html +++ b/doc/bond_style_harmonic.html @@ -37,14 +37,7 @@ or read_restart commands: -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_harmonic.txt b/doc/bond_style_harmonic.txt index b84e9c1721..3fea41d641 100644 --- a/doc/bond_style_harmonic.txt +++ b/doc/bond_style_harmonic.txt @@ -34,14 +34,7 @@ or "read_restart"_read_restart.html commands: K (energy/distance^2) r0 (distance) :ul -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_hybrid.html b/doc/bond_style_hybrid.html index a64b2f983e..4600020a47 100644 --- a/doc/bond_style_hybrid.html +++ b/doc/bond_style_hybrid.html @@ -41,14 +41,11 @@ coefficients 80.0, 1.2 for K, r0. All other bond types (2-N) would be computed with a fene potential with coefficients 30.0, 1.5, 1.0, 1.0 for K, R0, epsilon, sigma.

    -

    Restrictions: +

    A bond style of none can be specified as an argument to bond_style +hybrid and the corresponding bond_coeff commands, if you desire to +turn off certain bond types.

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_hybrid.txt b/doc/bond_style_hybrid.txt index 8d53e0e455..37cd829ddc 100644 --- a/doc/bond_style_hybrid.txt +++ b/doc/bond_style_hybrid.txt @@ -38,14 +38,11 @@ coefficients 80.0, 1.2 for K, r0. All other bond types (2-N) would be computed with a {fene} potential with coefficients 30.0, 1.5, 1.0, 1.0 for K, R0, epsilon, sigma. -[Restrictions:] +A bond style of {none} can be specified as an argument to bond_style +hybrid and the corresponding bond_coeff commands, if you desire to +turn off certain bond types. -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_morse.html b/doc/bond_style_morse.html index 8670a6b10a..dd2f301103 100644 --- a/doc/bond_style_morse.html +++ b/doc/bond_style_morse.html @@ -38,14 +38,7 @@ or read_restart commands:
  • alpha (inverse distance)
  • r0 (distance) -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_morse.txt b/doc/bond_style_morse.txt index 50428ba2ab..17ac841554 100644 --- a/doc/bond_style_morse.txt +++ b/doc/bond_style_morse.txt @@ -35,14 +35,7 @@ D (energy) alpha (inverse distance) r0 (distance) :ul -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_none.html b/doc/bond_style_none.html index 29650d9772..ed59eca4c2 100644 --- a/doc/bond_style_none.html +++ b/doc/bond_style_none.html @@ -25,10 +25,7 @@ pairs of bonded atoms were listed in the data file read by the read_data command.

    -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. +

    Restrictions: none

    Related commands: none

    diff --git a/doc/bond_style_none.txt b/doc/bond_style_none.txt index 939c346e0b..943be673b4 100644 --- a/doc/bond_style_none.txt +++ b/doc/bond_style_none.txt @@ -22,10 +22,7 @@ Using a bond style of none means bond forces are not computed, even if pairs of bonded atoms were listed in the data file read by the "read_data"_read_data.html command. -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. +[Restrictions:] none [Related commands:] none diff --git a/doc/bond_style_nonlinear.html b/doc/bond_style_nonlinear.html index 50dbe00f0a..dc68e24130 100644 --- a/doc/bond_style_nonlinear.html +++ b/doc/bond_style_nonlinear.html @@ -38,14 +38,7 @@ or read_restart commands:
  • r0 (distance)
  • lamda (distance) -

    Restrictions: -

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    -

    This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/bond_style_nonlinear.txt b/doc/bond_style_nonlinear.txt index 79e51393bf..7a3be2214c 100644 --- a/doc/bond_style_nonlinear.txt +++ b/doc/bond_style_nonlinear.txt @@ -35,14 +35,7 @@ epsilon (energy) r0 (distance) lamda (distance) :ul -[Restrictions:] - -Bond styles can only be set for atom styles that allow bonds to be -defined. - -This bond style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/bond_style_quartic.html b/doc/bond_style_quartic.html index 25ff985263..51ce7e1aca 100644 --- a/doc/bond_style_quartic.html +++ b/doc/bond_style_quartic.html @@ -75,17 +75,10 @@ delete_bonds all bond 0 remove

    Restrictions:

    -

    Bond styles can only be set for atom styles that allow bonds to be -defined. -

    The quartic style requires that special_bonds parameters be set to 1,1,1. Three- and four-body interactions (angle, dihedral, etc) cannot be used with quartic bonds.

    -

    This bond style is part of the "molecular" package. It is only enabled -if LAMMPS was built with that package. See the Making -LAMMPS section for more info. -

    Related commands:

    bond_coeff, delete_bonds diff --git a/doc/bond_style_quartic.txt b/doc/bond_style_quartic.txt index 15ac94b52d..20baf5d152 100644 --- a/doc/bond_style_quartic.txt +++ b/doc/bond_style_quartic.txt @@ -72,17 +72,10 @@ delete_bonds all bond 0 remove :pre [Restrictions:] -Bond styles can only be set for atom styles that allow bonds to be -defined. - The {quartic} style requires that "special_bonds"_special_bonds.html parameters be set to 1,1,1. Three- and four-body interactions (angle, dihedral, etc) cannot be used with {quartic} bonds. -This bond style is part of the "molecular" package. It is only enabled -if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. - [Related commands:] "bond_coeff"_bond_coeff.html, "delete_bonds"_delete_bonds.html diff --git a/doc/dihedral_style.html b/doc/dihedral_style.html index 0cf7b1d3db..139abc23c8 100644 --- a/doc/dihedral_style.html +++ b/doc/dihedral_style.html @@ -83,8 +83,9 @@ specified by the associated dihedral_coeff c

    Dihedral styles can only be set for atom styles that allow dihedrals to be defined.

    -

    Dihedral styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the Making +

    Dihedral styles are part of the "molecular" package or other packages +as noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the Making LAMMPS section for more info.

    Related commands: diff --git a/doc/dihedral_style.txt b/doc/dihedral_style.txt index 01d744b8fe..97b5c905b1 100644 --- a/doc/dihedral_style.txt +++ b/doc/dihedral_style.txt @@ -81,8 +81,9 @@ specified by the associated "dihedral_coeff"_dihedral_coeff.html command: Dihedral styles can only be set for atom styles that allow dihedrals to be defined. -Dihedral styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the "Making +Dihedral styles are part of the "molecular" package or other packages +as noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. [Related commands:] diff --git a/doc/dihedral_style_charmm.html b/doc/dihedral_style_charmm.html index 9e60fbc648..2dc5e0c258 100644 --- a/doc/dihedral_style_charmm.html +++ b/doc/dihedral_style_charmm.html @@ -26,6 +26,9 @@ dihedral_coeff 1 120.0 1 60 0.5

    +

    See (MacKerell) for a description of the CHARMM force +field. +

    The following coefficients must be defined for each dihedral type via the dihedral_coeff command as in the example above, or in the data file or restart files read by the read_data @@ -45,14 +48,7 @@ should typically be set to 0.0, else the 1-4 interactions in a dihedral will be computed twice (once by the pair potential, and once by the dihedral/charmm potential).

    -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    @@ -60,4 +56,11 @@ LAMMPS section for more info.

    Default: none

    +
    + + + +

    (MacKerell) MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). +

    diff --git a/doc/dihedral_style_charmm.txt b/doc/dihedral_style_charmm.txt index 90a5e8bf70..788bd79ce2 100644 --- a/doc/dihedral_style_charmm.txt +++ b/doc/dihedral_style_charmm.txt @@ -23,6 +23,9 @@ The {charmm} dihedral style uses the potential :c,image(Eqs/dihedral_charmm.jpg) +See "(MacKerell)"_#MacKerell for a description of the CHARMM force +field. + The following coefficients must be defined for each dihedral type via the "dihedral_coeff"_dihedral_coeff.html command as in the example above, or in the data file or restart files read by the "read_data"_read_data.html @@ -42,17 +45,16 @@ should typically be set to 0.0, else the 1-4 interactions in a dihedral will be computed twice (once by the pair potential, and once by the dihedral/charmm potential). -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] "dihedral_coeff"_dihedral_coeff.html [Default:] none + +:line + +:link(MacKerell) +[(MacKerell)] MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). diff --git a/doc/dihedral_style_class2.html b/doc/dihedral_style_class2.html index b6e90971cf..64825020ce 100644 --- a/doc/dihedral_style_class2.html +++ b/doc/dihedral_style_class2.html @@ -33,6 +33,8 @@ is an angle-angle-torsion term, and Ebb13 is a bond-bond-13 term.

    Theta1 and theta2 are equilibrium angles and r1 r2 r3 are equilibrium bond lengths.

    +

    See (Sun) for a description of the COMPASS class2 force field. +

    For this style, only coefficients for the Ed formula can be specified in the input script. These are the 6 coefficients:

    @@ -101,9 +103,6 @@ Coeffs" heading and each line lists 3 coefficients:

    Restrictions:

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    This dihedral style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info. @@ -114,4 +113,10 @@ LAMMPS section for more info.

    Default: none

    +
    + + + +

    (Sun) Sun, J Phys Chem B 102, 7338-7364 (1998). +

    diff --git a/doc/dihedral_style_class2.txt b/doc/dihedral_style_class2.txt index e220719342..a638f976ec 100644 --- a/doc/dihedral_style_class2.txt +++ b/doc/dihedral_style_class2.txt @@ -30,6 +30,8 @@ is an angle-angle-torsion term, and Ebb13 is a bond-bond-13 term. Theta1 and theta2 are equilibrium angles and r1 r2 r3 are equilibrium bond lengths. +See "(Sun)"_#Sun for a description of the COMPASS class2 force field. + For this style, only coefficients for the Ed formula can be specified in the input script. These are the 6 coefficients: @@ -98,9 +100,6 @@ r3 (distance) :ul [Restrictions:] -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - This dihedral style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. @@ -110,3 +109,8 @@ LAMMPS"_Section_start.html#2_2 section for more info. "dihedral_coeff"_dihedral_coeff.html [Default:] none + +:line + +:link(Sun) +[(Sun)] Sun, J Phys Chem B 102, 7338-7364 (1998). diff --git a/doc/dihedral_style_harmonic.html b/doc/dihedral_style_harmonic.html index c0be74e65b..a1e80cdcb5 100644 --- a/doc/dihedral_style_harmonic.html +++ b/doc/dihedral_style_harmonic.html @@ -35,14 +35,7 @@ or read_restart commands:
  • d (+1 or -1)
  • n (integer >= 0) -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/dihedral_style_harmonic.txt b/doc/dihedral_style_harmonic.txt index d576e0e938..ecae8a1113 100644 --- a/doc/dihedral_style_harmonic.txt +++ b/doc/dihedral_style_harmonic.txt @@ -32,14 +32,7 @@ K (energy) d (+1 or -1) n (integer >= 0) :ul -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/dihedral_style_helix.html b/doc/dihedral_style_helix.html index 9005246b51..ace3fd3c2f 100644 --- a/doc/dihedral_style_helix.html +++ b/doc/dihedral_style_helix.html @@ -43,14 +43,7 @@ or read_restart commands:
  • B (energy)
  • C (energy) -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/dihedral_style_helix.txt b/doc/dihedral_style_helix.txt index 91271cfcbc..7827c65c00 100644 --- a/doc/dihedral_style_helix.txt +++ b/doc/dihedral_style_helix.txt @@ -40,14 +40,7 @@ A (energy) B (energy) C (energy) :ul -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/dihedral_style_hybrid.html b/doc/dihedral_style_hybrid.html index d3fab5b615..09fff4cc0b 100644 --- a/doc/dihedral_style_hybrid.html +++ b/doc/dihedral_style_hybrid.html @@ -41,14 +41,11 @@ potential with coefficients 80.0, 1.2 for K, d, n. Dihedral type 2 would be computed with a helix potential with coefficients 10.0, 10.0, 10.0 for A, B, C.

    -

    Restrictions: +

    A dihedral style of none can be specified as an argument to +dihedral_style hybrid and the corresponding dihedral_coeff commands, +if you desire to turn off certain dihedral types.

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/dihedral_style_hybrid.txt b/doc/dihedral_style_hybrid.txt index 4260b749f5..c5969e11f0 100644 --- a/doc/dihedral_style_hybrid.txt +++ b/doc/dihedral_style_hybrid.txt @@ -38,14 +38,11 @@ potential with coefficients 80.0, 1.2 for K, d, n. Dihedral type 2 would be computed with a {helix} potential with coefficients 10.0, 10.0, 10.0 for A, B, C. -[Restrictions:] +A dihedral style of {none} can be specified as an argument to +dihedral_style hybrid and the corresponding dihedral_coeff commands, +if you desire to turn off certain dihedral types. -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/dihedral_style_multi_harmonic.html b/doc/dihedral_style_multi_harmonic.html index 5cdd2b6000..bbeb4c7ff0 100644 --- a/doc/dihedral_style_multi_harmonic.html +++ b/doc/dihedral_style_multi_harmonic.html @@ -37,14 +37,7 @@ or read_restart commands:
  • A4 (energy)
  • A5 (energy) -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/dihedral_style_multi_harmonic.txt b/doc/dihedral_style_multi_harmonic.txt index 7cb4819ed6..53fffc0bfd 100644 --- a/doc/dihedral_style_multi_harmonic.txt +++ b/doc/dihedral_style_multi_harmonic.txt @@ -34,14 +34,7 @@ A3 (energy) A4 (energy) A5 (energy) :ul -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/dihedral_style_none.html b/doc/dihedral_style_none.html index fc0a01419b..439ab77036 100644 --- a/doc/dihedral_style_none.html +++ b/doc/dihedral_style_none.html @@ -25,10 +25,7 @@ computed, even if quadruplets of dihedral atoms were listed in the data file read by the read_data command.

    -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals -to be defined. +

    Restrictions: none

    Related commands: none

    diff --git a/doc/dihedral_style_none.txt b/doc/dihedral_style_none.txt index bf002923ea..1f66509289 100644 --- a/doc/dihedral_style_none.txt +++ b/doc/dihedral_style_none.txt @@ -22,10 +22,7 @@ Using an dihedral style of none means dihedral forces are not computed, even if quadruplets of dihedral atoms were listed in the data file read by the "read_data"_read_data.html command. -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals -to be defined. +[Restrictions:] none [Related commands:] none diff --git a/doc/dihedral_style_opls.html b/doc/dihedral_style_opls.html index 6bfb3fed70..bf7ec1fbc9 100644 --- a/doc/dihedral_style_opls.html +++ b/doc/dihedral_style_opls.html @@ -41,14 +41,7 @@ or read_restart commands:
  • K3 (energy)
  • K4 (energy) -

    Restrictions: -

    -

    Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. -

    -

    This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/dihedral_style_opls.txt b/doc/dihedral_style_opls.txt index b0b5b9dea6..639e3a3f30 100644 --- a/doc/dihedral_style_opls.txt +++ b/doc/dihedral_style_opls.txt @@ -38,14 +38,7 @@ K2 (energy) K3 (energy) K4 (energy) :ul -[Restrictions:] - -Dihedral styles can only be set for atom styles that allow dihedrals to be -defined. - -This dihedral style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/improper_style.html b/doc/improper_style.html index 892a902451..f5ef043783 100644 --- a/doc/improper_style.html +++ b/doc/improper_style.html @@ -62,8 +62,9 @@ specified by the associated improper_coeff c

    Improper styles can only be set for atom_style choices that allow impropers to be defined.

    -

    Improper styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the Making +

    Improper styles are part of the "molecular" package or other packages +as noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the Making LAMMPS section for more info.

    Related commands: diff --git a/doc/improper_style.txt b/doc/improper_style.txt index 746cf40c89..bbeb13611b 100644 --- a/doc/improper_style.txt +++ b/doc/improper_style.txt @@ -59,8 +59,9 @@ specified by the associated "improper_coeff"_improper_coeff.html command: Improper styles can only be set for atom_style choices that allow impropers to be defined. -Improper styles are part of the "molecular" package. They are only -enabled if LAMMPS was built with that package. See the "Making +Improper styles are part of the "molecular" package or other packages +as noted in their documentation. They are only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. [Related commands:] diff --git a/doc/improper_style_class2.html b/doc/improper_style_class2.html index 3d4afed28c..c8b54dd8bb 100644 --- a/doc/improper_style_class2.html +++ b/doc/improper_style_class2.html @@ -32,6 +32,8 @@ subscripts on the various theta's refer to different combinations of atoms i,j,k,l used to form the angle; theta1, theta2, theta3 are the equilibrium positions of those angles.

    +

    See (Sun) for a description of the COMPASS class2 force field. +

    The following coefficients must be defined for each improper type via the improper_coeff command as in the example above, or in the data file or restart files read by the read_data @@ -62,9 +64,6 @@ radians internally; hence the units of M are in energy/radian^2.

    Restrictions:

    -

    Improper styles can only be set for atom styles that allow impropers to be -defined. -

    This improper style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info. @@ -75,4 +74,10 @@ LAMMPS section for more info.

    Default: none

    +
    + + + +

    (Sun) Sun, J Phys Chem B 102, 7338-7364 (1998). +

    diff --git a/doc/improper_style_class2.txt b/doc/improper_style_class2.txt index fc8207a64f..f5390e56a2 100644 --- a/doc/improper_style_class2.txt +++ b/doc/improper_style_class2.txt @@ -29,6 +29,8 @@ subscripts on the various theta's refer to different combinations of atoms i,j,k,l used to form the angle; theta1, theta2, theta3 are the equilibrium positions of those angles. +See "(Sun)"_#Sun for a description of the COMPASS class2 force field. + The following coefficients must be defined for each improper type via the "improper_coeff"_improper_coeff.html command as in the example above, or in the data file or restart files read by the "read_data"_read_data.html @@ -59,9 +61,6 @@ radians internally; hence the units of M are in energy/radian^2. [Restrictions:] -Improper styles can only be set for atom styles that allow impropers to be -defined. - This improper style is part of the "class2" package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. @@ -71,3 +70,8 @@ LAMMPS"_Section_start.html#2_2 section for more info. "improper_coeff"_improper_coeff.html [Default:] none + +:line + +:link(Sun) +[(Sun)] Sun, J Phys Chem B 102, 7338-7364 (1998). diff --git a/doc/improper_style_cvff.html b/doc/improper_style_cvff.html index 9dc1762170..08f25a9744 100644 --- a/doc/improper_style_cvff.html +++ b/doc/improper_style_cvff.html @@ -37,14 +37,7 @@ or read_restart commands:
  • d (+1 or -1)
  • n (0,1,2,3,4,6) -

    Restrictions: -

    -

    Improper styles can only be set for atom styles that allow impropers to be -defined. -

    -

    This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/improper_style_cvff.txt b/doc/improper_style_cvff.txt index 98b08502b6..d47660d79f 100644 --- a/doc/improper_style_cvff.txt +++ b/doc/improper_style_cvff.txt @@ -34,14 +34,7 @@ K (energy) d (+1 or -1) n (0,1,2,3,4,6) :ul -[Restrictions:] - -Improper styles can only be set for atom styles that allow impropers to be -defined. - -This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/improper_style_harmonic.html b/doc/improper_style_harmonic.html index 683a31601f..52bb2c4033 100644 --- a/doc/improper_style_harmonic.html +++ b/doc/improper_style_harmonic.html @@ -40,14 +40,7 @@ or read_restart commands:

    X0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2.

    -

    Restrictions: -

    -

    Improper styles can only be set for atom styles that allow impropers to be -defined. -

    -

    This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/improper_style_harmonic.txt b/doc/improper_style_harmonic.txt index c32fff67dc..a5567428e1 100644 --- a/doc/improper_style_harmonic.txt +++ b/doc/improper_style_harmonic.txt @@ -37,14 +37,7 @@ X0 (degrees) :ul X0 is specified in degrees, but LAMMPS converts it to radians internally; hence the units of K are in energy/radian^2. -[Restrictions:] - -Improper styles can only be set for atom styles that allow impropers to be -defined. - -This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/improper_style_hybrid.html b/doc/improper_style_hybrid.html index 51987990ba..8b43845a8f 100644 --- a/doc/improper_style_hybrid.html +++ b/doc/improper_style_hybrid.html @@ -41,14 +41,11 @@ potential with coefficients 120.0, 30 for K, X0. Improper type 2 would be computed with a cvff potential with coefficients 20.0, -1, 2 for K, d, n.

    -

    Restrictions: +

    An improper style of none can be specified as an argument to +improper_style hybrid and the corresponding improper_coeff commands, +if you desire to turn off certain improper types.

    -

    Improper styles can only be set for atom styles that allow impropers to be -defined. -

    -

    This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the Making -LAMMPS section for more info. +

    Restrictions: none

    Related commands:

    diff --git a/doc/improper_style_hybrid.txt b/doc/improper_style_hybrid.txt index 8d84147428..db84e51e02 100644 --- a/doc/improper_style_hybrid.txt +++ b/doc/improper_style_hybrid.txt @@ -38,14 +38,11 @@ potential with coefficients 120.0, 30 for K, X0. Improper type 2 would be computed with a {cvff} potential with coefficients 20.0, -1, 2 for K, d, n. -[Restrictions:] +An improper style of {none} can be specified as an argument to +improper_style hybrid and the corresponding improper_coeff commands, +if you desire to turn off certain improper types. -Improper styles can only be set for atom styles that allow impropers to be -defined. - -This improper style is part of the "molecular" package. It is only -enabled if LAMMPS was built with that package. See the "Making -LAMMPS"_Section_start.html#2_2 section for more info. +[Restrictions:] none [Related commands:] diff --git a/doc/improper_style_none.html b/doc/improper_style_none.html index f1afc52f61..bfd664f385 100644 --- a/doc/improper_style_none.html +++ b/doc/improper_style_none.html @@ -25,10 +25,7 @@ computed, even if quadruplets of improper atoms were listed in the data file read by the read_data command.

    -

    Restrictions: -

    -

    Improper styles can only be set for atom styles that allow impropers -to be defined. +

    Restrictions: none

    Related commands: none

    diff --git a/doc/improper_style_none.txt b/doc/improper_style_none.txt index 5b8ced32ac..803cc23b02 100644 --- a/doc/improper_style_none.txt +++ b/doc/improper_style_none.txt @@ -22,10 +22,7 @@ Using an improper style of none means improper forces are not computed, even if quadruplets of improper atoms were listed in the data file read by the "read_data"_read_data.html command. -[Restrictions:] - -Improper styles can only be set for atom styles that allow impropers -to be defined. +[Restrictions:] none [Related commands:] none diff --git a/doc/next.html b/doc/next.html index 3dd5f42b01..d7f15d6911 100644 --- a/doc/next.html +++ b/doc/next.html @@ -15,20 +15,22 @@

    next variables 
     
    -

    Restrictions: none

    +

    Not all pair styles support mixing. See the doc page for individual +pair styles for details. +

    You cannot use shift yes with tail yes, since those are conflicting options.

    diff --git a/doc/pair_modify.txt b/doc/pair_modify.txt index 0b49c76a5b..f08dbaef66 100644 --- a/doc/pair_modify.txt +++ b/doc/pair_modify.txt @@ -145,6 +145,9 @@ those interactions. :l,ule [Restrictions:] none +Not all pair styles support mixing. See the doc page for individual +pair styles for details. + You cannot use {shift} yes with {tail} yes, since those are conflicting options. diff --git a/doc/pair_style_buck.html b/doc/pair_style_buck.html index be42d24e2d..c6ad4e203a 100644 --- a/doc/pair_style_buck.html +++ b/doc/pair_style_buck.html @@ -86,6 +86,10 @@ pair_style command.

    Restrictions:

    +

    The buck potentials do not support the +pair_modify mix option. Coefficients for all i,j +pairs must be specified explicitly. +

    The buck/coul/long style is part of the "kspace" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info. diff --git a/doc/pair_style_buck.txt b/doc/pair_style_buck.txt index b177397b12..33ff85369c 100644 --- a/doc/pair_style_buck.txt +++ b/doc/pair_style_buck.txt @@ -80,6 +80,10 @@ pair_style command. [Restrictions:] +The {buck} potentials do not support the +"pair_modify"_pair_modify.hmtl {mix} option. Coefficients for all i,j +pairs must be specified explicitly. + The {buck/coul/long} style is part of the "kspace" package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. diff --git a/doc/pair_style_charmm.html b/doc/pair_style_charmm.html index 9770710ffb..347d429f77 100644 --- a/doc/pair_style_charmm.html +++ b/doc/pair_style_charmm.html @@ -54,7 +54,9 @@ pair_coeff 1 1 100.0 2.0 150.0 3.5

    The lj/charmm styles compute LJ and Coulombic interactions with an additional switching function S(r) that ramps the energy and force smoothly to zero between an inner and outer cuoff. It is a widely -used option in the CHARMM MD code. +used potential in the CHARMM MD code. +See (MacKerell) for a description of the CHARMM force +field.

    @@ -122,4 +124,11 @@ pages for workarounds on this issue.

    Default: none

    +
    + + + +

    (MacKerell) MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). +

    diff --git a/doc/pair_style_charmm.txt b/doc/pair_style_charmm.txt index 3dc310a1d9..26ce8d1ede 100644 --- a/doc/pair_style_charmm.txt +++ b/doc/pair_style_charmm.txt @@ -48,7 +48,9 @@ pair_coeff 1 1 100.0 2.0 150.0 3.5 :pre The {lj/charmm} styles compute LJ and Coulombic interactions with an additional switching function S(r) that ramps the energy and force smoothly to zero between an inner and outer cuoff. It is a widely -used option in the CHARMM MD code. +used potential in the "CHARMM"_http://www.scripps.edu/brooks MD code. +See "(MacKerell)"_#MacKerell for a description of the CHARMM force +field. :c,image(Eqs/pair_charmm.jpg) @@ -115,3 +117,9 @@ pages for workarounds on this issue. "pair_coeff"_pair_coeff.html [Default:] none + +:line + +:link(MacKerell) +[(MacKerell)] MacKerell, Bashford, Bellott, Dunbrack, Evanseck, Field, +Fischer, Gao, Guo, Ha, et al, J Phys Chem, 102, 3586 (1998). diff --git a/doc/pair_style_class2.html b/doc/pair_style_class2.html index 9a6c02d772..5cbf5eb1b1 100644 --- a/doc/pair_style_class2.html +++ b/doc/pair_style_class2.html @@ -60,6 +60,8 @@ pair_coeff 1 1 100.0 3.5 9.0 Coulombic term as described for the lj/cut pair styles.

    +

    See (Sun) for a description of the COMPASS class2 force field. +

    The following coefficients must be defined for each pair of atoms types via the pair_coeff command as in the examples above, or in the data file or restart files read by the @@ -101,4 +103,10 @@ pages for workarounds on this issue.

    Default: none

    +
    + + + +

    (Sun) Sun, J Phys Chem B 102, 7338-7364 (1998). +

    diff --git a/doc/pair_style_class2.txt b/doc/pair_style_class2.txt index 0df99c7a79..aac3710f52 100644 --- a/doc/pair_style_class2.txt +++ b/doc/pair_style_class2.txt @@ -54,6 +54,8 @@ The {lj/class2/coul/cut} and {lj/class2/coul/long} styles add a Coulombic term as described for the "lj/cut"_pair_style_lj.html pair styles. +See "(Sun)"_#Sun for a description of the COMPASS class2 force field. + The following coefficients must be defined for each pair of atoms types via the "pair_coeff"_pair_coeff.html command as in the examples above, or in the data file or restart files read by the @@ -94,3 +96,8 @@ pages for workarounds on this issue. "pair_coeff"_pair_coeff.html [Default:] none + +:line + +:link(Sun) +[(Sun)] Sun, J Phys Chem B 102, 7338-7364 (1998). diff --git a/doc/pair_style_dpd.html b/doc/pair_style_dpd.html index 71146a5018..3814a8cad6 100644 --- a/doc/pair_style_dpd.html +++ b/doc/pair_style_dpd.html @@ -62,6 +62,10 @@ command so it does not need to be specified. was built with those package. See the Making LAMMPS section for more info.

    +

    The dpd potential does not support the +pair_modify mix option. Coefficients for all i,j +pairs must be specified explicitly. +

    Related commands:

    pair_coeff diff --git a/doc/pair_style_dpd.txt b/doc/pair_style_dpd.txt index 18f583649e..5cbb8cb980 100644 --- a/doc/pair_style_dpd.txt +++ b/doc/pair_style_dpd.txt @@ -59,6 +59,10 @@ This style is part of the "dpd" package. It is only enabled if LAMMPS was built with those package. See the "Making LAMMPS"_Section_start.html#2_2 section for more info. +The {dpd} potential does not support the +"pair_modify"_pair_modify.hmtl {mix} option. Coefficients for all i,j +pairs must be specified explicitly. + [Related commands:] "pair_coeff"_pair_coeff.html diff --git a/doc/pair_style_eam.html b/doc/pair_style_eam.html index 1014e1e155..4513a49ad4 100644 --- a/doc/pair_style_eam.html +++ b/doc/pair_style_eam.html @@ -57,13 +57,13 @@ Several DYNAMO potential files for different metals are included in the "potentials" directory of the LAMMPS distribution.

    IMPORTANT NOTE: The eam style reads single-element EAM potentials in -the DYNAMO funcfl format. Single element or alloy systems can be -modeled with funcfl files and style eam; for the alloy case LAMMPS -mixes the single-element potentials to produce alloy potentials the -same way that DYNAMO does. Alternatively, DYNAMO setfl files can be -used by LAMMPS to model alloy systems by invoking the eam/alloy -style as described below. Setfl files require no mixing as they -specify alloy interactions explicitly. +the DYNAMO funcfl format. Either single element or alloy systems +can be modeled with funcfl files and style eam. For the alloy +case LAMMPS mixes the single-element potentials to produce alloy +potentials the same way that DYNAMO does. Alternatively, DYNAMO +setfl files can be used by LAMMPS to model alloy systems by invoking +the eam/alloy style as described below. Setfl files require no +mixing since they specify alloy interactions explicitly.

    For style eam, potential values are read from a file that is in the DYNAMO single-element funcfl format. If the DYNAMO file was created @@ -93,8 +93,8 @@ same way that the serial DYANMO code originally did it; you do not need to specify coefficients for these type pairs.

    There are several funcl files in the potentials directory of the -LAMMPS distribution. A DYNAMO single-element funcfl file is -formatted as follows: +LAMMPS distribution, with the suffix ".eam". A DYNAMO single-element +funcfl file is formatted as follows: