ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
OOPSE-1.0
/
samples
/
alkane
/
butane.bass
Revision:
1415
Committed:
Mon Jul 26 17:50:57 2004 UTC
(21 years ago) by
gezelter
File size:
204 byte(s)
Log Message:
Fixing required keyword annoyances
File Contents
#
Content
1
#include "alkanes.mdl"
2
3
4
nComponents = 1;
5
component{
6
type = "butane";
7
nMol = 32;
8
}
9
10
initialConfig = "./butane.in";
11
forceField = "DUFF";
12
ensemble = NVE;
13
dt = 1.0;
14
runTime = 10000.0;
15
sampleTime = 10.0;