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

File Contents

# Content
1 #include "lj.md"
2
3
4 component{
5 type = "Ar";
6 nMol = 108;
7 }
8
9 initialConfig = "./argonNVT.in";
10
11 forceField = "LJ";
12 targetTemp = 119.8;
13
14
15 ensemble = "NVT";
16 tauThermostat = 1e3;
17 dt = 1.0;
18 runTime = 1e5;
19
20 sampleTime = 100;
21 statusTime = 10;
22
23 thermalTime = 100.0;
24 tempSet = "false";