Chemical Data Processing Library C++ API - Version 1.1.1
UFFAtomType.hpp
Go to the documentation of this file.
1 /*
2  * UFFAtomType.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_FORCEFIELD_UFFATOMTYPE_HPP
30 #define CDPL_FORCEFIELD_UFFATOMTYPE_HPP
31 
32 
33 namespace CDPL
34 {
35 
36  namespace ForceField
37  {
38 
43  namespace UFFAtomType
44  {
45 
49  const unsigned int NONE = 0;
50 
51  const unsigned int H = 1;
52 
56  const unsigned int H_b = 2;
57 
58  const unsigned int He_4_4 = 3;
59 
60  const unsigned int Li = 4;
61 
62  const unsigned int Be_3_2 = 5;
63 
64  const unsigned int B_3 = 6;
65 
66  const unsigned int B_2 = 7;
67 
68  const unsigned int C_3 = 8;
69 
70  const unsigned int C_R = 9;
71 
72  const unsigned int C_2 = 10;
73 
74  const unsigned int C_1 = 11;
75 
76  const unsigned int N_3 = 12;
77 
78  const unsigned int N_R = 13;
79 
80  const unsigned int N_2 = 14;
81 
82  const unsigned int N_1 = 15;
83 
84  const unsigned int O_3 = 16;
85 
89  const unsigned int O_3_z = 17;
90 
91  const unsigned int O_R = 18;
92 
93  const unsigned int O_2 = 19;
94 
95  const unsigned int O_1 = 20;
96 
97  const unsigned int F = 21;
98 
99  const unsigned int Ne_4_4 = 22;
100 
101  const unsigned int Na = 23;
102 
103  const unsigned int Mg_3_2 = 24;
104 
105  const unsigned int Al_3 = 25;
106 
107  const unsigned int Si_3 = 26;
108 
109  const unsigned int P_3_3 = 27;
110 
111  const unsigned int P_3_5 = 28;
112 
113  const unsigned int P_3_q = 29;
114 
115  const unsigned int S_3_2 = 30;
116 
117  const unsigned int S_3_4 = 31;
118 
119  const unsigned int S_3_6 = 32;
120 
121  const unsigned int S_R = 33;
122 
123  const unsigned int S_2 = 34;
124 
125  const unsigned int Cl = 35;
126 
127  const unsigned int Ar_4_4 = 36;
128 
129  const unsigned int K = 37;
130 
131  const unsigned int Ca_6_2 = 38;
132 
133  const unsigned int Sc_3_3 = 39;
134 
135  const unsigned int Ti_3_4 = 40;
136 
137  const unsigned int Ti_6_4 = 41;
138 
139  const unsigned int V_3_5 = 42;
140 
141  const unsigned int Cr_6_3 = 43;
142 
143  const unsigned int Mn_6_2 = 44;
144 
145  const unsigned int Fe_3_2 = 45;
146 
147  const unsigned int Fe_6_2 = 46;
148 
149  const unsigned int Co_6_3 = 47;
150 
151  const unsigned int Ni_4_2 = 48;
152 
153  const unsigned int Cu_3_1 = 49;
154 
155  const unsigned int Zn_3_2 = 50;
156 
157  const unsigned int Ga_3_3 = 51;
158 
159  const unsigned int Ge_3 = 52;
160 
161  const unsigned int As_3_3 = 53;
162 
163  const unsigned int Se_3_2 = 54;
164 
165  const unsigned int Br = 55;
166 
167  const unsigned int Kr_4_4 = 56;
168 
169  const unsigned int Rb = 57;
170 
171  const unsigned int Sr_6_2 = 58;
172 
173  const unsigned int Y_3_3 = 59;
174 
175  const unsigned int Zr_3_4 = 60;
176 
177  const unsigned int Nb_3_5 = 61;
178 
179  const unsigned int Mo_6_6 = 62;
180 
181  const unsigned int Mo_3_6 = 63;
182 
183  const unsigned int Tc_6_5 = 64;
184 
185  const unsigned int Ru_6_2 = 65;
186 
187  const unsigned int Rh_6_3 = 66;
188 
189  const unsigned int Pd_4_2 = 67;
190 
191  const unsigned int Ag_1_1 = 68;
192 
193  const unsigned int Cd_3_2 = 69;
194 
195  const unsigned int In_3_3 = 70;
196 
197  const unsigned int Sn_3 = 71;
198 
199  const unsigned int Sb_3_3 = 72;
200 
201  const unsigned int Te_3_2 = 73;
202 
203  const unsigned int I = 74;
204 
205  const unsigned int Xe_4_4 = 75;
206 
207  const unsigned int Cs = 76;
208 
209  const unsigned int Ba_6_2 = 77;
210 
211  const unsigned int La_3_3 = 78;
212 
213  const unsigned int Ce_6_3 = 79;
214 
215  const unsigned int Pr_6_3 = 80;
216 
217  const unsigned int Nd_6_3 = 81;
218 
219  const unsigned int Pm_6_3 = 82;
220 
221  const unsigned int Sm_6_3 = 83;
222 
223  const unsigned int Eu_6_3 = 84;
224 
225  const unsigned int Gd_6_3 = 85;
226 
227  const unsigned int Tb_6_3 = 86;
228 
229  const unsigned int Dy_6_3 = 87;
230 
231  const unsigned int Ho_6_3 = 88;
232 
233  const unsigned int Er_6_3 = 89;
234 
235  const unsigned int Tm_6_3 = 90;
236 
237  const unsigned int Yb_6_3 = 91;
238 
239  const unsigned int Lu_6_3 = 92;
240 
241  const unsigned int Hf_3_4 = 93;
242 
243  const unsigned int Ta_3_5 = 94;
244 
245  const unsigned int W_6_6 = 95;
246 
247  const unsigned int W_3_4 = 96;
248 
249  const unsigned int W_3_6 = 97;
250 
251  const unsigned int Re_6_5 = 98;
252 
253  const unsigned int Re_3_7 = 99;
254 
255  const unsigned int Os_6_6 = 100;
256 
257  const unsigned int Ir_6_3 = 101;
258 
259  const unsigned int Pt_4_2 = 102;
260 
261  const unsigned int Au_4_3 = 103;
262 
263  const unsigned int Hg_1_2 = 104;
264 
265  const unsigned int Tl_3_3 = 105;
266 
267  const unsigned int Pb_3 = 106;
268 
269  const unsigned int Bi_3_3 = 107;
270 
271  const unsigned int Po_3_2 = 108;
272 
273  const unsigned int At = 109;
274 
275  const unsigned int Rn_4_4 = 110;
276 
277  const unsigned int Fr = 111;
278 
279  const unsigned int Ra_6_2 = 112;
280 
281  const unsigned int Ac_6_3 = 113;
282 
283  const unsigned int Th_6_4 = 114;
284 
285  const unsigned int Pa_6_4 = 115;
286 
287  const unsigned int U_6_4 = 116;
288 
289  const unsigned int Np_6_4 = 117;
290 
291  const unsigned int Pu_6_4 = 118;
292 
293  const unsigned int Am_6_4 = 119;
294 
295  const unsigned int Cm_6_3 = 120;
296 
297  const unsigned int Bk_6_3 = 121;
298 
299  const unsigned int Cf_6_3 = 122;
300 
301  const unsigned int Es_6_3 = 123;
302 
303  const unsigned int Fm_6_3 = 124;
304 
305  const unsigned int Md_6_3 = 125;
306 
307  const unsigned int No_6_3 = 126;
308 
309  const unsigned int Lr_6_3 = 127;
310 
311  const unsigned int MAX_TYPE = Lr_6_3;
312  } // namespace UFFAtomType
313  } // namespace ForceField
314 } // namespace CDPL
315 
316 #endif // CDPL_FORCEFIELD_UFFATOMTYPE_HPP
CDPL::ForceField::UFFAtomType::S_3_4
const unsigned int S_3_4
Definition: UFFAtomType.hpp:117
CDPL::ForceField::UFFAtomType::W_3_6
const unsigned int W_3_6
Definition: UFFAtomType.hpp:249
CDPL::ForceField::UFFAtomType::Fr
const unsigned int Fr
Definition: UFFAtomType.hpp:277
CDPL::ForceField::UFFAtomType::K
const unsigned int K
Definition: UFFAtomType.hpp:129
CDPL::ForceField::UFFAtomType::Tm_6_3
const unsigned int Tm_6_3
Definition: UFFAtomType.hpp:235
CDPL::ForceField::UFFAtomType::W_6_6
const unsigned int W_6_6
Definition: UFFAtomType.hpp:245
CDPL::ForceField::UFFAtomType::P_3_5
const unsigned int P_3_5
Definition: UFFAtomType.hpp:111
CDPL::ForceField::UFFAtomType::S_3_6
const unsigned int S_3_6
Definition: UFFAtomType.hpp:119
CDPL::ForceField::UFFAtomType::Tb_6_3
const unsigned int Tb_6_3
Definition: UFFAtomType.hpp:227
CDPL::ForceField::UFFAtomType::V_3_5
const unsigned int V_3_5
Definition: UFFAtomType.hpp:139
CDPL::ForceField::UFFAtomType::As_3_3
const unsigned int As_3_3
Definition: UFFAtomType.hpp:161
CDPL::ForceField::UFFAtomType::Co_6_3
const unsigned int Co_6_3
Definition: UFFAtomType.hpp:149
CDPL::ForceField::UFFAtomType::MAX_TYPE
const unsigned int MAX_TYPE
Definition: UFFAtomType.hpp:311
CDPL::ForceField::UFFAtomType::Mo_3_6
const unsigned int Mo_3_6
Definition: UFFAtomType.hpp:181
CDPL::ForceField::UFFAtomType::Ac_6_3
const unsigned int Ac_6_3
Definition: UFFAtomType.hpp:281
CDPL::ForceField::UFFAtomType::Er_6_3
const unsigned int Er_6_3
Definition: UFFAtomType.hpp:233
CDPL::ForceField::UFFAtomType::Eu_6_3
const unsigned int Eu_6_3
Definition: UFFAtomType.hpp:223
CDPL::ForceField::UFFAtomType::O_3
const unsigned int O_3
Definition: UFFAtomType.hpp:84
CDPL::ForceField::UFFAtomType::Li
const unsigned int Li
Definition: UFFAtomType.hpp:60
CDPL::ForceField::UFFAtomType::Yb_6_3
const unsigned int Yb_6_3
Definition: UFFAtomType.hpp:237
CDPL::ForceField::UFFAtomType::B_3
const unsigned int B_3
Definition: UFFAtomType.hpp:64
CDPL::ForceField::UFFAtomType::Ir_6_3
const unsigned int Ir_6_3
Definition: UFFAtomType.hpp:257
CDPL::ForceField::UFFAtomType::Pu_6_4
const unsigned int Pu_6_4
Definition: UFFAtomType.hpp:291
CDPL::ForceField::UFFAtomType::Mg_3_2
const unsigned int Mg_3_2
Definition: UFFAtomType.hpp:103
CDPL::ForceField::UFFAtomType::Ce_6_3
const unsigned int Ce_6_3
Definition: UFFAtomType.hpp:213
CDPL::ForceField::UFFAtomType::Xe_4_4
const unsigned int Xe_4_4
Definition: UFFAtomType.hpp:205
CDPL::ForceField::UFFAtomType::Pd_4_2
const unsigned int Pd_4_2
Definition: UFFAtomType.hpp:189
CDPL::ForceField::UFFAtomType::Md_6_3
const unsigned int Md_6_3
Definition: UFFAtomType.hpp:305
CDPL::ForceField::UFFAtomType::O_1
const unsigned int O_1
Definition: UFFAtomType.hpp:95
CDPL::ForceField::UFFAtomType::Te_3_2
const unsigned int Te_3_2
Definition: UFFAtomType.hpp:201
CDPL::ForceField::UFFAtomType::Es_6_3
const unsigned int Es_6_3
Definition: UFFAtomType.hpp:301
CDPL::ForceField::UFFAtomType::Ba_6_2
const unsigned int Ba_6_2
Definition: UFFAtomType.hpp:209
CDPL::ForceField::UFFAtomType::W_3_4
const unsigned int W_3_4
Definition: UFFAtomType.hpp:247
CDPL::ForceField::UFFAtomType::F
const unsigned int F
Definition: UFFAtomType.hpp:97
CDPL::ForceField::UFFAtomType::Ag_1_1
const unsigned int Ag_1_1
Definition: UFFAtomType.hpp:191
CDPL::ForceField::UFFAtomType::Ga_3_3
const unsigned int Ga_3_3
Definition: UFFAtomType.hpp:157
CDPL::ForceField::UFFAtomType::Am_6_4
const unsigned int Am_6_4
Definition: UFFAtomType.hpp:293
CDPL::ForceField::UFFAtomType::N_3
const unsigned int N_3
Definition: UFFAtomType.hpp:76
CDPL::ForceField::UFFAtomType::Ge_3
const unsigned int Ge_3
Definition: UFFAtomType.hpp:159
CDPL::ForceField::UFFAtomType::Cr_6_3
const unsigned int Cr_6_3
Definition: UFFAtomType.hpp:141
CDPL::ForceField::UFFAtomType::Au_4_3
const unsigned int Au_4_3
Definition: UFFAtomType.hpp:261
CDPL::ForceField::UFFAtomType::NONE
const unsigned int NONE
Atom with no matching UFF atom type.
Definition: UFFAtomType.hpp:49
CDPL::ForceField::UFFAtomType::Os_6_6
const unsigned int Os_6_6
Definition: UFFAtomType.hpp:255
CDPL::ForceField::UFFAtomType::La_3_3
const unsigned int La_3_3
Definition: UFFAtomType.hpp:211
CDPL::ForceField::UFFAtomType::Ca_6_2
const unsigned int Ca_6_2
Definition: UFFAtomType.hpp:131
CDPL::ForceField::UFFAtomType::Cm_6_3
const unsigned int Cm_6_3
Definition: UFFAtomType.hpp:295
CDPL::ForceField::UFFAtomType::S_R
const unsigned int S_R
Definition: UFFAtomType.hpp:121
CDPL::ForceField::UFFAtomType::C_2
const unsigned int C_2
Definition: UFFAtomType.hpp:72
CDPL::ForceField::UFFAtomType::Mn_6_2
const unsigned int Mn_6_2
Definition: UFFAtomType.hpp:143
CDPL::ForceField::UFFAtomType::Nd_6_3
const unsigned int Nd_6_3
Definition: UFFAtomType.hpp:217
CDPL::ForceField::UFFAtomType::No_6_3
const unsigned int No_6_3
Definition: UFFAtomType.hpp:307
CDPL::ForceField::UFFAtomType::U_6_4
const unsigned int U_6_4
Definition: UFFAtomType.hpp:287
CDPL::ForceField::UFFAtomType::Pt_4_2
const unsigned int Pt_4_2
Definition: UFFAtomType.hpp:259
CDPL::ForceField::UFFAtomType::Lr_6_3
const unsigned int Lr_6_3
Definition: UFFAtomType.hpp:309
CDPL::ForceField::UFFAtomType::H
const unsigned int H
Definition: UFFAtomType.hpp:51
CDPL::ForceField::UFFAtomType::I
const unsigned int I
Definition: UFFAtomType.hpp:203
CDPL::ForceField::UFFAtomType::Cl
const unsigned int Cl
Definition: UFFAtomType.hpp:125
CDPL::ForceField::UFFAtomType::Si_3
const unsigned int Si_3
Definition: UFFAtomType.hpp:107
CDPL::ForceField::UFFAtomType::O_2
const unsigned int O_2
Definition: UFFAtomType.hpp:93
CDPL::ForceField::UFFAtomType::Re_6_5
const unsigned int Re_6_5
Definition: UFFAtomType.hpp:251
CDPL::ForceField::UFFAtomType::Re_3_7
const unsigned int Re_3_7
Definition: UFFAtomType.hpp:253
CDPL::ForceField::UFFAtomType::Na
const unsigned int Na
Definition: UFFAtomType.hpp:101
CDPL::ForceField::UFFAtomType::N_1
const unsigned int N_1
Definition: UFFAtomType.hpp:82
CDPL::ForceField::UFFAtomType::Sn_3
const unsigned int Sn_3
Definition: UFFAtomType.hpp:197
CDPL::ForceField::UFFAtomType::Sc_3_3
const unsigned int Sc_3_3
Definition: UFFAtomType.hpp:133
CDPL::ForceField::UFFAtomType::Th_6_4
const unsigned int Th_6_4
Definition: UFFAtomType.hpp:283
CDPL::ForceField::UFFAtomType::Po_3_2
const unsigned int Po_3_2
Definition: UFFAtomType.hpp:271
CDPL::ForceField::UFFAtomType::N_2
const unsigned int N_2
Definition: UFFAtomType.hpp:80
CDPL::ForceField::UFFAtomType::Lu_6_3
const unsigned int Lu_6_3
Definition: UFFAtomType.hpp:239
CDPL::ForceField::UFFAtomType::In_3_3
const unsigned int In_3_3
Definition: UFFAtomType.hpp:195
CDPL::ForceField::UFFAtomType::Rb
const unsigned int Rb
Definition: UFFAtomType.hpp:169
CDPL::ForceField::UFFAtomType::Fe_3_2
const unsigned int Fe_3_2
Definition: UFFAtomType.hpp:145
CDPL::ForceField::UFFAtomType::Ni_4_2
const unsigned int Ni_4_2
Definition: UFFAtomType.hpp:151
CDPL::ForceField::UFFAtomType::S_3_2
const unsigned int S_3_2
Definition: UFFAtomType.hpp:115
CDPL::ForceField::UFFAtomType::Cu_3_1
const unsigned int Cu_3_1
Definition: UFFAtomType.hpp:153
CDPL::ForceField::UFFAtomType::Mo_6_6
const unsigned int Mo_6_6
Definition: UFFAtomType.hpp:179
CDPL::ForceField::UFFAtomType::Cd_3_2
const unsigned int Cd_3_2
Definition: UFFAtomType.hpp:193
CDPL::ForceField::UFFAtomType::Se_3_2
const unsigned int Se_3_2
Definition: UFFAtomType.hpp:163
CDPL::ForceField::UFFAtomType::Ta_3_5
const unsigned int Ta_3_5
Definition: UFFAtomType.hpp:243
CDPL::ForceField::UFFAtomType::Rh_6_3
const unsigned int Rh_6_3
Definition: UFFAtomType.hpp:187
CDPL::ForceField::UFFAtomType::Ne_4_4
const unsigned int Ne_4_4
Definition: UFFAtomType.hpp:99
CDPL::ForceField::UFFAtomType::P_3_q
const unsigned int P_3_q
Definition: UFFAtomType.hpp:113
CDPL::ForceField::UFFAtomType::Dy_6_3
const unsigned int Dy_6_3
Definition: UFFAtomType.hpp:229
CDPL::ForceField::UFFAtomType::O_3_z
const unsigned int O_3_z
Oxygen in a zeolite framework.
Definition: UFFAtomType.hpp:89
CDPL::ForceField::UFFAtomType::Sb_3_3
const unsigned int Sb_3_3
Definition: UFFAtomType.hpp:199
CDPL::ForceField::UFFAtomType::Ru_6_2
const unsigned int Ru_6_2
Definition: UFFAtomType.hpp:185
CDPL::ForceField::UFFAtomType::Sr_6_2
const unsigned int Sr_6_2
Definition: UFFAtomType.hpp:171
CDPL
The namespace of the Chemical Data Processing Library.
CDPL::ForceField::UFFAtomType::Rn_4_4
const unsigned int Rn_4_4
Definition: UFFAtomType.hpp:275
CDPL::ForceField::UFFAtomType::Fe_6_2
const unsigned int Fe_6_2
Definition: UFFAtomType.hpp:147
CDPL::ForceField::UFFAtomType::N_R
const unsigned int N_R
Definition: UFFAtomType.hpp:78
CDPL::ForceField::UFFAtomType::Al_3
const unsigned int Al_3
Definition: UFFAtomType.hpp:105
CDPL::ForceField::UFFAtomType::C_R
const unsigned int C_R
Definition: UFFAtomType.hpp:70
CDPL::ForceField::UFFAtomType::S_2
const unsigned int S_2
Definition: UFFAtomType.hpp:123
CDPL::ForceField::UFFAtomType::Ar_4_4
const unsigned int Ar_4_4
Definition: UFFAtomType.hpp:127
CDPL::ForceField::UFFAtomType::P_3_3
const unsigned int P_3_3
Definition: UFFAtomType.hpp:109
CDPL::ForceField::UFFAtomType::C_1
const unsigned int C_1
Definition: UFFAtomType.hpp:74
CDPL::ForceField::UFFAtomType::Ho_6_3
const unsigned int Ho_6_3
Definition: UFFAtomType.hpp:231
CDPL::ForceField::UFFAtomType::Nb_3_5
const unsigned int Nb_3_5
Definition: UFFAtomType.hpp:177
CDPL::ForceField::UFFAtomType::Be_3_2
const unsigned int Be_3_2
Definition: UFFAtomType.hpp:62
CDPL::ForceField::UFFAtomType::C_3
const unsigned int C_3
Definition: UFFAtomType.hpp:68
CDPL::ForceField::UFFAtomType::Pm_6_3
const unsigned int Pm_6_3
Definition: UFFAtomType.hpp:219
CDPL::ForceField::UFFAtomType::Fm_6_3
const unsigned int Fm_6_3
Definition: UFFAtomType.hpp:303
CDPL::ForceField::UFFAtomType::Y_3_3
const unsigned int Y_3_3
Definition: UFFAtomType.hpp:173
CDPL::ForceField::UFFAtomType::Zr_3_4
const unsigned int Zr_3_4
Definition: UFFAtomType.hpp:175
CDPL::ForceField::UFFAtomType::Ti_6_4
const unsigned int Ti_6_4
Definition: UFFAtomType.hpp:137
CDPL::ForceField::UFFAtomType::Kr_4_4
const unsigned int Kr_4_4
Definition: UFFAtomType.hpp:167
CDPL::ForceField::UFFAtomType::Zn_3_2
const unsigned int Zn_3_2
Definition: UFFAtomType.hpp:155
CDPL::ForceField::UFFAtomType::Ra_6_2
const unsigned int Ra_6_2
Definition: UFFAtomType.hpp:279
CDPL::ForceField::UFFAtomType::Tc_6_5
const unsigned int Tc_6_5
Definition: UFFAtomType.hpp:183
CDPL::ForceField::UFFAtomType::He_4_4
const unsigned int He_4_4
Definition: UFFAtomType.hpp:58
CDPL::ForceField::UFFAtomType::Br
const unsigned int Br
Definition: UFFAtomType.hpp:165
CDPL::ForceField::UFFAtomType::Sm_6_3
const unsigned int Sm_6_3
Definition: UFFAtomType.hpp:221
CDPL::ForceField::UFFAtomType::H_b
const unsigned int H_b
Hydrogen bridging between two boron atoms.
Definition: UFFAtomType.hpp:56
CDPL::ForceField::UFFAtomType::Gd_6_3
const unsigned int Gd_6_3
Definition: UFFAtomType.hpp:225
CDPL::ForceField::UFFAtomType::Tl_3_3
const unsigned int Tl_3_3
Definition: UFFAtomType.hpp:265
CDPL::ForceField::UFFAtomType::Pb_3
const unsigned int Pb_3
Definition: UFFAtomType.hpp:267
CDPL::ForceField::UFFAtomType::Bk_6_3
const unsigned int Bk_6_3
Definition: UFFAtomType.hpp:297
CDPL::ForceField::UFFAtomType::Ti_3_4
const unsigned int Ti_3_4
Definition: UFFAtomType.hpp:135
CDPL::ForceField::UFFAtomType::Pa_6_4
const unsigned int Pa_6_4
Definition: UFFAtomType.hpp:285
CDPL::ForceField::UFFAtomType::Bi_3_3
const unsigned int Bi_3_3
Definition: UFFAtomType.hpp:269
CDPL::ForceField::UFFAtomType::Np_6_4
const unsigned int Np_6_4
Definition: UFFAtomType.hpp:289
CDPL::ForceField::UFFAtomType::Cf_6_3
const unsigned int Cf_6_3
Definition: UFFAtomType.hpp:299
CDPL::ForceField::UFFAtomType::At
const unsigned int At
Definition: UFFAtomType.hpp:273
CDPL::ForceField::UFFAtomType::Pr_6_3
const unsigned int Pr_6_3
Definition: UFFAtomType.hpp:215
CDPL::ForceField::UFFAtomType::O_R
const unsigned int O_R
Definition: UFFAtomType.hpp:91
CDPL::ForceField::UFFAtomType::Hf_3_4
const unsigned int Hf_3_4
Definition: UFFAtomType.hpp:241
CDPL::ForceField::UFFAtomType::Cs
const unsigned int Cs
Definition: UFFAtomType.hpp:207
CDPL::ForceField::UFFAtomType::Hg_1_2
const unsigned int Hg_1_2
Definition: UFFAtomType.hpp:263
CDPL::ForceField::UFFAtomType::B_2
const unsigned int B_2
Definition: UFFAtomType.hpp:66