ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/gbljtest/2gb.md
Revision: 2926
Committed: Fri Jul 7 19:44:54 2006 UTC (18 years ago) by gezelter
File size: 377 byte(s)
Log Message:
removed icc from C++ search lines, did some formatting work
on GB module, mucked around with a GB example

File Contents

# Content
1 #include "gb.md"
2 #include "lj.md"
3
4
5 component{
6 type = "GBlinear";
7 nMol = 2;
8 }
9
10
11 initialConfig = "./2gb.in";
12
13 ensemble = NVT;
14 targetTemp = 1;
15 tauThermostat = 30;
16 forceField = "DUFF";
17
18 cutoffRadius = 20.0;
19 switchingRadius = 18.0;
20 dt = 1.0;
21 runTime = 1e5;
22 useInitialTime = "false";
23 useInitialExtendedSystemState = "false";
24
25 thermalTime = 10;
26 sampleTime = 100;
27 statusTime = 1;