ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/samples/dipole/splitDipole.md
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (13 years, 11 months ago) by chuckv
File size: 323 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

File Contents

# User Rev Content
1 tim 422 molecule {
2    
3     name = "HEAD";
4 tim 790
5 tim 422
6     atom[0]{
7     type = "HDP";
8     position( 0.0,0.0, 0.0 );
9     orientation( 0.0, 0.0, 0.0 ); //?
10     }
11    
12     atom[1]{
13     type = "NC4";
14     position( 0.0, 0.0, 2.315 );
15     }
16    
17     atom[2]{
18     type = "PO4";
19     position( 0.0, 0.0, -2.315 );
20     }
21    
22 tim 790
23 tim 422 rigidBody[0]{
24 tim 790
25 tim 422 members(0, 1, 2);
26     }
27    
28     }