ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/ssdrf/water.md
Revision: 2489
Committed: Tue Dec 6 16:49:59 2005 UTC (18 years, 7 months ago) by tim
File size: 3809 byte(s)
Log Message:
remove deprecated keywords from samples

File Contents

# User Rev Content
1 chrisfen 2059 #ifndef _WATER_MD_
2     #define _WATER_MD_
3    
4     molecule{
5 chrisfen 2349 name = "Cl-";
6 tim 2489
7 chrisfen 2349 atom[0]{
8     type = "Cl-";
9     position(0.0, 0.0, 0.0);
10     }
11     }
12    
13     molecule{
14     name = "Na+";
15 tim 2489
16 chrisfen 2349 atom[0]{
17     type = "Na+";
18     position(0.0, 0.0, 0.0);
19     }
20     }
21    
22     molecule{
23 chrisfen 2397 name = "PAIR";
24 tim 2489
25 chrisfen 2397 atom[0]{
26     type = "Pchg+";
27     position(0.0, 1, 1.0);
28     }
29     atom[1]{
30     type = "Pchg+";
31     position(0.0, -1, 1.0);
32     }
33     atom[2]{
34     type = "Pchg-";
35     position(0.0, 0.0, -1.0);
36     }
37    
38 tim 2489
39 chrisfen 2397 rigidBody[0]{
40 tim 2489
41 chrisfen 2397 members(0, 1, 2);
42     }
43    
44 tim 2489
45     cutoffGroup{
46    
47 chrisfen 2397 members(0, 1, 2);
48     }
49     }
50    
51     molecule{
52     name = "PDIP";
53 tim 2489
54 chrisfen 2397 atom[0]{
55     type = "PDIP";
56     position( 0.0, 0.0, 0.0 );
57     orientation( 0.0, 0.0, 0.0 );
58     }
59     }
60    
61     molecule{
62 chrisfen 2059 name = "SSD_E";
63 tim 2489
64 chrisfen 2059 atom[0]{
65     type = "SSD_E";
66     position( 0.0, 0.0, 0.0 );
67     orientation( 0.0, 0.0, 0.0 );
68     }
69     }
70    
71     molecule{
72     name = "SSD_RF";
73 tim 2489
74 chrisfen 2059 atom[0]{
75     type = "SSD_RF";
76     position( 0.0, 0.0, 0.0 );
77     orientation( 0.0, 0.0, 0.0 );
78     }
79     }
80    
81     molecule{
82     name = "SSD";
83 tim 2489
84 chrisfen 2059 atom[0]{
85     type = "SSD";
86     position( 0.0, 0.0, 0.0 );
87     orientation( 0.0, 0.0, 0.0 );
88     }
89     }
90    
91     molecule{
92     name = "SSD1";
93 tim 2489
94 chrisfen 2059 atom[0]{
95     type = "SSD1";
96     position( 0.0, 0.0, 0.0 );
97     orientation( 0.0, 0.0, 0.0 );
98     }
99     }
100    
101     molecule{
102     name = "TIP3P";
103 tim 2489
104 chrisfen 2059 atom[0]{
105     type = "O_TIP3P";
106     position( 0.0, 0.0, -0.06556 );
107     }
108     atom[1]{
109     type = "H_TIP3P";
110     position( 0.0, 0.75695, 0.52032 );
111     }
112     atom[2]{
113     type = "H_TIP3P";
114     position( 0.0, -0.75695, 0.52032 );
115     }
116    
117 tim 2489
118 chrisfen 2059 rigidBody[0]{
119 tim 2489
120 chrisfen 2059 members(0, 1, 2);
121     }
122    
123 tim 2489
124     cutoffGroup{
125    
126 chrisfen 2059 members(0, 1, 2);
127     }
128     }
129    
130     molecule{
131     name = "TIP4P";
132 tim 2489
133 chrisfen 2059 atom[0]{
134     type = "O_TIP4P";
135     position( 0.0, 0.0, -0.06556 );
136     }
137     atom[1]{
138     type = "H_TIP4P";
139     position( 0.0, 0.75695, 0.52032 );
140     }
141     atom[2]{
142     type = "H_TIP4P";
143     position( 0.0, -0.75695, 0.52032 );
144     }
145     atom[3]{
146     type = "EP_TIP4P";
147     position( 0.0, 0.0, 0.08444 );
148     }
149 tim 2489
150 chrisfen 2059 rigidBody[0]{
151 tim 2489
152 chrisfen 2059 members(0, 1, 2, 3);
153     }
154    
155 tim 2489
156     cutoffGroup{
157    
158 chrisfen 2059 members(0, 1, 2, 3);
159     }
160     }
161    
162     molecule{
163 chrisfen 2216 name = "TIP4P-Ew";
164 tim 2489
165 chrisfen 2216 atom[0]{
166     type = "O_TIP4P-Ew";
167     position( 0.0, 0.0, -0.06556 );
168     }
169     atom[1]{
170     type = "H_TIP4P-Ew";
171     position( 0.0, 0.75695, 0.52032 );
172     }
173     atom[2]{
174     type = "H_TIP4P-Ew";
175     position( 0.0, -0.75695, 0.52032 );
176     }
177     atom[3]{
178     type = "EP_TIP4P-Ew";
179     position( 0.0, 0.0, 0.05944 );
180     }
181 tim 2489
182 chrisfen 2216 rigidBody[0]{
183 tim 2489
184 chrisfen 2216 members(0, 1, 2, 3);
185     }
186    
187 tim 2489
188     cutoffGroup{
189    
190 chrisfen 2216 members(0, 1, 2, 3);
191     }
192     }
193    
194     molecule{
195 chrisfen 2059 name = "TIP5P";
196 tim 2489
197 chrisfen 2059 atom[0]{
198     type = "O_TIP5P";
199     position( 0.0, 0.0, -0.06556 );
200     }
201     atom[1]{
202     type = "H_TIP5P";
203     position( 0.0, 0.75695, 0.52032 );
204     }
205     atom[2]{
206     type = "H_TIP5P";
207     position( 0.0, -0.75695, 0.52032 );
208     }
209     atom[3]{
210     type = "EP_TIP5P";
211     position( 0.57154, 0.0, -0.46971 );
212     }
213     atom[4]{
214     type = "EP_TIP5P";
215     position( -0.57154, 0.0, -0.46971 );
216     }
217 tim 2489
218 chrisfen 2059 rigidBody[0]{
219 tim 2489
220 chrisfen 2059 members(0, 1, 2, 3, 4);
221     }
222    
223 tim 2489
224     cutoffGroup{
225    
226 chrisfen 2059 members(0, 1, 2, 3, 4);
227     }
228     }
229    
230     molecule{
231     name = "SPCE";
232 tim 2489
233 chrisfen 2059 atom[0]{
234     type = "O_SPCE";
235     position( 0.0, 0.0, -0.06461 );
236     }
237     atom[1]{
238     type = "H_SPCE";
239     position( 0.0, 0.81649, 0.51275 );
240     }
241     atom[2]{
242     type = "H_SPCE";
243     position( 0.0, -0.81649, 0.51275 );
244     }
245 tim 2489
246 chrisfen 2059 rigidBody[0]{
247 tim 2489
248 chrisfen 2059 members(0, 1, 2);
249     }
250    
251 tim 2489
252     cutoffGroup{
253    
254 chrisfen 2059 members(0, 1, 2);
255     }
256     }
257    
258     molecule{
259     name = "SPC";
260 tim 2489
261 chrisfen 2059 atom[0]{
262     type = "O_SPC";
263     position( 0.0, 0.0, -0.06461 );
264     }
265     atom[1]{
266     type = "H_SPC";
267     position( 0.0, 0.81649, 0.51275 );
268     }
269     atom[2]{
270     type = "H_SPC";
271     position( 0.0, -0.81649, 0.51275 );
272     }
273 tim 2489
274 chrisfen 2059 rigidBody[0]{
275 tim 2489
276 chrisfen 2059 members(0, 1, 2);
277     }
278    
279 tim 2489
280     cutoffGroup{
281    
282 chrisfen 2059 members(0, 1, 2);
283     }
284     }
285    
286     molecule{
287     name = "DPD";
288 tim 2489
289 chrisfen 2059 atom[0]{
290     type = "DPD";
291     position(0.0, 0.0, 0.0);
292     }
293     }
294    
295     #endif