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

Comparing trunk/OOPSE-3.0/samples/water/ssd-ion/ssdCl.md (file contents):
Revision 2174 by chrisfen, Tue Apr 12 20:56:46 2005 UTC vs.
Revision 2489 by tim, Tue Dec 6 16:49:59 2005 UTC

# Line 1 | Line 1
1   #include "water.md"
2  
3 < nComponents = 2;
3 > molecule{
4 >  name = "Cl-";
5 >  
6 >  atom[0]{
7 >    type = "Cl-";
8 >    position(0.0, 0.0, 0.0);
9 >  }
10 > }
11 >
12 > molecule{
13 >  name = "Na+";
14 >  
15 >  atom[0]{
16 >    type = "Na+";
17 >    position(0.0, 0.0, 0.0);
18 >  }
19 > }
20 >
21 >
22   component{
23    type = "SSD_E";
24    nMol = 500;
# Line 14 | Line 32 | useReactionField = "false";
32  
33   ensemble = NVT;
34   forceField = "DUFF";
35 < useReactionField = "false";
35 > electrostaticSummationMethod = "none";
36   dielectric = 80.0;
37   cutoffRadius = 10.5;
38   switchingRadius = 8.925;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines