Commit f3615e83 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

move pair style eam/cd from USER-MISC to MANYBODY and update docs accordingly

parent ae0979e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ pkg_depends(MPIIO MPI)
pkg_depends(QEQ MANYBODY)
pkg_depends(USER-ATC MANYBODY)
pkg_depends(USER-LB MPI)
pkg_depends(USER-MISC MANYBODY)
pkg_depends(USER-PHONON KSPACE)
pkg_depends(CORESHELL KSPACE)

+1 −1
Original line number Diff line number Diff line
@@ -969,6 +969,7 @@ KOKKOS, o = USER-OMP, t = OPT.
"dsmc"_pair_dsmc.html,
"eam (gikot)"_pair_eam.html,
"eam/alloy (gikot)"_pair_eam.html,
"eam/cd (o)"_pair_eam.html,
"eam/fs (gikot)"_pair_eam.html,
"eim (o)"_pair_eim.html,
"gauss (go)"_pair_gauss.html,
@@ -1069,7 +1070,6 @@ package"_Section_start.html#start_3.
"coul/shield"_pair_coul_shield.html,
"dpd/fdt"_pair_dpd_fdt.html,
"dpd/fdt/energy (k)"_pair_dpd_fdt.html,
"eam/cd (o)"_pair_eam.html,
"edip (o)"_pair_edip.html,
"edip/multi"_pair_edip.html,
"edpd"_pair_meso.html,
+2 −7
Original line number Diff line number Diff line
@@ -414,15 +414,10 @@ The eam pair styles can only be used via the {pair} keyword of the

[Restrictions:]

All of these styles except the {eam/cd} style are part of the MANYBODY
package.  They are only enabled if LAMMPS was built with that package.
All of these styles are part of the MANYBODY package.  They are only
enabled if LAMMPS was built with that package.
See the "Making LAMMPS"_Section_start.html#start_3 section for more info.

The {eam/cd} style is part of the USER-MISC package and also requires
the MANYBODY package.  It is only enabled if LAMMPS was built with
those packages.  See the "Making LAMMPS"_Section_start.html#start_3
section for more info.

[Related commands:]

"pair_coeff"_pair_coeff.html
Loading