move examples away from USER-MISC now that the package folder is gone

This commit is contained in:
Axel Kohlmeyer
2021-07-24 20:53:23 -04:00
parent add7565d9f
commit f192102da9
216 changed files with 7 additions and 12 deletions

View File

@ -5,8 +5,7 @@ problems you can run with LAMMPS.
lower-case directories = simple test problems for LAMMPS and its packages
upper-case directories = more complex problems
PACKAGES directory with its own sub-directories = tests for specific packages
USER-MISC directory with its own sub-directories = tests for commands in USER-MISC package
PACKAGES directory with its own sub-directories = tests for styles from specific packages
Each is discussed below.
@ -172,10 +171,12 @@ energy-evaluation engine in a iterative Monte Carlo energy-relaxation
loop.
The PACKAGES directory contains subdirectories of example scripts for
individual packages. Most of those are contributed by the corresponding
package developers. See the README files in those directories
for more info. See the doc/html/Build_package.html file for more info
about installing and building packages.
individual packages or additional individual styles. Most of those are
contributed by the corresponding package or style developers.
See the README files in those directories (if available) or the
corresponding doc page in the manual for more info. See the
https://docs.lammps.org/Build_package.html page for more info about
installing and building packages.
The TIP4P directory has an example for testing forces computed on a
GPU.
@ -186,12 +187,6 @@ lj, real, and metal. So that you can see how to scale/unscale input
and output values read/written by LAMMPS to verify you are performing
the same simulation in different unit systems.
The USER-MISC directory contains subdirectories of example scripts for
individual commands in the USER-MISC package. Most of those are contributed
by the corresponding developers. See the README files in those directories
for more info. See the doc/html/Build_package.html file for more info
about installing and building packages.
The VISCOSITY directory has example scripts for computing the
viscosity of a LJ liquid using 4 different methods. See the
VISCOSITY/README file for more info.