ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/water/ssde/ssde.md
Revision: 2417
Committed: Tue Nov 8 13:31:08 2005 UTC (18 years, 8 months ago) by chrisfen
File size: 515 byte(s)
Log Message:
Just testing...

File Contents

# User Rev Content
1 gezelter 1490 #include "water.md"
2    
3     nComponents = 1;
4     component{
5     type = "SSD_E";
6     nMol = 256;
7     }
8    
9     initialConfig = "./ssde.in";
10    
11     ensemble = NVE;
12 chrisfen 2326 forceField = "DUFF";
13 chrisfen 2417 electrostaticSummationMethod = "shifted_potential";
14 gezelter 1490 dielectric = 80.0;
15     cutoffRadius = 9.0;
16     switchingRadius = 7.7;
17    
18     targetTemp = 300;
19     targetPressure = 1.0;
20    
21     tauThermostat = 1e3;
22     tauBarostat = 1e4;
23    
24     dt = 2.0;
25 chrisfen 2417 runTime = 1e3;
26 gezelter 1490 useInitialTime = "false";
27     useInitialExtendedSystemState = "false";
28    
29     //tempSet = "true";
30     //thermalTime = 10;
31 chrisfen 2220 sampleTime = 100;
32 chrisfen 2417 statusTime = 2;