ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/ssde/water.md
(Generate patch)

Comparing trunk/OOPSE-4/samples/water/ssde/water.md (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 2216 by chrisfen, Fri Apr 29 16:26:27 2005 UTC

# Line 103 | Line 103 | molecule{
103   }
104  
105   molecule{
106 +  name = "TIP4P-Ew";
107 +  nAtoms = 4;
108 +  atom[0]{
109 +    type = "O_TIP4P-Ew";
110 +    position( 0.0, 0.0, -0.06556 );
111 +  }
112 +  atom[1]{
113 +    type = "H_TIP4P-Ew";
114 +    position( 0.0, 0.75695, 0.52032 );
115 +  }
116 +  atom[2]{
117 +    type = "H_TIP4P-Ew";
118 +    position( 0.0, -0.75695, 0.52032 );
119 +  }
120 +  atom[3]{
121 +    type = "EP_TIP4P-Ew";
122 +    position( 0.0, 0.0, 0.05944 );
123 +  }
124 +  nRigidBodies = 1;
125 +  rigidBody[0]{
126 +    nMembers = 4;
127 +    members(0, 1, 2, 3);
128 +  }
129 +
130 +  nCutoffGroups = 1;
131 +  cutoffGroup[0]{
132 +    nMembers = 4;
133 +    members(0, 1, 2, 3);
134 +  }
135 + }
136 +
137 + molecule{
138    name = "TIP5P";
139    nAtoms = 5;
140    atom[0]{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines