ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/argon/500.md
Revision: 2489
Committed: Tue Dec 6 16:49:59 2005 UTC (18 years, 8 months ago) by tim
File size: 368 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 = 500;
7 }
8
9 initialConfig = "./500.in";
10
11 forceField = "LJ";
12 targetTemp = 135.1344;
13 tauThermostat = 1e3;
14 cutoffRadius = 9.0;
15 switchingRadius = 9.0;
16 switchingFunctionType = "fifth_order_polynomial";
17
18 ensemble = "NVE";
19 dt = 1.0;
20 runTime = 1e3;
21
22 sampleTime = 100;
23 statusTime = 1;
24
25 thermalTime = 1000.0;
26 tempSet = "false";