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

File Contents

# Content
1 #include "water.md"
2
3 nComponents = 1;
4 component{
5 type = "SPCE";
6 nMol = 256;
7 }
8
9 initialConfig = "./spce.in";
10
11 ensemble = NVE;
12 forceField = "DUFF";
13 electrostaticSummationMethod = "shifted_force";
14 electrostaticScreeningMethod = "damped";
15 dielectric = 80.0;
16 dampingAlpha = 0.12;
17 cutoffRadius = 9.0;
18 switchingRadius = 7.7;
19
20 targetTemp = 300;
21 targetPressure = 1.0;
22
23 tauThermostat = 1e3;
24 tauBarostat = 1e4;
25
26 dt = 2.0;
27 runTime = 1e3;
28 useInitialTime = "false";
29 useInitialExtendedSystemState = "false";
30
31 //tempSet = "true";
32 //thermalTime = 10;
33 sampleTime = 100;
34 statusTime = 2;
35 dumpForceVector = "true";