lammps/src/USER-MISC
Axel Kohlmeyer 68adc56e93
Merge branch 'master' into fix-compiler-warnings
2019-10-17 06:03:59 -04:00
..
README added LD potential and wrote html-style doc 2019-09-09 01:51:04 -07:00
angle_cosine_shift.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_cosine_shift.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
angle_cosine_shift_exp.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_cosine_shift_exp.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
angle_dipole.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_dipole.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
angle_fourier.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_fourier.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
angle_fourier_simple.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_fourier_simple.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
angle_quartic.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
angle_quartic.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
bond_harmonic_shift.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
bond_harmonic_shift.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
bond_harmonic_shift_cut.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
bond_harmonic_shift_cut.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
compute_ackland_atom.cpp Fix unused params in packages (#1076) 2018-08-24 10:42:08 -06:00
compute_ackland_atom.h provide keyword/value option to compute ackland/atom for selecting legacy or current variant of implementation 2018-05-07 07:23:29 -04:00
compute_basal_atom.cpp Fix unused params in packages (#1076) 2018-08-24 10:42:08 -06:00
compute_basal_atom.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-21 17:09:24 +00:00
compute_cnp_atom.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_cnp_atom.h integrate compute cnp/atom contributed by Paulo Branicio (USC) 2017-05-31 00:38:44 -04:00
compute_entropy_atom.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_entropy_atom.h remove unused class member 2018-06-29 01:22:35 -04:00
compute_gyration_shape.cpp Update compute_gyration_shape.cpp 2019-10-16 10:19:06 +02:00
compute_gyration_shape.h cleanup of compute gyration/shape code. 2019-07-29 16:16:24 -04:00
compute_hma.cpp remove unused variables and reduce unused parameter warnings 2019-10-14 16:42:21 +02:00
compute_hma.h Compute HMA style name should be lowercase (and match the docs) 2019-08-20 19:25:19 -04:00
compute_momentum.cpp clean up includes and whitespace 2019-07-29 22:28:29 -04:00
compute_momentum.h move to user-misc 2019-07-01 11:37:13 +01:00
compute_pressure_cylinder.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_pressure_cylinder.h Add compute_pressure_cylinder .cpp and .h files 2018-09-20 09:15:43 -04:00
compute_pressure_grem.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_pressure_grem.h rename compute pressure/grem to compute PRESSURE/GREM 2016-11-22 15:25:59 -05:00
compute_stress_mop.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_stress_mop.h remove trailing blanks 2018-12-01 21:38:22 -05:00
compute_stress_mop_profile.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_stress_mop_profile.h remove trailing blanks 2018-12-01 21:38:22 -05:00
compute_temp_rotate.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
compute_temp_rotate.h port thread-safe temperature biasing from LAMMPS-ICMS 2017-05-16 18:15:13 -04:00
dihedral_cosine_shift_exp.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
dihedral_cosine_shift_exp.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
dihedral_fourier.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
dihedral_fourier.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
dihedral_nharmonic.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
dihedral_nharmonic.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
dihedral_quadratic.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
dihedral_quadratic.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
dihedral_spherical.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
dihedral_spherical.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
dihedral_table.cpp Merge branch 'master' into improve-include-consistency 2019-07-26 17:24:32 -04:00
dihedral_table.h move global settings in restart files for table styles to restart settings functions 2019-07-25 07:54:21 -04:00
dihedral_table_cut.cpp Merge branch 'master' into improve-include-consistency 2019-07-26 17:24:32 -04:00
dihedral_table_cut.h move global settings in restart files for table styles to restart settings functions 2019-07-25 07:54:21 -04:00
fix_addtorque.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_addtorque.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15203 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-06-17 23:48:15 +00:00
fix_ave_correlate_long.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_ave_correlate_long.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
fix_bond_react.cpp remove unused variables and reduce unused parameter warnings 2019-10-14 16:42:21 +02:00
fix_bond_react.h adds an angle constraint option for reacting molecules 2019-09-28 23:10:34 -06:00
fix_electron_stopping.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_electron_stopping.h fix elstop: Rename to fix electron/stopping 2019-04-04 09:57:15 +03:00
fix_ffl.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_ffl.h Fast-forward Langevin functionality included 2018-09-28 12:46:11 +02:00
fix_filter_corotate.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_filter_corotate.h replace leading tabs 2018-03-16 12:34:33 -04:00
fix_flow_gauss.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_flow_gauss.h added respa to fix_flow_gauss, not fully understood yet 2016-10-10 09:38:52 -04:00
fix_gle.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_gle.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12775 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-11-24 17:23:55 +00:00
fix_grem.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_grem.h Added compute_scalar to fix_grem for easier output managment, updated example to show use 2017-06-14 12:18:22 -04:00
fix_imd.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
fix_imd.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11283 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-01-21 15:43:45 +00:00
fix_ipi.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_ipi.h Included a flag to prevent multiple open_socket calls if run is included multiple times in the LAMMPS input 2017-01-16 08:42:23 +01:00
fix_nvk.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_nvk.h Moved fix_nvk to USER-MISC, updated documentation to reflect move 2016-12-28 19:06:35 +01:00
fix_pimd.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_pimd.h use tagint instead of int when communicating atom ids 2019-04-04 09:38:28 -04:00
fix_rhok.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_rhok.h make fix rhok more similar to other LAMMPS sources 2017-10-03 10:10:38 -04:00
fix_smd.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_smd.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15203 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-06-17 23:48:15 +00:00
fix_srp.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_srp.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
fix_ti_spring.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_ti_spring.h more whitespace cleanup 2018-03-15 22:02:02 -04:00
fix_ttm_mod.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_ttm_mod.h add C++ format identifiers to .h files 2017-06-20 16:18:34 -04:00
fix_wall_ees.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_wall_ees.h Examples moved 2017-07-05 23:16:42 +09:00
fix_wall_region_ees.cpp continuing include file handling cleanup 2019-07-10 08:49:16 -04:00
fix_wall_region_ees.h coding style and whitespace cleanup to match LAMMPS style 2017-07-05 12:33:41 -04:00
improper_cossq.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
improper_cossq.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
improper_distance.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
improper_distance.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
improper_fourier.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
improper_fourier.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
improper_ring.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
improper_ring.h bulk removal of #include <cstdio> from header files 2019-06-27 21:54:07 -04:00
pair_agni.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_agni.h first complete implementation of AGNI pair style 2016-11-11 17:32:47 -05:00
pair_buck_mdf.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_buck_mdf.h add C++ format identifiers to .h files 2017-06-20 16:18:34 -04:00
pair_cosine_squared.cpp reduce compiler warnings 2019-08-09 16:00:02 -04:00
pair_cosine_squared.h Error/warning tweaks 2019-08-07 19:16:54 +02:00
pair_coul_diel.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_coul_diel.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8226 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-06-06 22:47:51 +00:00
pair_coul_shield.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_coul_shield.h refactor code and examples to match LAMMPS conventions. whitespace cleanup. shorten examples. 2018-03-22 19:31:41 -04:00
pair_drip.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_drip.h update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_e3b.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_e3b.h incorporate compute_pe_e3b into compute_pair 2019-05-08 09:05:09 -05:00
pair_edip.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_edip.h Fix more typos in src files 2017-03-07 00:55:01 -05:00
pair_edip_multi.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_edip_multi.h replace leading tabs 2018-03-16 12:34:33 -04:00
pair_extep.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_extep.h update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_gauss_cut.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_gauss_cut.h add mixing for pair styles gauss and gauss/cut contributed by andrew jewett. also add support for write_data. 2016-10-18 22:26:47 -04:00
pair_ilp_graphene_hbn.cpp remove unused variables and reduce unused parameter warnings 2019-10-14 16:42:21 +02:00
pair_ilp_graphene_hbn.h evil tab removal 2019-09-17 08:37:32 -04:00
pair_kolmogorov_crespi_full.cpp remove unused variables and reduce unused parameter warnings 2019-10-14 16:42:21 +02:00
pair_kolmogorov_crespi_full.h evil tab removal 2019-09-17 08:37:32 -04:00
pair_kolmogorov_crespi_z.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_kolmogorov_crespi_z.h replace dos/windows-style CR-LF line endings with unix style LF-only 2018-11-24 16:57:01 -05:00
pair_lebedeva_z.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_lebedeva_z.h rename sources for pair style lebedeva to be consistent with style name 2019-01-06 21:42:08 -05:00
pair_lennard_mdf.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_lennard_mdf.h add C++ format identifiers to .h files 2017-06-20 16:18:34 -04:00
pair_list.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_list.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-10-30 20:04:06 +00:00
pair_lj_expand_coul_long.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_lj_expand_coul_long.h Added pair styles lj/expand/coul/long to USER-MISC and its gpu version to GPU package, added lj/cut/dipole/long/gpu; and added an example Makfile to build GPU package for multi-arch 2018-05-20 17:03:12 -05:00
pair_lj_mdf.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_lj_mdf.h add support for write_data/write_coeff to pair style lj/mdf 2019-05-07 19:28:19 -04:00
pair_lj_sf_dipole_sf.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_lj_sf_dipole_sf.h restore c++ marker in header comment 2016-09-09 09:43:21 -04:00
pair_local_density.cpp remove unused variables and reduce unused parameter warnings 2019-10-14 16:42:21 +02:00
pair_local_density.h added LD potential and wrote html-style doc 2019-09-09 01:51:04 -07:00
pair_meam_spline.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_meam_spline.h replace leading tabs 2018-03-16 12:34:33 -04:00
pair_meam_sw_spline.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_meam_sw_spline.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-10-30 20:04:06 +00:00
pair_momb.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_momb.h more whitespace cleanup 2018-03-15 22:02:02 -04:00
pair_morse_smooth_linear.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_morse_smooth_linear.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14704 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-03-01 20:41:58 +00:00
pair_srp.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_srp.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-10-30 20:04:06 +00:00
pair_tersoff_table.cpp update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD 2019-07-10 15:51:57 -04:00
pair_tersoff_table.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14494 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-01-25 23:04:56 +00:00
temper_grem.cpp avoid abort when timeout appears in temper commands 2019-08-01 06:11:05 -04:00
temper_grem.h Fix typos in src files 2017-03-05 21:03:40 -05:00
temper_npt.cpp avoid abort when timeout appears in temper commands 2019-08-01 06:11:05 -04:00
temper_npt.h more whitespace cleanup 2018-03-15 22:02:02 -04:00

README

The files in this package are a potpourri of (mostly) unrelated
features contributed to LAMMPS by users.  Each feature is a single
pair of files (*.cpp and *.h).

More information about each feature can be found by reading its doc
page in the LAMMPS doc directory.  The doc page which lists all LAMMPS
input script commands is as follows:

doc/Section_commands.html, subsection 3.5

User-contributed features are listed at the bottom of the fix,
compute, pair, etc sections.

The list of features and author of each is given below.

You should contact the author directly if you have specific questions
about the feature or its coding.

------------------------------------------------------------

angle_style cosine/shift, Carsten Svaneborg, science at zqex.dk, 8 Aug 11
angle_style cosine/shift/exp, Carsten Svaneborg, science at zqex.dk, 8 Aug 11
angle_style fourier, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
angle_style fourier/simple, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
angle_style dipole, Mario Orsi, orsimario at gmail.com, 10 Jan 12
angle_style quartic, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
bond_style harmonic/shift, Carsten Svaneborg, science at zqex.dk, 8 Aug 11
bond_style harmonic/shift/cut, Carsten Svaneborg, science at zqex.dk, 8 Aug 11
compute ackland/atom, Gerolf Ziegenhain, gerolf at ziegenhain.com, 4 Oct 2007
compute basal/atom, Christopher Barrett, cdb333 at cavs.msstate.edu, 3 Mar 2013
compute cnp/atom, Paulo Branicio (USC), branicio at usc.edu, 31 May 2017
compute entropy/atom, Pablo Piaggi (EPFL), pablo.piaggi at epfl.ch, 15 June 2018
compute gyration/shape, Evangelos Voyiatzis, evoyiatzis at gmail.com, 25 July 2019
compute hma, Andrew Schultz & David Kofke (UB), ajs42 at buffalo.edu & kofke at buffalo.edu, 1 Jul 2019
compute pressure/cylinder, Cody K. Addington (NCSU), , 2 Oct 2018
compute momentum, Rupert Nash (University of Edinburgh), r.nash at epcc.ed.ac.uk, 28 June 2019
compute stress/mop, Romain Vermorel (U Pau) & Laurent Joly (U Lyon), romain.vermorel at univ-pau.fr & ljoly.ulyon at gmail.com, 5 Sep 18
compute stress/mop/profile, Romain Vermorel (U Pau) & Laurent Joly (U Lyon), romain.vermorel at univ-pau.fr & ljoly.ulyon at gmail.com, 5 Sep 18
compute temp/rotate, Laurent Joly (U Lyon), ljoly.ulyon at gmail.com, 8 Aug 11
compute PRESSURE/GREM, David Stelter, dstelter@bu.edu, 22 Nov 16
dihedral_style cosine/shift/exp, Carsten Svaneborg, science at zqex.dk, 8 Aug 11
dihedral_style fourier, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
dihedral_style nharmonic, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
dihedral_style quadratic, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
dihedral_style spherical, Andrew Jewett, jewett.aij@gmail.com, 15 Jul 16
dihedral_style table, Andrew Jewett, jewett.aij@gmail.com, 10 Jan 12
dihedral_style table/cut, Mike Salerno, ksalerno@pha.jhu.edu, 11 May 18
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 bond/react, Jacob Gissinger (CU Boulder), info at disarmmd.org, 24 Feb 2018
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
fix filter/corotate, Lukas Fath (KIT), lukas.fath at kit.edu, 15 Mar 2017
fix flow/gauss, Joel Eaves (CU Boulder), Joel.Eaves@Colorado.edu, 23 Aug 2016
fix gle, Michele Ceriotti (EPFL Lausanne), michele.ceriotti at gmail.com, 24 Nov 2014
fix grem, David Stelter, dstelter@bu.edu, 22 Nov 16
fix imd, Axel Kohlmeyer, akohlmey at gmail.com, 9 Nov 2009
fix ipi, Michele Ceriotti (EPFL Lausanne), michele.ceriotti at gmail.com, 24 Nov 2014
fix nvk, Efrem Braun (UC Berkeley), efrem.braun at gmail.com, https://github.com/lammps/lammps/pull/310
fix pimd, Yuxing Peng (U Chicago), yuxing at uchicago.edu, 24 Nov 2014
fix rhok, Ulf Pedersen (Roskilde U), ulf at urp.dk, 25 Sep 2017
fix smd, Axel Kohlmeyer, akohlmey at gmail.com, 19 May 2008
fix ti/spring, Rodrigo Freitas (Unicamp/Brazil), rodrigohb at gmail.com, 7 Nov 2013
fix ttm/mod, Sergey Starikov and Vasily Pisarev (JIHT), pisarevvv at gmail.com, 2 Feb 2015
fix wall/ees, Abdoreza Ershadinia, a.ershadinia at gmail.com, Jul 2017
fix wall/region/ees, Abdoreza Ershadinia, a.ershadinia at gmail.com, Jul 2017
improper_style cossq, Georgios Vogiatzis, gvog at chemeng.ntua.gr, 25 May 12
improper_style fourier, Loukas Peristeras, loukas.peristeras at scienomics.com, 27 Oct 12
improper_style ring, Georgios Vogiatzis, gvog at chemeng.ntua.gr, 25 May 12
improper_style distance, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15
pair_style agni, Axel Kohlmeyer, akohlmey at gmail.com, 9 Nov 16
pair_style buck/mdf, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15
pair_style cosine/squared, Eugen Rozic, eugen.rozic.17 at ucl.ac.uk, 9 Aug 19
pair_style coul/diel, Axel Kohlmeyer, akohlmey at gmail.com, 1 Dec 11
pair_style coul/shield, Wengen Ouyang (Tel Aviv University), w.g.ouyang at gmail dot com, 30 Mar 18
pair_style dipole/sf, Mario Orsi, orsimario at gmail.com, 8 Aug 11
pair_style e3b, Steven Strong (U Chicago), stevene.strong at gmail dot com, 16 Apr 19
pair_style drip, Mingjian Wen, University of Minnesota, wenxx151 at umn.edu, 17 Apr 19
pair_style edip, Luca Ferraro, luca.ferraro at caspur.it, 15 Sep 11
pair_style extep, Jaap Kroes (Radboud U), jaapkroes at gmail dot com, 28 Nov 17
pair_style gauss/cut, Axel Kohlmeyer, akohlmey at gmail.com, 1 Dec 11
pair_style ilp/graphene/hbn, Wengen Ouyang (Tel Aviv University), w.g.ouyang at gmail dot com, 30 Mar 18
pair_style lebedeva/z, Zbigniew Koziol (National Center for Nuclear Research), softquake at gmail dot com, 4 Jan 19
pair_style lennard/mdf, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15
pair_style list, Axel Kohlmeyer (Temple U), akohlmey at gmail.com, 1 Jun 13
pair_style lj/mdf, Paolo Raiteri, p.raiteri at curtin.edu.au, 2 Dec 15
pair_style local/density, Tanmoy Sanyal (tanmoy dot 7989 at gmail.com) and M. Scott Shell (UCSB), and David Rosenberger (TU Darmstadt), 9 Sept 19
pair_style kolmogorov/crespi/full, Wengen Ouyang (Tel Aviv University), w.g.ouyang at gmail dot com, 30 Mar 18
pair_style kolmogorov/crespi/z, Jaap Kroes (Radboud U), jaapkroes at gmail dot com, 28 Feb 17
pair_style meam/spline, Alexander Stukowski (LLNL), alex at stukowski.com, 1 Feb 12
pair_style meam/sw/spline, Robert Rudd (LLNL), robert.rudd at llnl.gov, 1 Oct 12
pair_style morse/smooth/linear, Stefan Paquay (TU Eindhoven), stefanpaquay at gmail.com, 29 Feb 16
pair_style srp, Tim Sirk, tim.sirk at us.army.mil, 21 Nov 14
pair_style tersoff/table, Luca Ferraro, luca.ferraro@caspur.it, 1 Dec 11
pair_style momb, Kristen Fichthorn, Tonnam Balankura, Ya Zhou, fichthorn@psu.edu, 18 Mar 17
temper/grem, David Stelter, dstelter@bu.edu, 22 Nov 16
temper/npt, Amulya K. Pervaje, Cody K. Addington, amulyapervaje@gmail.com , 31 Aug 17