ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/forceFields/newDUFF.frc
Revision: 1855
Committed: Sun Dec 5 22:21:55 2004 UTC (19 years, 7 months ago) by tim
File size: 8072 byte(s)
Log Message:
minor fix in DUFF

File Contents

# User Rev Content
1 tim 1838 // This is the forcefield file for the Dipolar Unified-atom Force Field (DUFF)
2 tim 1761 //
3 tim 1838 // The sections are divided into AtomTypes
4 tim 1761 //
5 tim 1838 //any parameters (but not all) are derived from the TRAPPE force field
6 tim 1761 // of Siepmann's group.
7 tim 1838 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 tim 1853 SSD1 18.0153
15     SSD_E 18.0153
16     SSD_RF 18.0153
17 tim 1838 HEAD 196
18     TB1 14.03
19     TE1 15.04
20     TB2 21.05
21     TE2 22.56
22     TB3 28.06
23     TE3 30.08
24     H 1.00794
25     He 4.002602
26     C 12.0107
27     N 14.00674
28     O 15.9994
29     F 18.9984032
30     Ne 20.1797
31     S 32.066
32     Cl 35.4527
33     Ar 39.948
34     Br 79.904
35     Kr 83.80
36     end AtomTypes
37 tim 1761
38 tim 1838 begin DirectionalAtomTypes
39     //Name I_xx I_yy I_zz (All moments in (amu*Ang^2)
40     SSD 1.7696 0.6145 1.1550
41     SSD1 1.7696 0.6145 1.1550
42     SSD_E 1.7696 0.6145 1.1550
43     SSD_RF 1.7696 0.6145 1.1550
44     HEAD 1125 1125 250
45     end DirectionalAtomTypes
46    
47     begin LennardJonesAtomTypes
48     //Name epsilon sigma
49     CH4 0.279 3.73
50     CH3 0.185 3.75
51     CH2 0.0866 3.95
52     CH 0.0189 4.68
53     SSD 0.152 3.035
54     HEAD 0.185 .75
55     TB1 0.0866 4.0
56     TE1 0.185 4.0
57     TB2 0.25 6.0
58     TE2 0.5 6.0
59     TB3 0.5 8.0
60     TE3 0.75 8.0
61     H 0.017090056482 2.81
62     He 0.020269601874 2.28
63     C 0.101745452544 3.35
64     N 0.074123151951 3.31
65     O 0.122412497592 2.95
66     F 0.104924997936 2.83
67     Ne 0.09339914589 2.72
68     S 0.36366050421 3.52
69     Cl 0.344781953445 3.35
70     Ar 0.238068461226 3.41
71     Br 0.511111921764 3.54
72     Kr 0.32590340268 3.83
73     end LennardJonesAtomTypes
74 tim 1761
75 tim 1839 begin ElectrostaticAtomTypes
76     end ElectrostaticAtomTypes
77 tim 1761
78 tim 1838 begin StickyAtomTypes
79     end StickyAtomTypes
80 tim 1761
81    
82     begin BondTypes
83    
84 tim 1838 //Atom1 Atom2 Fixed
85     //V_Fixed = 0
86 tim 1761
87 tim 1838 //Atom1 Atom2 Harmonic b0 Kb (kcal/mol)
88     //V_Harmonic = Kb(b- bo)^2
89     //Harmonic Examples
90     HEAD CH3 Harmonic 2.75 260
91     HEAD CH2 Harmonic 2.75 260
92     HEAD CH Harmonic 2.75 260
93     HEAD TB1 Harmonic 2.76 260
94     HEAD TB2 Harmonic 3.20 260
95     HEAD TB3 Harmonic 3.63 260
96     CH3 CH3 Harmonic 1.526 260
97     CH3 CH2 Harmonic 1.526 260
98     CH3 CH Harmonic 1.526 260
99     CH2 CH2 Harmonic 1.526 260
100     CH2 CH Harmonic 1.526 260
101     CH CH Harmonic 1.526 260
102     TB1 TB1 Harmonic 1.526 260
103     TB2 TB2 Harmonic 2.34 260
104     TB3 TB3 Harmonic 3.12 260
105     TB1 TE1 Harmonic 1.526 260
106     TB2 TE2 Harmonic 2.34 260
107     TB3 TE3 Harmonic 3.12 260
108 tim 1761
109 tim 1838 //Atom1 Atom2 Cubic b0 K3 K2 K1 K0
110     //V_Cubic = K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
111 tim 1761
112    
113 tim 1838 //Atom1 Atom2 Quartic b0 K4 K3 K2 K1 K0
114     //V_Quartic = K4(b - b0)^4 + K3(b - b0)^3 + K2(b - b0)^2 + K1(b - b0) + K0
115 tim 1761
116    
117 tim 1838 //Atom1 Atom2 Polynomial b0 i Ki [j Kj]
118     //V_Quartic = Ki(b - b0)^i + Kj(b - b0)^j + ...
119 tim 1761
120    
121 tim 1853 end BondTypes
122 tim 1761
123     begin BendTypes
124    
125 tim 1838 //Harmonic
126 tim 1855 //Atom1 Atom2 Atom3 Harmonic Theta0 Ktheta
127 tim 1838 //V_Harmonic = Ktheta(Theta - Theta0)^2
128 tim 1761 //Ktheta: kcal/mole/rad**2
129     //Theta0: degrees
130 tim 1838 //Harmonic examples
131 tim 1855 HEAD CH2 HEAD Harmonic 114.0 58.84
132     HEAD CH2 CH3 Harmonic 114.0 58.84
133     HEAD CH2 CH2 Harmonic 114.0 58.84
134     HEAD TB1 TB1 Harmonic 114.0 58.84
135     HEAD TB2 TB2 Harmonic 114.0 58.84
136     HEAD TB3 TB3 Harmonic 114.0 58.84
137     HEAD CH2 CH Harmonic 114.0 58.84
138     HEAD CH CH3 Harmonic 112.0 58.84
139     HEAD CH CH2 Harmonic 112.0 58.84
140     HEAD CH CH Harmonic 112.0 58.84
141     CH3 CH2 CH3 Harmonic 114.0 58.84
142     CH3 CH2 CH2 Harmonic 114.0 58.84
143     CH3 CH2 CH Harmonic 114.0 58.84
144     CH3 CH CH3 Harmonic 112.0 58.84
145     CH3 CH CH2 Harmonic 112.0 58.84
146     CH3 CH CH Harmonic 112.0 58.84
147     CH2 CH2 CH2 Harmonic 114.0 58.84
148     CH2 CH2 CH Harmonic 114.0 58.84
149     CH2 CH CH2 Harmonic 112.0 58.84
150     CH2 CH CH Harmonic 112.0 58.84
151     CH CH2 CH Harmonic 114.0 58.84
152     CH CH CH Harmonic 112.0 58.84
153     TB1 TB1 TB1 Harmonic 114.0 58.84
154     TB2 TB2 TB2 Harmonic 114.0 58.84
155     TB3 TB3 TB3 Harmonic 114.0 58.84
156     TE1 TB1 TB1 Harmonic 114.0 58.84
157     TE2 TB2 TB2 Harmonic 114.0 58.84
158     TE3 TB3 TB3 Harmonic 114.0 58.84
159 tim 1761
160     //GhostBend
161 tim 1855 //Atom1 Atom2 GHOST GhostBend Theta0 Ktheta
162 tim 1761 //Atom2 must be directional atom
163 tim 1838 //Ghost examples
164 tim 1855 CH2 HEAD GHOST GhostBend 129.783 0.001769723
165     CH2 HEAD GHOST GhostBend 90.0 58.84
166     TB1 HEAD GHOST GhostBend 90.0 58.84
167     TB2 HEAD GHOST GhostBend 90.0 58.84
168     TB3 HEAD GHOST GhostBend 90.0 58.84
169 tim 1761
170 tim 1838 //UreyBradley
171 tim 1855 //Atom1 Atom2 Atom3 UreyBradley Theta0 Ktheta S0 Kub
172 tim 1761 //V_UreyBradleyBend = Ktheta(Theta - Theta0)^2 + Kub(S - S0)^2
173     //Ktheta: kcal/mole/rad**2
174     //Theta0: degrees
175     //Kub: kcal/mole/A**2
176     //S0: A
177    
178 tim 1838 //Cubic
179     //Atom1 Atom2 Atom3 Cubic Theta0 K3 K2 K1 K0
180     //V_Cubic = K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
181 tim 1761
182 tim 1838 //Quartic
183     //Atom1 Atom2 Atom3 Quartic Theta0 K4 K3 K2 K1 K0
184     //V_Quartic = K4(Theta - Theta0)^4 + K3(Theta - Theta0)^3 + K2(Theta - Theta0)^2 + K1(Theta - Theta0) + K0
185 tim 1761
186 tim 1838 //Polynomial
187     //Atom1 Atom2 Atom3 Polynomial Theta0 i Ki [j Kj]
188     //V_Polynomial = Ki(Theta - Theta0)^i + Kj(Theta - Theta0)^j + ...
189 tim 1761
190     end BendTypes
191    
192     begin TorsionTypes
193    
194 tim 1838 //Cubic
195     //Atom1 Atom2 Atom3 Atom4 Cubic k3 k2 k1 k0 ( all are kcal/mol )
196     //V_Cubic = k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
197     //Cubic Examples
198     HEAD CH2 CH2 HEAD Cubic 5.9602 -0.2568 -3.802 2.1586
199     HEAD CH2 CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
200     HEAD CH CH HEAD Cubic 3.3254 -0.4215 -1.686 1.1661
201     HEAD CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
202     HEAD CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
203     HEAD CH CH2 CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
204     HEAD CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
205     HEAD CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
206     HEAD CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
207     HEAD CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
208     HEAD CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
209     HEAD CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
210     HEAD CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
211     HEAD CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
212     HEAD CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
213     HEAD TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
214     HEAD TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
215     HEAD TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
216     CH3 CH2 CH2 CH3 Cubic 5.9602 -0.2568 -3.802 2.1586
217     CH3 CH2 CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
218     CH3 CH CH CH3 Cubic 3.3254 -0.4215 -1.686 1.1661
219     CH3 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
220     CH3 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
221     CH3 CH CH2 CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
222     CH3 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
223     CH3 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
224     CH3 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
225     CH3 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
226     CH3 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
227     CH2 CH2 CH2 CH2 Cubic 5.9602 -0.2568 -3.802 2.1586
228     CH2 CH2 CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
229     CH2 CH CH CH2 Cubic 3.3254 -0.4215 -1.686 1.1661
230     CH2 CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
231     CH2 CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
232     CH2 CH CH2 CH Cubic 3.3254 -0.4215 -1.686 1.1661
233     CH2 CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
234     CH CH2 CH2 CH Cubic 5.9602 -0.2568 -3.802 2.1586
235     CH CH2 CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
236     CH CH CH CH Cubic 3.3254 -0.4215 -1.686 1.1661
237     TB1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
238     TB2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
239     TB3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
240     TE1 TB1 TB1 TB1 Cubic 5.9602 -0.2568 -3.802 2.1586
241     TE2 TB2 TB2 TB2 Cubic 5.9602 -0.2568 -3.802 2.1586
242     TE3 TB3 TB3 TB3 Cubic 5.9602 -0.2568 -3.802 2.1586
243 tim 1761
244 tim 1838 //Charmm
245     //Atom1 Atom2 Atom3 Atom4 Charmm Kchi n delta [Kchi n delta]
246     //V_Charmm = Kchi(1 + cos(n(chi) - delta))
247 tim 1761 //Kchi: kcal/mole
248     //n: multiplicity
249     //delta: degrees
250 tim 1838 //in some cases, a Charmm may have two or three terms. If n is equal to 0, it falls back to harmonic form
251 tim 1761
252 tim 1838 //Quartic
253     //Atom1 Atom2 Atom3 Atom4 Quartic k4 k3 k2 k1 k0 ( all are kcal/mol )
254     //V_Quartic = k4(cos phi)^4 + k3(cos phi)^3 + k2(cos phi)^2 + k1(cos phi) + k0
255 tim 1761
256 tim 1838 //Polynomial
257     //Atom1 Atom2 Atom3 Atom4 Polynomial i Ki [j Kj]
258     //VPolynomial = Ki (cos phi)^i + ... + Kj (cos phi)^j
259 tim 1761
260 tim 1839 end TorsionTypes
261 tim 1853
262