diff --git a/doc/src/fix_bd_sphere.rst b/doc/src/fix_bd_sphere.rst index ee731c47d8..f1c9756a78 100644 --- a/doc/src/fix_bd_sphere.rst +++ b/doc/src/fix_bd_sphere.rst @@ -136,6 +136,10 @@ as defined by the :doc:`atom_style sphere ` command. They must also store a dipole moment as defined by the :doc:`atom_style dipole ` command. +This fix is part of the USER-MISC package. It is only enabled if +LAMMPS was built with that package. See the :doc:`Build package ` +doc page for more info. + All particles in the group must be finite-size spheres. They cannot be point particles. diff --git a/examples/bd_sphere/README.txt b/examples/USER/misc/bd_sphere/README.txt similarity index 100% rename from examples/bd_sphere/README.txt rename to examples/USER/misc/bd_sphere/README.txt diff --git a/examples/bd_sphere/in2ddipole.bd b/examples/USER/misc/bd_sphere/in2ddipole.bd similarity index 100% rename from examples/bd_sphere/in2ddipole.bd rename to examples/USER/misc/bd_sphere/in2ddipole.bd diff --git a/examples/bd_sphere/in3d_virial_on.bd b/examples/USER/misc/bd_sphere/in3d_virial_on.bd similarity index 100% rename from examples/bd_sphere/in3d_virial_on.bd rename to examples/USER/misc/bd_sphere/in3d_virial_on.bd diff --git a/examples/bd_sphere/log_gaussian_4_1_7_13_2d.lammps.log b/examples/USER/misc/bd_sphere/log_gaussian_4_1_7_13_2d.lammps.log similarity index 100% rename from examples/bd_sphere/log_gaussian_4_1_7_13_2d.lammps.log rename to examples/USER/misc/bd_sphere/log_gaussian_4_1_7_13_2d.lammps.log diff --git a/examples/bd_sphere/log_uniform_10_1_5_15_3d.lammps.log b/examples/USER/misc/bd_sphere/log_uniform_10_1_5_15_3d.lammps.log similarity index 100% rename from examples/bd_sphere/log_uniform_10_1_5_15_3d.lammps.log rename to examples/USER/misc/bd_sphere/log_uniform_10_1_5_15_3d.lammps.log diff --git a/src/USER-MISC/README b/src/USER-MISC/README index 538fdb7952..2dd16d23ac 100644 --- a/src/USER-MISC/README +++ b/src/USER-MISC/README @@ -53,6 +53,7 @@ dihedral_style table/cut, Mike Salerno, ksalerno@pha.jhu.edu, 11 May 18 fix accelerate/cos, Zheng Gong (ENS de Lyon), z.gong@outlook.com, 24 Apr 20 fix addtorque, Laurent Joly (U Lyon), ljoly.ulyon at gmail.com, 8 Aug 11 fix ave/correlate/long, Jorge Ramirez (UPM Madrid), jorge.ramirez at upm.es, 21 Oct 2015 +fix bd/sphere, Sam Cameron (U of Bristol), samuel.j.m.cameron at gmail.com, 10 Dec 2020 fix electron/stopping/fit, James Stewart (SNL), jstewa .at. sandia.gov, 23 Sep 2020 fix electron/stopping, Konstantin Avchaciov, k.avchachov at gmail.com, 26 Feb 2019 fix ffl, David Wilkins (EPFL Lausanne), david.wilkins @ epfl.ch, 28 Sep 2018 diff --git a/src/fix_bd_sphere.cpp b/src/USER-MISC/fix_bd_sphere.cpp similarity index 100% rename from src/fix_bd_sphere.cpp rename to src/USER-MISC/fix_bd_sphere.cpp diff --git a/src/fix_bd_sphere.h b/src/USER-MISC/fix_bd_sphere.h similarity index 100% rename from src/fix_bd_sphere.h rename to src/USER-MISC/fix_bd_sphere.h