Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / names.c
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 #include "gmxpre.h"
38
39 #include "gromacs/legacyheaders/names.h"
40
41 #include "gromacs/legacyheaders/typedefs.h"
42
43 /* note: these arrays should correspond to enums in include/types/enums.h */
44
45 const char *epbc_names[epbcNR+1] =
46 {
47     "xyz", "no", "xy", "screw", NULL
48 };
49
50 const char *ens_names[ensNR+1] =
51 {
52     "Grid", "Simple", NULL
53 };
54
55 const char *ei_names[eiNR+1] =
56 {
57     "md", "steep", "cg", "bd", "sd2", "nm", "l-bfgs", "tpi", "tpic", "sd", "md-vv", "md-vv-avek", NULL
58 };
59
60 const char *bool_names[BOOL_NR+1] =
61 {
62     "FALSE", "TRUE", NULL
63 };
64
65 const char *yesno_names[BOOL_NR+1] =
66 {
67     "no", "yes", NULL
68 };
69
70 const char *ptype_str[eptNR+1] = {
71     "Atom", "Nucleus", "Shell", "Bond", "VSite", NULL
72 };
73
74 const char *ecutscheme_names[ecutsNR+1] = {
75     "Verlet", "Group", NULL
76 };
77
78 const char *eel_names[eelNR+1] = {
79     "Cut-off", "Reaction-Field", "Generalized-Reaction-Field",
80     "PME", "Ewald", "P3M-AD", "Poisson", "Switch", "Shift", "User",
81     "Generalized-Born", "Reaction-Field-nec", "Encad-shift",
82     "PME-User", "PME-Switch", "PME-User-Switch",
83     "Reaction-Field-zero", NULL
84 };
85
86 const char *eewg_names[eewgNR+1] = {
87     "3d", "3dc", NULL
88 };
89
90 const char *eljpme_names[eljpmeNR+1] = {
91     "Geometric", "Lorentz-Berthelot", NULL
92 };
93
94 const char *evdw_names[evdwNR+1] = {
95     "Cut-off", "Switch", "Shift", "User", "Encad-shift",
96     "PME", NULL
97 };
98
99 const char *econstr_names[econtNR+1] = {
100     "Lincs", "Shake", NULL
101 };
102
103 const char *eintmod_names[eintmodNR+1] = {
104     "Potential-shift-Verlet", "Potential-shift", "None", "Potential-switch", "Exact-cutoff", "Force-switch", NULL
105 };
106
107 const char *egrp_nm[egNR+1] = {
108     "Coul-SR", "LJ-SR", "Buck-SR", "Coul-LR", "LJ-LR", "Buck-LR",
109     "Coul-14", "LJ-14", NULL
110 };
111
112 const char *etcoupl_names[etcNR+1] = {
113     "No", "Berendsen", "Nose-Hoover", "yes", "Andersen", "Andersen-massive", "V-rescale", NULL
114 }; /* yes is alias for berendsen */
115
116 const char *epcoupl_names[epcNR+1] = {
117     "No", "Berendsen", "Parrinello-Rahman", "Isotropic", "MTTK", NULL
118 }; /* isotropic is alias for berendsen */
119
120 const char *epcoupltype_names[epctNR+1] = {
121     "Isotropic", "Semiisotropic", "Anisotropic", "Surface-Tension", NULL
122 };
123
124 const char *erefscaling_names[erscNR+1] = {
125     "No", "All", "COM", NULL
126 };
127
128 const char *edisre_names[edrNR+1] = {
129     "No", "Simple", "Ensemble", NULL
130 };
131
132 const char *edisreweighting_names[edrwNR+1] = {
133     "Conservative", "Equal", NULL
134 };
135
136 const char *enbf_names[eNBF_NR+1] = {
137     "", "LJ", "Buckingham", NULL
138 };
139
140 const char *ecomb_names[eCOMB_NR+1] = {
141     "", "Geometric", "Arithmetic", "GeomSigEps", NULL
142 };
143
144 const char *gtypes[egcNR+1] = {
145     "T-Coupling", "Energy Mon.", "Acceleration", "Freeze",
146     "User1", "User2", "VCM", "Compressed X", "Or. Res. Fit", "QMMM", NULL
147 };
148
149 const char *esimtemp_names[esimtempNR+1] = {
150     "geometric", "exponential", "linear", NULL
151 };
152
153 const char *efep_names[efepNR+1] = {
154     "no", "yes", "static", "slow-growth", "expanded", NULL
155 };
156
157 const char *efpt_names[efptNR+1] = {
158     "fep-lambdas", "mass-lambdas", "coul-lambdas", "vdw-lambdas", "bonded-lambdas", "restraint-lambdas", "temperature-lambdas", NULL
159 };
160
161 const char *efpt_singular_names[efptNR+1] = {
162     "fep-lambda", "mass-lambda", "coul-lambda", "vdw-lambda", "bonded-lambda", "restraint-lambda", "temperature-lambda", NULL
163 };
164
165 const char *edHdLPrintEnergy_names[edHdLPrintEnergyNR+1] = {
166     "no", "total", "potential", "yes", NULL
167 };
168
169 const char *elamstats_names[elamstatsNR+1] = {
170     "no", "metropolis-transition", "barker-transition", "minvar", "wang-landau", "weighted-wang-landau", NULL
171 };
172
173 const char *elmcmove_names[elmcmoveNR+1] = {
174     "no", "metropolis", "barker", "gibbs", "metropolized-gibbs", NULL
175 };
176
177 const char *elmceq_names[elmceqNR+1] = {
178     "no", "yes", "wl-delta", "number-all-lambda", "number-steps", "number-samples", "count-ratio", NULL
179 };
180
181 const char *separate_dhdl_file_names[esepdhdlfileNR+1] = {
182     "yes", "no", NULL
183 };
184
185 const char *dhdl_derivatives_names[edhdlderivativesNR+1] = {
186     "yes", "no", NULL
187 };
188
189 const char *esol_names[esolNR+1] = {
190     "No", "SPC", "TIP4p", NULL
191 };
192
193 const char *edispc_names[edispcNR+1] = {
194     "No", "EnerPres", "Ener", "AllEnerPres", "AllEner", NULL
195 };
196
197 const char *ecm_names[ecmNR+1] = {
198     "Linear", "Angular", "None", NULL
199 };
200
201 const char *eann_names[eannNR+1] = {
202     "No", "Single", "Periodic", NULL
203 };
204
205 const char *eis_names[eisNR+1] = {
206     "No", "GBSA", NULL
207 };
208
209 const char *egb_names[egbNR+1] = {
210     "Still", "HCT", "OBC", NULL
211 };
212
213 const char *esa_names[esaNR+1] = {
214     "Ace-approximation", "None", "Still", NULL
215 };
216
217 const char *ewt_names[ewtNR+1] = {
218     "9-3", "10-4", "table", "12-6", NULL
219 };
220
221 const char *epull_names[epullNR+1] = {
222     "no", "umbrella", "constraint", "constant-force", NULL
223 };
224
225 const char *epullg_names[epullgNR+1] = {
226     "distance", "direction", "cylinder", "direction-periodic", NULL
227 };
228
229 const char *erotg_names[erotgNR+1] = {
230     "iso", "iso-pf", "pm", "pm-pf", "rm", "rm-pf", "rm2", "rm2-pf", "flex", "flex-t", "flex2", "flex2-t", NULL
231 };
232
233 const char *erotg_fitnames[erotgFitNR+1] = {
234     "rmsd", "norm", "potential", NULL
235 };
236
237 const char *eSwapTypes_names[eSwapTypesNR+1] = {
238     "no", "X", "Y", "Z", NULL
239 };
240
241 const char *eQMmethod_names[eQMmethodNR+1] = {
242     "AM1", "PM3", "RHF",
243     "UHF", "DFT", "B3LYP", "MP2", "CASSCF", "B3LYPLAN",
244     "DIRECT", NULL
245 };
246
247 const char *eQMbasis_names[eQMbasisNR+1] = {
248     "STO3G", "STO-3G", "3-21G",
249     "3-21G*", "3-21+G*", "6-21G",
250     "6-31G", "6-31G*", "6-31+G*",
251     "6-311G", NULL
252 };
253
254 const char *eQMMMscheme_names[eQMMMschemeNR+1] = {
255     "normal", "ONIOM", NULL
256 };
257
258 const char *eMultentOpt_names[eMultentOptNR+1] = {
259     "multiple_entries", "no", "use_last", NULL
260 };
261
262 const char *eAdresstype_names[eAdressNR+1] = {
263     "off", "constant", "xsplit", "sphere", NULL
264 };
265
266 const char *eAdressICtype_names[eAdressICNR+1] = {
267     "off", "thermoforce", NULL
268 };
269
270 const char *eAdressSITEtype_names[eAdressSITENR+1] = {
271     "com", "cog", "atom", "atomperatom", NULL
272 };
273
274 const char *gmx_nblist_geometry_names[GMX_NBLIST_GEOMETRY_NR+1] = {
275     "Particle-Particle", "Water3-Particle", "Water3-Water3", "Water4-Particle", "Water4-Water4", "CG-CG", NULL
276 };
277
278 const char *gmx_nbkernel_elec_names[GMX_NBKERNEL_ELEC_NR+1] =
279 {
280     "None", "Coulomb", "Reaction-Field", "Cubic-Spline-Table", "Generalized-Born", "Ewald", NULL
281 };
282
283 const char *gmx_nbkernel_vdw_names[GMX_NBKERNEL_VDW_NR+1] =
284 {
285     "None", "Lennard-Jones", "Buckingham", "Cubic-Spline-Table", "LJEwald", NULL
286 };