ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/cutoff/traditional.md
Revision: 2480
Committed: Fri Dec 2 22:37:05 2005 UTC (18 years, 6 months ago) by gezelter
File size: 263 byte(s)
Log Message:
removing deprecated nAtoms and nComponents lines

File Contents

# User Rev Content
1 gezelter 2386 #include "lj.md"
2    
3     component{
4     type = "Kr";
5     nMol = 9;
6     }
7     component{
8     type = "He";
9     nMol = 855;
10     }
11    
12     initialConfig = "./cutoff_test.in";
13     cutoffPolicy = "traditional";
14    
15     forceField = "LJ";
16    
17     ensemble = "NVE";
18    
19     dt = 1;
20     runTime = 1e3;
21     sampleTime = 10;
22     statusTime = 1;