IntroductionWhen configuration and compilation is completed, an executable ohmmsapp is created in build/bin directory. The binary can be used to perform generic MD simulations using one of the interatomic potentials chosen at the configuration step. As other applications, ohmmsapp needs input information to do something. The input files are categorized into particleset, potential, and main.
A tar-gziped file is available for the listed examples. For more information on the rules for the main and particleset files, check out users' guide.
Table 1. Input Categories
Transformations of the xml files for the previous version can be done by using an xslt processor, such as xsltproc. Consult DocBook XSL: The Complete Guide for xslt processors. Usage with xsltproc and tidy (to make the output.xml more readable) is xsltproc convert_v0.2.3.xsl input.xml | tidy --indent yes -xml > output.xml convert_v0.2.3.xsl is included in Ohmms-Example package or can be downloaded here. Other useful xslt stylesheet is for external input files for particle sets. Use convert_ptclset.xsl included in Ohmms-Example package or download here. The usage is similar: xsltproc convert_ptclset.xsl input.xml | tidy --indent yes -xml > output.xml |
||||||||||||||||||||
|
|
||||||||||||||||||||