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

File Contents

# Content
1 #include "splitDipole.md"
2 #include "water.md"
3
4
5 component{
6 type = "HEAD";
7 nMol = 1;
8 }
9
10 component{
11 type = "SSD";
12 nMol = 248;
13 }
14
15 initialConfig = "./splitInWater.in";
16
17 ensemble = NVT;
18 forceField = "DUFF";
19 forceFieldFileName = "Lipid.frc";
20 electrostaticSummationMethod = "none";
21 dielectric = 80.0;
22 cutoffRadius = 9.0;
23 switchingRadius = 7.8;
24
25
26
27 targetTemp = 300;
28 targetPressure = 1.0;
29
30 tauThermostat = 1e3;
31 tauBarostat = 1e4;
32
33 dt = 2.0;
34 runTime = 1e4;
35
36 sampleTime = 100;
37 statusTime = 2;