ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/cutoff/max.md
Revision: 781
Committed: Fri Dec 2 22:37:05 2005 UTC (19 years, 5 months ago) by gezelter
Original Path: trunk/samples/cutoff/max.md
File size: 255 byte(s)
Log Message:
removing deprecated nAtoms and nComponents lines

File Contents

# User Rev Content
1 gezelter 687 #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 = "max";
14    
15     forceField = "LJ";
16    
17     ensemble = "NVE";
18     dt = 1;
19     runTime = 1e3;
20    
21     sampleTime = 10;
22     statusTime = 1;