ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/builders/runMe.in
(Generate patch)

Comparing trunk/samples/builders/runMe.in (file contents):
Revision 1886 by gezelter, Tue Jun 18 17:47:37 2013 UTC vs.
Revision 1950 by gezelter, Wed Nov 13 22:47:09 2013 UTC

# Line 146 | Line 146 | ${OPENMD_HOME}/bin/thermalizer -o gold_ico_300K.md -t
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines