ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/ssdrf/ssdrf.md
Revision: 2489
Committed: Tue Dec 6 16:49:59 2005 UTC (18 years, 6 months ago) by tim
File size: 499 byte(s)
Log Message:
remove deprecated keywords from samples

File Contents

# Content
1 #include "water.md"
2
3
4 component{
5 type = "SSD_RF";
6 nMol = 256;
7 }
8
9 initialConfig = "./ssdrf.in";
10
11 ensemble = NVE;
12 forceField = "DUFF";
13 electrostaticSummationMethod = "reaction_field";
14 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 runTime = 1e3;
26 useInitialTime = "false";
27 useInitialExtendedSystemState = "false";
28
29 //tempSet = "true";
30 //thermalTime = 10;
31 sampleTime = 100;
32 statusTime = 10;