ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/langevinHull/metals.md
Revision: 3684
Committed: Tue Nov 9 21:13:27 2010 UTC (13 years, 7 months ago) by gezelter
File size: 331 byte(s)
Log Message:
raw stuff for images


File Contents

# Content
1 #ifndef __METALS_MD__
2 #define __METALS_MD__
3
4 molecule{
5 name = "Au";
6
7 atom[0]{
8 type="Au";
9 position( 0.0, 0.0, 0.0 );
10 }
11 }
12 molecule{
13 name = "Ag";
14
15 atom[0]{
16 type="Ag";
17 position( 0.0, 0.0, 0.0 );
18 }
19 }
20 molecule{
21 name = "Pt";
22
23 atom[0]{
24 type="Pt";
25 position( 0.0, 0.0, 0.0 );
26 }
27 }
28 #endif