ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/bond-order/Readme.txt
Revision: 3130
Committed: Tue May 1 17:59:04 2007 UTC (18 years, 3 months ago) by chuckv
Content type: text/plain
File size: 895 byte(s)
Log Message:
Added md file for half of a icosahedron.

File Contents

# Content
1 These are sample files used to test the bond order parameter
2 code in StaticProps. Perfect SC, BCC, FCC, HCP, and Icosahedral
3 clusters have known analytic values for the bond order parameter
4 and the files in this directory can be used to make sure the
5 correct values are being computed. The central atom in each
6 cluster is a copper atom, so the proper way to run the tests would
7 be a command like:
8
9 $(OOPSE_HOME)/bin/StaticProps --bo -i bcc.md --rcut=9 --sele1="select Cu"
10
11 legend:
12
13 hcp.md = Hexagonal Close Packed structure
14 bcc.md = Body Centered Cubic structure
15 fcc.md = Face Centered Cubic structure
16 sc.md = Simple Cubic structure
17 icosahedron.md = Icosahedral cluster
18 surface_icosahedron.md = Half of a Icosahedral Cluster approximating a nanoparticle surface atom
19 tet.md = Tetrahedral cluster
20
21 (Cu atoms are located at (0,0,0), and Au atoms
22 surround Cu in the clusters.)