tweaked author syntax
This commit is contained in:
@ -12,20 +12,20 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Implementation of the CHARMM CMAP; adds an extra energy term for the
|
||||
peptide backbone dihedrals. The tools/ch2lmp/charmm2lammps.pl
|
||||
conversion script, which generates an extra section in the LAMMPS data
|
||||
file, is needed in order to generate the info used by this fix style.
|
||||
|
||||
Contributing authors:
|
||||
Xiaohu Hu, CMB/ORNL (hux2@ornl.gov)
|
||||
David Hyde-Volpe, Tigran Abramyan, and Robert A. Latour (Clemson University)
|
||||
Chris Lorenz (Kings College-London)
|
||||
|
||||
Implementation of the CHARMM CMAP; adds an extra energy term for the
|
||||
peptide backbone dihedrals. The tools/ch2lmp/charmm2lammps.pl
|
||||
conversion script, which generates an extra section in the LAMMPS data
|
||||
file, is needed in order to generate the info used by this fix style.
|
||||
|
||||
References:
|
||||
- MacKerell et al., J. Am. Chem. Soc. 126(2004):698-699.
|
||||
- MacKerell et al., J. Comput. Chem. 25(2004):1400-1415.
|
||||
-------------------------------------------------------------------------*/
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <mpi.h>
|
||||
#include <math.h>
|
||||
|
||||
@ -12,9 +12,10 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
|
||||
Variant of the harmonic angle potential for use with the
|
||||
lj/sdk potential for coarse grained MD simulations.
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@ -10,8 +10,9 @@
|
||||
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "ndx_group.h"
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Andres Jaramillo-Botero (Caltech)
|
||||
Contributing author: Andres Jaramillo-Botero (Caltech)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
the GNU General Public License.
|
||||
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Pierre de Buyl (KU Leuven)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------
|
||||
Contributing authors:
|
||||
Contributing authors:
|
||||
Rodrigo Freitas (UC Berkeley) - rodrigof@berkeley.edu
|
||||
Mark Asta (UC Berkeley) - mdasta@berkeley.edu
|
||||
Maurice de Koning (Unicamp/Brazil) - dekoning@ifi.unicamp.br
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
OpenMP based threading support for LAMMPS
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
OpenMP based threading support for LAMMPS
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "atom.h"
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Axel Kohlmeyer (Temple U), Rolf Isele-Holder (RWTH Aachen University)
|
||||
Contributing authors: Axel Kohlmeyer (Temple U)
|
||||
Rolf Isele-Holder (RWTH Aachen University)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pppm_disp_omp.h"
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
per-thread data management for LAMMPS
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
per-thread data management for LAMMPS
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "thr_data.h"
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
OpenMP based threading support for LAMMPS
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
OpenMP based threading support for LAMMPS
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "atom.h"
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors:
|
||||
Ling-Ti Kong
|
||||
Contributing author: Ling-Ti Kong
|
||||
|
||||
Contact:
|
||||
School of Materials Science and Engineering,
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Mike Parks (SNL), Ezwanur Rahman, J.T. Foster (UTSA)
|
||||
------------------------------------------------------------------------- */
|
||||
Contributing authors: Mike Parks (SNL), Ezwanur Rahman, J.T. Foster (UTSA)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include "fix_smd_wall_surface.h"
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Mike Parks (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
Contributing author: Mike Parks (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Mike Parks (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
Contributing author: Mike Parks (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
Reference in New Issue
Block a user