ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/tip4p/tp4.md
Revision: 2552
Committed: Thu Jan 12 16:47:25 2006 UTC (18 years, 5 months ago) by chrisfen
File size: 507 byte(s)
Log Message:
unifying function name in electrostatics

File Contents

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