ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/alkane/butane.md
Revision: 2
Committed: Fri Sep 24 04:16:43 2004 UTC (20 years, 9 months ago) by gezelter
Original Path: trunk/samples/alkane/butane.md
File size: 202 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 2 #include "alkanes.md"
2    
3     nComponents = 1;
4     component{
5     type = "butane";
6     nMol = 32;
7     }
8    
9     initialConfig = "./butane.in";
10     dt = 1.0;
11     forceField = "DUFF";
12     ensemble = NVE;
13     runTime = 10000.0;
14     sampleTime = 10.0;