| 146 |
|
# |
| 147 |
|
${OPENMD_HOME}/bin/icosahedralBuilder -o gold_ico.md --shells=8 --latticeConstant=4.08 gold.md |
| 148 |
|
${OPENMD_HOME}/bin/thermalizer -o gold_ico_300K.md -t 300 gold_ico.md |
| 149 |
+ |
# |
| 150 |
+ |
#Example 12: |
| 151 |
+ |
# Builds a regular decahedral nanoparticle from the <MetaData> block in gold.md |
| 152 |
+ |
# using a 10 shells, and a lattice constant of 4.08 angstroms. |
| 153 |
+ |
# Places the output (which can be used to start an OpenMD job) in |
| 154 |
+ |
# gold_deca.md |
| 155 |
+ |
# |
| 156 |
+ |
# Note that builders will rewrite the number of molecules in each component |
| 157 |
+ |
# to match the number of lattice sites. |
| 158 |
+ |
# |
| 159 |
+ |
${OPENMD_HOME}/bin/icosahedralBuilder -o gold_deca.md --shells=10 --latticeConstant=4.08 gold.md |
| 160 |
+ |
${OPENMD_HOME}/bin/thermalizer -o gold_deca_300.md -t 300 gold_deca.md |
| 161 |
+ |
# |
| 162 |
+ |
#Example 13: |
| 163 |
+ |
# Builds a ino-decahedral nanorod from the <MetaData> block in gold.md |
| 164 |
+ |
# using a 10 shells, 5 atoms along the twin boundary, 100 atoms along the |
| 165 |
+ |
# column axis, and a lattice constant of 4.08 angstroms. |
| 166 |
+ |
# Places the output (which can be used to start an OpenMD job) in |
| 167 |
+ |
# penta_rod.md |
| 168 |
+ |
# |
| 169 |
+ |
# Note that builders will rewrite the number of molecules in each component |
| 170 |
+ |
# to match the number of lattice sites. |
| 171 |
+ |
# |
| 172 |
+ |
${OPENMD_HOME}/bin/icosahedralBuilder --ino --columnAtoms=100 --twinAtoms=5 --shells=10 -d 4.08 -o penta_rod.md gold.md |
| 173 |
+ |
${OPENMD_HOME}/bin/thermalizer -o gold_penta_rod_300.md -t 300 penta_rod.md |