ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/argon/500.md
Revision: 2723
Committed: Thu Apr 20 21:02:00 2006 UTC (18 years, 2 months ago) by chrisfen
File size: 319 byte(s)
Log Message:
splined up sticky

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 = 7.65;
16
17 ensemble = "NVE";
18 dt = 1.0;
19 runTime = 1e3;
20
21 sampleTime = 100;
22 statusTime = 1;
23
24 thermalTime = 1000.0;
25 tempSet = "false";