From af483ca34fd6b7e27e08b40419c2435b32bd60ae Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 26 Oct 2020 23:15:43 -0400 Subject: [PATCH] small documentation update --- doc/src/atom_style.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/atom_style.rst b/doc/src/atom_style.rst index 4957901676..a250f44b25 100644 --- a/doc/src/atom_style.rst +++ b/doc/src/atom_style.rst @@ -42,6 +42,7 @@ Examples atom_style hybrid charge body nparticle 2 5 atom_style spin atom_style template myMols + atom_style hybrid template twomols charge atom_style tdpd 2 Description @@ -239,6 +240,8 @@ can save memory for systems comprised of a large number of small molecules, all of a single type (or small number of types). See the paper by Grime and Voth, in :ref:`(Grime) `, for examples of how this can be advantageous for large-scale coarse-grained systems. +The ``examples/template`` directory has a few demo inputs and examples +showing the use of the *template* atom style versus *molecular*. .. note::