Update create_atoms.rst

This commit is contained in:
Jacob Gissinger
2024-05-08 18:50:02 -04:00
committed by GitHub
parent 887ffa57d5
commit 05438d2357

View File

@ -471,7 +471,10 @@ newly created particles from being created closer than the specified
*Doverlap* distance from any other particle. If particles have finite
size (see :doc:`atom_style sphere <atom_style>` for example) *Doverlap*
should be specified large enough to include the particle size in the
non-overlapping criterion.
non-overlapping criterion. If molecules are being randomly inserted, then
an insertion is only accepted if each particle in the molecule meets the
overlap criterion with respect to other particles (not including particles
in the molecule itself).
.. note::