ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/forceFields/DUFF2.frc
Revision: 2224
Committed: Thu May 12 19:43:48 2005 UTC (19 years, 1 month ago) by chrisfen
File size: 10905 byte(s)
Log Message:
Couple of changes for TAP water.  Need to parametrize.

File Contents

# User Rev Content
1 tim 1921 // This is the forcefield file for the Dipolar Unified-atom Force Field (DUFF)
2     //
3     // The sections are divided into AtomTypes
4     //
5     //any parameters (but not all) are derived from the TRAPPE force field
6     // of Siepmann's group.
7     begin AtomTypes
8     //Name mass (amu)
9     CH4 16.05
10     CH3 15.04
11     CH2 14.03
12     CH 13.02
13     SSD 18.0153
14     SSD1 18.0153
15     SSD_E 18.0153
16     SSD_RF 18.0153
17 chrisfen 2221 TAP 18.0153
18 tim 1921 O_TIP3P 15.9994
19     O_TIP4P 15.9994
20 chrisfen 2216 O_TIP4P-Ew 15.9994
21 tim 1921 O_TIP5P 15.9994
22     O_SPCE 15.9994
23     O_SPC 15.9994
24     H_TIP3P 1.0079
25     H_TIP4P 1.0079
26 chrisfen 2216 H_TIP4P-Ew 1.0079
27 tim 1921 H_TIP5P 1.0079
28     H_SPCE 1.0079
29     H_SPC 1.0079
30     EP_TIP4P 0.0
31 chrisfen 2216 EP_TIP4P-Ew 0.0
32 tim 1921 EP_TIP5P 0.0
33     HEAD 196
34     TB1 14.03
35     TE1 15.04
36     TB2 21.05
37     TE2 22.56
38     TB3 28.06
39     TE3 30.08
40     H 1.00794
41     He 4.002602
42     C 12.0107
43     N 14.00674
44     O 15.9994
45     F 18.9984032
46     Ne 20.1797
47     S 32.066
48     Cl 35.4527
49     Ar 39.948
50     Br 79.904
51 chrisfen 2151 Kr 83.80
52     Cl- 35.4527
53     Na+ 22.9898
54 tim 1921 end AtomTypes
55    
56     begin DirectionalAtomTypes
57     //Name I_xx I_yy I_zz (All moments in (amu*Ang^2)
58     SSD 1.7696 0.6145 1.1550
59     SSD1 1.7696 0.6145 1.1550
60     SSD_E 1.7696 0.6145 1.1550
61     SSD_RF 1.7696 0.6145 1.1550
62 chrisfen 2221 TAP 1.7696 0.6145 1.1550
63 tim 1921 HEAD 1125 1125 250
64     end DirectionalAtomTypes
65    
66     begin LennardJonesAtomTypes
67 chrisfen 2216 //Name epsilon sigma
68     SSD 0.152 3.051
69     SSD1 0.152 3.016
70     SSD_E 0.152 3.035
71     SSD_RF 0.152 3.019
72 chrisfen 2221 TAP 0.152 3.035
73 chrisfen 2216 O_TIP3P 0.1521 3.15061
74     O_TIP4P 0.1550 3.15365
75     O_TIP4P-Ew 0.16275 3.16435
76     O_TIP5P 0.16 3.12
77     O_SPCE 0.15532 3.16549
78     O_SPC 0.15532 3.16549
79     CH4 0.279 3.73
80     CH3 0.185 3.75
81     CH2 0.0866 3.95
82     CH 0.0189 4.68
83     HEAD 0.185 0.75
84     TB1 0.0866 4.0
85     TE1 0.185 4.0
86     TB2 0.25 6.0
87     TE2 0.5 6.0
88     TB3 0.5 8.0
89     TE3 0.75 8.0
90     H 0.017090056482 2.81
91     He 0.020269601874 2.28
92     C 0.101745452544 3.35
93     N 0.074123151951 3.31
94     O 0.122412497592 2.95
95     F 0.104924997936 2.83
96     Ne 0.09339914589 2.72
97     S 0.36366050421 3.52
98     Cl 0.344781953445 3.35
99     Ar 0.238068461226 3.41
100     Br 0.511111921764 3.54
101     Kr 0.32590340268 3.83
102     Cl- 0.100 4.445
103     Na+ 0.118 2.579
104 tim 1921 end LennardJonesAtomTypes
105    
106 tim 2096 begin ChargeAtomTypes
107     // Name charge
108 chrisfen 2216 O_TIP3P -0.834
109     O_SPCE -0.8476
110     O_SPC -0.82
111     H_TIP3P 0.417
112     H_TIP4P 0.520
113     H_TIP4P-Ew 0.52422
114     H_TIP5P 0.241
115     H_SPCE 0.4238
116     H_SPC 0.42
117     EP_TIP4P -1.040
118     EP_TIP4P-Ew -1.04844
119     EP_TIP5P -0.241
120     Cl- -1.0
121     Na+ 1.0
122 tim 2096 end ChargeAtomTypes
123    
124     begin MultipoleAtomTypes
125 gezelter 2117 // OOPSE currently only supports charge-charge, charge-dipole,
126     // dipole-dipole, and charge-quadrupole interactions.
127     // Dipoles may be either traditional point-dipoles or split-dipoles.
128     // possible formats for a multipolar atom type are:
129     //
130     // Point-dipoles:
131 tim 2102 // name d phi theta psi dipole_moment
132 gezelter 2117 //
133     // Split-dipoles:
134 tim 2102 // name s phi theta psi dipole_moment splitdipole_distance
135 gezelter 2117 //
136     // Point-Quadrupoles:
137 tim 2102 // name q phi theta psi Qxx Qyy Qzz
138 gezelter 2117 //
139     // Atoms with both dipole and quadrupole moments:
140 tim 2102 // name dq phi theta psi dipole_moment Qxx Qyy Qzz
141 gezelter 2117 //
142     // Atoms with both split dipoles and quadrupole moments:
143 tim 2102 // name sq phi theta psi dipole_moment splitdipole_distance Qxx Qyy Qzz
144 tim 2096 //
145 gezelter 2117 // Euler angles are given in zxz convention in units of degrees.
146     //
147     // Charges are given in units of electrons.
148     //
149     // Dipoles are given in units of Debyes.
150     //
151     // Split dipole distances are given in units of Angstroms.
152     //
153     // Quadrupole moments are given in units of 10^-26 esu cm^2 (also known as an
154     // esu centi-barn)
155     //
156     SSD_E dq 0.0 0.0 0.0 2.42 -1.682 1.762 -0.08
157     SSD_RF dq 0.0 0.0 0.0 2.48 -1.682 1.762 -0.08
158     SSD dq 0.0 0.0 0.0 2.35 -1.682 1.762 -0.08
159     SSD1 dq 0.0 0.0 0.0 2.35 -1.682 1.762 -0.08
160 chrisfen 2221 TAP dq 0.0 0.0 0.0 2.42 -1.682 1.762 -0.08
161 tim 2098 //HDP s 0.0 0.0 0.0 20.6 4.63
162 tim 2096 end MultipoleAtomTypes
163 tim 1921
164     begin StickyAtomTypes
165     //name w0 v0 (kcal/mol) v0p rl (Ang) ru rlp rup
166     SSD_E 0.07715 3.90 3.90 2.40 3.80 2.75 3.35
167     SSD_RF 0.07715 3.90 3.90 2.40 3.80 2.75 3.35
168     SSD 0.07715 3.7284 3.7284 2.75 3.35 2.75 4.0
169     SSD1 0.07715 3.6613 3.6613 2.75 3.35 2.75 4.0
170     end StickyAtomTypes
171    
172 chrisfen 2220 begin StickyPowerAtomTypes
173     //name w0 v0 (kcal/mol) v0p rl (Ang) ru rlp rup
174 chrisfen 2224 TAP 0.07715 9.5 4.90 2.75 3.80 2.75 3.05
175 chrisfen 2220 end StickyPowerAtomTypes
176 tim 1921
177     begin BondTypes
178    
179     //Atom1 Atom2 Fixed
180     //V_Fixed = 0
181    
182     //Atom1 Atom2 Harmonic b0 Kb (kcal/mol)
183     //V_Harmonic = 0.5*Kb(b- bo)^2
184     //Harmonic Examples
185     HEAD CH3 Harmonic 2.75 260
186     HEAD CH2 Harmonic 2.75 260
187     HEAD CH Harmonic 2.75 260
188     HEAD TB1 Harmonic 2.76 260
189     HEAD TB2 Harmonic 3.20 260
190     HEAD TB3 Harmonic 3.63 260
191     CH3 CH3 Harmonic 1.526 260
192     CH3 CH2 Harmonic 1.526 260
193     CH3 CH Harmonic 1.526 260
194     CH2 CH2 Harmonic 1.526 260
195     CH2 CH Harmonic 1.526 260
196     CH CH Harmonic 1.526 260
197     TB1 TB1 Harmonic 1.526 260
198     TB2 TB2 Harmonic 2.34 260
199     TB3 TB3 Harmonic 3.12 260
200     TB1 TE1 Harmonic 1.526 260
201     TB2 TE2 Harmonic 2.34 260
202     TB3 TE3 Harmonic 3.12 260
203    
204     //Atom1 Atom2 Cubic b0 K3 K2 K1 K0
205     //V_Cubic = K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
206    
207    
208     //Atom1 Atom2 Quartic b0 K4 K3 K2 K1 K0
209     //V_Quartic = K4(b - b0)^4 + K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
210    
211    
212     //Atom1 Atom2 Polynomial b0 i Ki [j Kj]
213     //V_Quartic = Ki(b - b0)^i + Kj(b - b0)^j + ...
214    
215    
216     end BondTypes
217    
218     begin BendTypes
219    
220     //Harmonic
221     //Atom1 Atom2 Atom3 Harmonic Theta0 Ktheta
222     //V_Harmonic = 0.5*Ktheta(Theta - Theta0)^2
223     //Ktheta: kcal/mole/rad**2
224     //Theta0: degrees
225     //Harmonic examples
226     //
227     HEAD CH2 HEAD Harmonic 114.0 117.68
228     HEAD CH2 CH3 Harmonic 114.0 117.68
229     HEAD CH2 CH2 Harmonic 114.0 117.68
230     HEAD TB1 TB1 Harmonic 114.0 117.68
231     HEAD TB2 TB2 Harmonic 114.0 117.68
232     HEAD TB3 TB3 Harmonic 114.0 117.68
233     HEAD CH2 CH Harmonic 114.0 117.68
234     HEAD CH CH3 Harmonic 112.0 117.68
235     HEAD CH CH2 Harmonic 112.0 117.68
236     HEAD CH CH Harmonic 112.0 117.68
237     CH3 CH2 CH3 Harmonic 114.0 117.68
238     CH3 CH2 CH2 Harmonic 114.0 117.68
239     CH3 CH2 CH Harmonic 114.0 117.68
240     CH3 CH CH3 Harmonic 112.0 117.68
241     CH3 CH CH2 Harmonic 112.0 117.68
242     CH3 CH CH Harmonic 112.0 117.68
243     CH2 CH2 CH2 Harmonic 114.0 117.68
244     CH2 CH2 CH Harmonic 114.0 117.68
245     CH2 CH CH2 Harmonic 112.0 117.68
246     CH2 CH CH Harmonic 112.0 117.68
247     CH CH2 CH Harmonic 114.0 117.68
248     CH CH CH Harmonic 112.0 117.68
249     TB1 TB1 TB1 Harmonic 114.0 117.68
250     TB2 TB2 TB2 Harmonic 114.0 117.68
251     TB3 TB3 TB3 Harmonic 114.0 117.68
252     TE1 TB1 TB1 Harmonic 114.0 117.68
253     TE2 TB2 TB2 Harmonic 114.0 117.68
254     TE3 TB3 TB3 Harmonic 114.0 117.68
255    
256     //GhostBend
257     //Atom1 Atom2 GHOST GhostBend Theta0 Ktheta
258     //Atom2 must be directional atom
259     //Ghost examples
260     CH2 HEAD GHOST GhostBend 129.783 0.00354
261     CH2 HEAD GHOST GhostBend 90.0 117.68
262     TB1 HEAD GHOST GhostBend 90.0 117.68
263     TB2 HEAD GHOST GhostBend 90.0 117.68
264     TB3 HEAD GHOST GhostBend 90.0 117.68
265    
266     //UreyBradley
267     //Atom1 Atom2 Atom3 UreyBradley Theta0 Ktheta S0 Kub
268     //V_UreyBradleyBend = Ktheta(Theta - Theta0)^2 + Kub(S - S0)^2
269     //Ktheta: kcal/mole/rad**2
270     //Theta0: degrees
271     //Kub: kcal/mole/A**2
272     //S0: A
273    
274     //Cubic
275     //Atom1 Atom2 Atom3 Cubic Theta0 K3 K2 K1 K0
276     //V_Cubic = K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
277    
278     //Quartic
279     //Atom1 Atom2 Atom3 Quartic Theta0 K4 K3 K2 K1 K0
280     //V_Quartic = K4(Theta - Theta0)^4 + K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
281    
282     //Polynomial
283     //Atom1 Atom2 Atom3 Polynomial Theta0 i Ki [j Kj]
284     //V_Polynomial = Ki(Theta - Theta0)^i + Kj(Theta - Theta0)^j + ...
285    
286     end BendTypes
287    
288     begin TorsionTypes
289    
290     //Cubic
291     //Atom1 Atom2 Atom3 Atom4 Cubic k3 k2 k1 k0 ( all are kcal/mol )
292     //V_Cubic = k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
293     //Cubic Examples
294     HEAD CH2 CH2 HEAD Cubic 5.9602 -0.2568 -3.802 2.1586
295     HEAD CH2 CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
296     HEAD CH CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
297     HEAD CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
298     HEAD CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
299     HEAD CH CH2 CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
300     HEAD CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
301     HEAD CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
302     HEAD CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
303     HEAD CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
304     HEAD CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
305     HEAD CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
306     HEAD CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
307     HEAD CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
308     HEAD CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
309     HEAD TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
310     HEAD TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
311     HEAD TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
312     CH3 CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
313     CH3 CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
314     CH3 CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
315     CH3 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
316     CH3 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
317     CH3 CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
318     CH3 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
319     CH3 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
320     CH3 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
321     CH3 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
322     CH3 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
323     CH2 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
324     CH2 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
325     CH2 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
326     CH2 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
327     CH2 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
328     CH2 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
329     CH2 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
330     CH CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
331     CH CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
332     CH CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
333     TB1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
334     TB2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
335     TB3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
336     TE1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
337     TE2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
338     TE3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
339    
340     //Charmm
341     //Atom1 Atom2 Atom3 Atom4 Charmm Kchi n delta [Kchi n delta]
342     //V_Charmm = Kchi(1 + cos(n(chi) - delta))
343     //Kchi: kcal/mole
344     //n: multiplicity
345     //delta: degrees
346     //in some cases, a Charmm may have two or three terms. If n is equal to 0, it falls back to harmonic form
347    
348     //Quartic
349     //Atom1 Atom2 Atom3 Atom4 Quartic k4 k3 k2 k1 k0 ( all are kcal/mol )
350     //V_Quartic = k4(cos phi)^4 + k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
351    
352     //Polynomial
353     //Atom1 Atom2 Atom3 Atom4 Polynomial i Ki [j Kj]
354     //VPolynomial = Ki (cos phi)^i + ... + Kj (cos phi)^j
355    
356     end TorsionTypes
357    
358