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 2727 by chrisfen, Fri Apr 21 19:32:07 2006 UTC vs.
Revision 2755 by chrisfen, Wed May 17 14:03:15 2006 UTC

# Line 1 | Line 1
1   #include "water.md"
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
3   component{
4    type = "SSD_E";
5    nMol = 500;
# Line 32 | Line 13 | electrostaticSummationMethod = "shifted_force";
13  
14   ensemble = NVT;
15   forceField = "DUFF";
16 < electrostaticSummationMethod = "shifted_force";
17 < electrostaticScreeningMethod = "damped";
16 > electrostaticSummationMethod = "none";
17 > electrostaticScreeningMethod = "undamped";
18   dampingAlpha = 0.20;
19   cutoffRadius = 10.5;
20   switchingRadius = 8.925;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines