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 |
tet.md = Tetrahedral cluster |
19 |
|
20 |
(Cu atoms are located at (0,0,0), and Au atoms |
21 |
surround Cu in the clusters.) |