ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/gbljtest/gbRotRoundX.md
Revision: 2990
Committed: Thu Aug 31 20:12:12 2006 UTC (17 years, 10 months ago) by chrisfen
File size: 929 byte(s)
Log Message:
converted samples over to the OOPSE-4 file format

Fixed an MPI bug in thermodynamic integration

File Contents

# User Rev Content
1 chrisfen 2990 <OOPSE version=4>
2     <MetaData>
3 gezelter 2369 #include "gb.md"
4     #include "lj.md"
5    
6 tim 2489
7 gezelter 2369 component{
8     type = "C";
9     nMol =1;
10     }
11     component{
12 gezelter 2802 type = "GBlinear";
13 gezelter 2369 nMol = 1;
14     }
15    
16    
17    
18     ensemble = NVE;
19     forceField = "DUFF";
20    
21     cutoffRadius = 20.0;
22     switchingRadius = 18.0;
23     dt = 1.0;
24     runTime = 1e5;
25     useInitialTime = "false";
26     useInitialExtendedSystemState = "false";
27    
28     thermalTime = 10;
29     sampleTime = 100;
30     statusTime = 100;
31 chrisfen 2990 </MetaData>
32     <Snapshot>
33     <FrameData>
34     Time: 0
35     Hmat: {{ 59.7166, 0, 0 }, { 0, 59.7166, 0 }, { 0, 0, 59.7166 }}
36     </FrameData>
37     <StuntDoubles>
38     0 pv 0 0 0 0.000000e+00 0.000000e+00 0.000000e+00
39     1 pvqj 7 0 1 0.000000e+00 0.000000e+00 0.000000e+00 7.071070e-01 7.071070e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
40     </StuntDoubles>
41     </Snapshot>
42     </OOPSE>