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

File Contents

# User Rev Content
1 chrisfen 2121 #include "water.md"
2    
3 tim 2489
4 chrisfen 2121 component{
5     type = "SSD_E";
6     nMol = 256;
7     }
8    
9     initialConfig = "./ssde.in";
10    
11     ensemble = NVT;
12 chrisfen 2326 forceField = "DUFF";
13 chrisfen 2365 electrostaticSummationMethod = "none";
14 chrisfen 2121 dielectric = 80.0;
15     cutoffRadius = 9.0;
16     switchingRadius = 7.7;
17    
18    
19 tim 2489
20 chrisfen 2121 targetTemp = 300;
21     targetPressure = 1.0;
22    
23     tauThermostat = 1e3;
24     tauBarostat = 5e3;
25    
26     dt = 2.0;
27     runTime = 1e3;
28     useInitialTime = "false";
29     useInitialExtendedSystemState = "false";
30     useLiquidThermInt = "true";
31     thermodynamicIntegrationLambda = 1.0;
32     thermodynamicIntegrationK = 1.0;
33    
34     //tempSet = "true";
35     //thermalTime = 10;
36     sampleTime = 100;
37     statusTime = 10;