ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/water/spce/spce.md
Revision: 942
Committed: Fri Apr 21 19:32:07 2006 UTC (19 years, 3 months ago) by chrisfen
Original Path: trunk/samples/water/spce/spce.md
File size: 535 byte(s)
Log Message:
Removed sqrt splines and shape stuff (doesn't work, so why was it in there?).  Changed some of the water samples to use shifted_force.  Probably should set the defaults to use the damped version now that we sped it up.

File Contents

# User Rev Content
1 gezelter 2 #include "water.md"
2    
3 tim 790
4 gezelter 2 component{
5     type = "SPCE";
6     nMol = 256;
7     }
8    
9     initialConfig = "./spce.in";
10    
11     ensemble = NVE;
12 chrisfen 627 forceField = "DUFF";
13 chrisfen 941 electrostaticSummationMethod = "shifted_force";
14 chrisfen 942 electrostaticScreeningMethod = "undamped";
15 chrisfen 715 dielectric = 80.0;
16 chrisfen 941 dampingAlpha = 0.20;
17 gezelter 2 cutoffRadius = 9.0;
18    
19     targetTemp = 300;
20     targetPressure = 1.0;
21    
22     tauThermostat = 1e3;
23     tauBarostat = 1e4;
24    
25     dt = 2.0;
26 chrisfen 738 runTime = 1e3;
27 gezelter 2 useInitialTime = "false";
28     useInitialExtendedSystemState = "false";
29    
30     //tempSet = "true";
31     //thermalTime = 10;
32 chrisfen 693 sampleTime = 100;
33     statusTime = 2;