Skip to content
Snippets Groups Projects
Commit 1d04d83b authored by athomps's avatar athomps
Browse files

Added protection against using charges without full_energy

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13539 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent c368b5f9
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,8 @@ potential energy calculations, including the following:
<LI> many-body pair styles
<LI> hybrid pair styles
<LI> eam pair styles
<LI> triclinic systems
<LI> triclinic systems
<LI> charged systems (b/c single() function for Coulombic pair styles requires an atom index to look up charges)
<LI> need to include potential energy contributions from other fixes
</UL>
<P>In these cases, LAMMPS will automatically apply the <I>full_energy</I>
......
......@@ -203,7 +203,8 @@ potential energy calculations, including the following:
many-body pair styles
hybrid pair styles
eam pair styles
triclinic systems
triclinic systems
charged systems (b/c single() function for Coulombic pair styles requires an atom index to look up charges)
need to include potential energy contributions from other fixes :ul
In these cases, LAMMPS will automatically apply the {full_energy}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment