|
Overview
This section descrbes the xmd2towhee Towhee utility program.
This program converts EAM force field files that are in the XMD format into a format
suitable for use in Towhee.
Compiling
xmd2towhee is compiled using the Utility Makefile.
cd /towheebase/Utils
make xmd2towhee
This creates the xmd2towhee executable that is run from the command line.
Features
When you run this program from the command line it asks for the name of an XMD format file to read in and it will output Towhee force
field information to the file towhee_eam. In order for this translation routine to function properly you must reorder the XMD files slightly.
The data in the XMD file must first be the pair potential information, then the embedding, and finally the densities.
- Please enter a filename
The name of the XMD file you wish to translate into Towhee format.
Return to the Utility Summary page
|