ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/multipole/CC.md
Revision: 1787
Committed: Wed Aug 29 18:13:11 2012 UTC (12 years, 11 months ago) by gezelter
File size: 987 byte(s)
Log Message:
Massive multipole rewrite

File Contents

# User Rev Content
1 gezelter 1787 <OpenMD version=2>
2     <MetaData>
3    
4    
5     molecule{
6     name = "P+";
7    
8     atom[0]{
9     type = "P+";
10     position(0.0, 0.0, 0.0);
11     }
12     }
13    
14     molecule{
15     name = "N-";
16    
17     atom[0]{
18     type = "N-";
19     position(0.0, 0.0, 0.0);
20     }
21     }
22    
23     component{
24     type = "N-";
25     nMol = 1;
26     }
27     component{
28     type = "P+";
29     nMol = 1;
30     }
31    
32     ensemble = NVE;
33     forceField = "Multipole";
34    
35     cutoffMethod = "shifted_force";
36     electrostaticScreeningMethod = "damped";
37     dielectric = 80.0;
38     cutoffRadius = 9.0;
39    
40     dt = 1.0;
41     runTime = 1.0;
42    
43     sampleTime = 1.0;
44     statusTime = 1.0;
45    
46     outputForceVector = true;
47     outputParticlePotential = true;
48     outputElectricField = true;
49     outputFluctuatingCharges = true;
50    
51     </MetaData>
52     <Snapshot>
53     <FrameData>
54     Time: 0
55     Hmat: {{ 100.0, 0, 0 }, { 0, 100.0, 0 }, { 0, 0, 100.0 }}
56     Thermostat: 0 , 0
57     Barostat: {{ 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 }}
58     </FrameData>
59     <StuntDoubles>
60     0 pv 0 0 0 0 0 0
61     1 pv 0 0 4 0 0 0
62     </StuntDoubles>
63     </Snapshot>
64     </OpenMD>