ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/fluctuating/tip4p/1Water_FQ.md
Revision: 1751
Committed: Thu Jun 7 14:10:44 2012 UTC (13 years, 1 month ago) by gezelter
Original Path: branches/development/samples/fluctuating/tip4p/1Water_FQ.md
File size: 1362 byte(s)
Log Message:
Adding Joseph's FlucQ samples for testing

File Contents

# User Rev Content
1 gezelter 1751 <OpenMD version=1>
2     <MetaData>
3    
4     molecule {
5     name = "TIP4P_FQ";
6    
7     atom[0]{
8     type = "O_TIP4P_FQ";
9     position( 0.0, 0.0, -0.6556 );
10     }
11     atom[1]{
12     type = "H_TIP4P_FQ";
13     position( 0.0, 0.75695, 0.52032 );
14     }
15     atom[2]{
16     type = "H_TIP4P_FQ";
17     position( 0.0, -0.75695, 0.52032 );
18     }
19     atom[3]{
20     type = "M_TIP4P_FQ";
21     position( 0.0, 0.0, 0.08444 );
22     }
23    
24     rigidBody[0]{
25     members(0,1,2,3);
26     }
27     }
28     component{
29     type = "TIP4P_FQ";
30     nMol = 1;
31     }
32    
33     flucQ {
34     targetTemp = 1.0e-6;
35     tauThermostat = 10.0;
36     }
37    
38     ensemble = NVE;
39     forceField = "FlucQ";
40     forceFieldFileName = "FQ.frc";
41     cutoffMethod = "shifted_force";
42     dielectric = 80.0;
43     cutoffRadius = 9.0;
44     switchingRadius = 7.7;
45     outputFluctuatingCharges = true;
46     runTime = 1e-1;
47     sampleTime = 1;
48     statusTime = 1;
49     resetTime = 1;
50    
51     targetTemp = 300;
52     targetPressure = 1.0;
53    
54     tauThermostat = 1e3;
55     tauBarostat = 1e4;
56    
57    
58     dt = 1.0;
59     useInitialTime = "false";
60     useInitialExtendedSystemState = "false";
61    
62     //tempSet = "true";
63     //thermalTime = 10;
64     </MetaData>
65     <Snapshot>
66     <FrameData>
67     Time: 10000
68     Hmat: {{ 19.713, 0, 0 }, { 0, 19.713, 0 }, { 0, 0, 19.713 }}
69     Thermostat: 0 , 0
70     Barostat: {{ 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 }}
71     </FrameData>
72     <StuntDoubles>
73     0 pvqjcw 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
74     </StuntDoubles>
75     </Snapshot>
76     </OpenMD>