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, 8 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

# User Rev Content
1 gezelter 1490 #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 chrisfen 2422 cutoffRadius = 9.0;
15 chrisfen 2435 switchingRadius = 9.0;
16 chrisfen 2422 switchingFunctionType = "fifth_order_polynomial";
17 gezelter 1490
18 chrisfen 2293 ensemble = "NVE";
19 gezelter 1490 dt = 1.0;
20 chrisfen 2422 runTime = 1e3;
21 gezelter 1490
22     sampleTime = 100;
23     statusTime = 1;
24    
25     thermalTime = 1000.0;
26     tempSet = "false";