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