Commit 0c92c227 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

moved contents of USER-MOP package to USER-MISC as suggested by @sjplimp

parent cb4ffaf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ set(DEFAULT_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS DIPOLE GRANULAR
  SRD KIM PYTHON MSCG MPIIO VORONOI POEMS LATTE USER-ATC USER-AWPMD USER-BOCS
  USER-CGDNA USER-MESO USER-CGSDK USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE
  USER-EFF USER-FEP USER-H5MD USER-LB USER-MANIFOLD USER-MEAMC USER-MGPT USER-MISC
  USER-MOP USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-QTB USER-REAXC
  USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-QTB USER-REAXC
  USER-SMD USER-SMTBQ USER-SPH USER-TALLY USER-UEF USER-VTK USER-QUIP USER-QMMM)
set(ACCEL_PACKAGES USER-OMP KOKKOS OPT USER-INTEL GPU)
set(OTHER_PACKAGES CORESHELL QEQ)
+0 −24
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ as contained in the file name.
"USER-MGPT"_#PKG-USER-MGPT,
"USER-MISC"_#PKG-USER-MISC,
"USER-MOFFF"_#PKG-USER-MOFFF,
"USER-MOP"_#PKG-USER-MOP,
"USER-MOLFILE"_#PKG-USER-MOLFILE,
"USER-NETCDF"_#PKG-USER-NETCDF,
"USER-OMP"_#PKG-USER-OMP,
@@ -1573,29 +1572,6 @@ examples/USER/mofff :ul

:line

USER-MOP package :link(PKG-USER-MOP),h4

[Contents:]

This package contains two compute styles: compute stress/mop and compute stress/mop/profile.

compute stress/mop calculates components of the local stress tensor using the method of planes, applied on one plane.

compute stress/mop/profile calculates profiles of components of the local stress tensor using the method of planes, applied on an array of regularly spaced planes.

[Author:] Laurent Joly (University of Lyon 1)
Romain Vermorel at (University of Pau and Pays de l'Adour)

[Supporting info:]

src/USER-MOP: filenames -> commands
src/USER-MOP/README
"compute stress/mop"_compute_stress_mop.html
"compute stress/mop/profile"_compute_stress_mop.html
examples/USER/mop :ul

:line

USER-MOLFILE package :link(PKG-USER-MOLFILE),h4

[Contents:]
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ Package, Description, Doc page, Example, Library
"USER-MESO"_Packages_details.html#PKG-USER-MESO, mesoscale DPD models, "pair_style edpd"_pair_meso.html, USER/meso, no
"USER-MGPT"_Packages_details.html#PKG-USER-MGPT, fast MGPT multi-ion potentials, "pair_style mgpt"_pair_mgpt.html, USER/mgpt, no
"USER-MISC"_Packages_details.html#PKG-USER-MISC, single-file contributions, USER-MISC/README, USER/misc, no
"USER-MOP"_Packages_details.html#PKG-USER-MOP, compute stress via method-of-planes, "compute_style stress/mop"_compute_stress_mop.html, USER/mop, no
"USER-MOFFF"_Packages_details.html#PKG-USER-MOFFF, styles for "MOF-FF"_MOFplus force field, "pair_style buck6d/coul/gauss"_pair_buck6d_coul_gauss.html, USER/mofff, no
"USER-MOLFILE"_Packages_details.html#PKG-USER-MOLFILE, "VMD"_https://www.ks.uiuc.edu/Research/vmd/ molfile plug-ins,"dump molfile"_dump_molfile.html, n/a, ext
"USER-NETCDF"_Packages_details.html#PKG-USER-NETCDF, dump output via NetCDF,"dump netcdf"_dump_netcdf.html, n/a, ext
+2 −2
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ The values produced by this compute can be accessed by various "output commands"

[Restrictions:] 

This style is part of the USER-MOP package. It is only enabled if LAMMPS
is built with that package. See the "Build package"_Build_package.html
These styles are part of the USER-MISC package. They are only enabled if
LAMMPS is built with that package. See the "Build package"_Build_package.html
doc page on for more info.

The method is only implemented for 3d orthogonal simulation boxes whose
Loading