ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/water/ssde/ssde.md
Revision: 2115
Committed: Fri Mar 11 00:43:19 2005 UTC (19 years, 4 months ago) by chrisfen
File size: 593 byte(s)
Log Message:
fixed a bug in MPI restraints

File Contents

# Content
1 #include "water.md"
2
3 nComponents = 1;
4 component{
5 type = "SSD_E";
6 nMol = 256;
7 }
8
9 initialConfig = "./ssde.in";
10
11 ensemble = NVE;
12 forceField = "WATER";
13 useReactionField = "false";
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 = 1e4;
26 useInitialTime = "false";
27 useInitialExtendedSystemState = "false";
28 useSolidThermInt = "true";
29 thermodynamicIntegrationLambda = 0.5;
30 thermodynamicIntegrationK = 1.0;
31
32 //tempSet = "true";
33 //thermalTime = 10;
34 sampleTime = 1000;
35 statusTime = 100;