ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/argon/500.md
Revision: 2435
Committed: Tue Nov 15 16:37:51 2005 UTC (18 years, 7 months ago) by chrisfen
File size: 384 byte(s)
Log Message:
just playing around - we need to refresh all the samples sometime soon...

File Contents

# Content
1 #include "lj.md"
2
3 nComponents = 1;
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";