Implemented LJ-PME nbnxn kernels
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / nrnb.h
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
5  * Copyright (c) 2001-2004, The GROMACS development team.
6  * Copyright (c) 2013,2014, by the GROMACS development team, led by
7  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
8  * and including many others, as listed in the AUTHORS file in the
9  * top-level source directory and at http://www.gromacs.org.
10  *
11  * GROMACS is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public License
13  * as published by the Free Software Foundation; either version 2.1
14  * of the License, or (at your option) any later version.
15  *
16  * GROMACS is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with GROMACS; if not, see
23  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
24  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
25  *
26  * If you want to redistribute modifications to GROMACS, please
27  * consider that scientific software is very special. Version
28  * control is crucial - bugs must be traceable. We will be happy to
29  * consider code for inclusion in the official distribution, but
30  * derived work must not be called official GROMACS. Details are found
31  * in the README & COPYING files - if they are missing, get the
32  * official version at http://www.gromacs.org.
33  *
34  * To help us fund GROMACS development, we humbly ask that you cite
35  * the research papers on the package. Check out http://www.gromacs.org.
36  */
37 #ifndef _types_nrnb_h
38 #define _types_nrnb_h
39
40
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 #if 0
45 } /* fixes auto-indentation problems */
46 #endif
47
48
49 #define eNR_NBKERNEL_NONE -1
50
51 enum
52 {
53     eNR_NBKERNEL_VDW_VF,
54     eNR_NBKERNEL_VDW_F,
55     eNR_NBKERNEL_ELEC_VF,
56     eNR_NBKERNEL_ELEC_F,
57     eNR_NBKERNEL_ELEC_W3_VF,
58     eNR_NBKERNEL_ELEC_W3_F,
59     eNR_NBKERNEL_ELEC_W3W3_VF,
60     eNR_NBKERNEL_ELEC_W3W3_F,
61     eNR_NBKERNEL_ELEC_W4_VF,
62     eNR_NBKERNEL_ELEC_W4_F,
63     eNR_NBKERNEL_ELEC_W4W4_VF,
64     eNR_NBKERNEL_ELEC_W4W4_F,
65     eNR_NBKERNEL_ELEC_VDW_VF,
66     eNR_NBKERNEL_ELEC_VDW_F,
67     eNR_NBKERNEL_ELEC_VDW_W3_VF,
68     eNR_NBKERNEL_ELEC_VDW_W3_F,
69     eNR_NBKERNEL_ELEC_VDW_W3W3_VF,
70     eNR_NBKERNEL_ELEC_VDW_W3W3_F,
71     eNR_NBKERNEL_ELEC_VDW_W4_VF,
72     eNR_NBKERNEL_ELEC_VDW_W4_F,
73     eNR_NBKERNEL_ELEC_VDW_W4W4_VF,
74     eNR_NBKERNEL_ELEC_VDW_W4W4_F,
75
76     eNR_NBKERNEL_NR,                        /* Total number of interaction-specific kernel entries */
77
78     eNR_NBKERNEL_GENERIC = eNR_NBKERNEL_NR, /* Reuse number; KERNEL_NR is not an entry itself */
79     eNR_NBKERNEL_GENERIC_CG,
80     eNR_NBKERNEL_GENERIC_ADRESS,
81     eNR_NBKERNEL_FREE_ENERGY,               /* Add other generic kernels _before_ the free energy one */
82
83     eNR_NBKERNEL_ALLVSALL,
84     eNR_NBKERNEL_ALLVSALLGB,
85
86     eNR_NBNXN_DIST2,
87     eNR_NBNXN_LJ_RF,          eNR_NBNXN_LJ_RF_E,
88     eNR_NBNXN_LJ_TAB,         eNR_NBNXN_LJ_TAB_E,
89     eNR_NBNXN_LJ_EWALD,       eNR_NBNXN_LJ_EWALD_E,
90     eNR_NBNXN_LJ,             eNR_NBNXN_LJ_E,
91     eNR_NBNXN_RF,             eNR_NBNXN_RF_E,
92     eNR_NBNXN_TAB,            eNR_NBNXN_TAB_E,
93     eNR_NBNXN_EWALD,          eNR_NBNXN_EWALD_E,
94     eNR_NBNXN_ADD_LJ_FSW,     eNR_NBNXN_ADD_LJ_FSW_E,
95     eNR_NBNXN_ADD_LJ_PSW,     eNR_NBNXN_ADD_LJ_PSW_E,
96     eNR_NBNXN_ADD_LJ_EWALD,   eNR_NBNXN_ADD_LJ_EWALD_E,
97     eNR_NB14,
98     eNR_BORN_RADII_STILL,     eNR_BORN_RADII_HCT_OBC,
99     eNR_BORN_CHAINRULE,
100     eNR_BORN_AVA_RADII_STILL, eNR_BORN_AVA_RADII_HCT_OBC,
101     eNR_BORN_AVA_CHAINRULE,
102     eNR_WEIGHTS,              eNR_SPREADQ,              eNR_SPREADQBSP,
103     eNR_GATHERF,              eNR_GATHERFBSP,           eNR_FFT,
104     eNR_CONV,                 eNR_SOLVEPME, eNR_NS,      eNR_RESETX,
105     eNR_SHIFTX,               eNR_CGCM,                 eNR_FSUM,
106     eNR_BONDS,                eNR_G96BONDS,             eNR_FENEBONDS,
107     eNR_TABBONDS,             eNR_RESTRBONDS,           eNR_LINEAR_ANGLES,
108     eNR_ANGLES,               eNR_G96ANGLES,            eNR_QANGLES,
109     eNR_TABANGLES,            eNR_PROPER,               eNR_IMPROPER,
110     eNR_RB,                   eNR_FOURDIH,              eNR_TABDIHS,
111     eNR_DISRES,               eNR_ORIRES,               eNR_DIHRES,
112     eNR_POSRES,               eNR_FBPOSRES,
113     eNR_ANGRES,               eNR_ANGRESZ,
114     eNR_MORSE,                eNR_CUBICBONDS,           eNR_WALLS,
115     eNR_POLARIZE,             eNR_ANHARM_POL,
116     eNR_WPOL,                 eNR_THOLE,                eNR_VIRIAL,
117     eNR_UPDATE,               eNR_EXTUPDATE,            eNR_STOPCM,
118     eNR_PCOUPL,               eNR_EKIN,                 eNR_LINCS,
119     eNR_LINCSMAT,             eNR_SHAKE,                eNR_CONSTR_V,
120     eNR_SHAKE_RIJ,            eNR_CONSTR_VIR,           eNR_SETTLE,
121     eNR_VSITE2,               eNR_VSITE3,               eNR_VSITE3FD,
122     eNR_VSITE3FAD,            eNR_VSITE3OUT,            eNR_VSITE4FD,
123     eNR_VSITE4FDN,            eNR_VSITEN,               eNR_GB,
124     eNR_CMAP,
125     eNRNB
126 };
127
128
129 typedef struct
130 {
131     double n[eNRNB];
132 }
133 t_nrnb;
134
135
136 typedef struct gmx_wallcycle *gmx_wallcycle_t;
137
138 #ifdef __cplusplus
139 }
140 #endif
141
142 #endif