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

File Contents

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