mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9149 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bc70568865
commit
6c074e8c7e
|
@ -224,6 +224,13 @@ trigger an error, so it is better to run multiple shorter-duration
|
|||
simulations. Likewise, very large molecules have not been tested
|
||||
and may turn out to be problematic.
|
||||
</P>
|
||||
<P>Use of multiple fix gcmc commands in the same input script can be
|
||||
problematic if using a template molecule. The issue is that the
|
||||
user-referenced template molecule in the second fix gcmc command
|
||||
may no longer exist since it might have been deleted by the first
|
||||
fix gcmc command. An existing template molecule will need to be
|
||||
referenced by the user for each subsequent fix gcmc command.
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "fix_nvt.html">fix_nvt</A>, <A HREF = "neighbor.html">neighbor</A>,
|
||||
|
|
|
@ -208,6 +208,13 @@ trigger an error, so it is better to run multiple shorter-duration
|
|||
simulations. Likewise, very large molecules have not been tested
|
||||
and may turn out to be problematic.
|
||||
|
||||
Use of multiple fix gcmc commands in the same input script can be
|
||||
problematic if using a template molecule. The issue is that the
|
||||
user-referenced template molecule in the second fix gcmc command
|
||||
may no longer exist since it might have been deleted by the first
|
||||
fix gcmc command. An existing template molecule will need to be
|
||||
referenced by the user for each subsequent fix gcmc command.
|
||||
|
||||
[Related commands:]
|
||||
|
||||
"fix_nvt"_fix_nvt.html, "neighbor"_neighbor.html,
|
||||
|
|
Loading…
Reference in New Issue