ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/samples/water/dimer/two.md
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (19 years, 11 months ago) by gezelter
File size: 471 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# Content
1 #include "water.md"
2
3 nComponents = 1;
4 component{
5 type = "TIP4P";
6 nMol = 2;
7 }
8
9 initialConfig = "./two.in";
10
11
12 ensemble = NVT;
13 forceField = "WATER";
14 useReactionField = "false";
15 dielectric = 80.0;
16 cutoffRadius = 9.0;
17 switchingRadius = 7.8;
18
19 density = 0.0334;
20
21 targetTemp = 0.001;
22 targetPressure = 1.0;
23
24 tauThermostat = 1e4;
25 tauBarostat = 1e4;
26
27 dt = 1.0;
28 runTime = 1e5;
29
30 sampleTime = 3e4;
31 statusTime = 1;
32 useInitialTime = "false";
33 useInitialExtendedSystemState = "false";