ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/dimer/tap.md
Revision: 2248
Committed: Sun May 29 21:15:14 2005 UTC (19 years, 1 month ago) by chrisfen
File size: 468 byte(s)
Log Message:
Included a tap dimer for testing purposes

File Contents

# Content
1 #include "water.md"
2
3 nComponents = 1;
4 component{
5 type = "TAP";
6 nMol = 2;
7 }
8
9 initialConfig = "./tap.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.1;
22 targetPressure = 1.0;
23
24 tauThermostat = 1e4;
25 tauBarostat = 1e4;
26
27 dt = 1.0;
28 runTime = 1e4;
29
30 sampleTime = 1e2;
31 statusTime = 10;
32 useInitialTime = "false";
33 useInitialExtendedSystemState = "false";