Xmlband2agr Xsl
This template generates an xmgrace plot from bandstructure.xml
source:
xmlband2agr.xsl
$EXCITINGROOT/xml/visualizationtemplates/xmlband2agr.xsl
use:
xsltproc [--stringparam unit "energy-unit"] xmlband2agr.xsl bandstructure.xml
or directly from the web
xsltproc http://xml.exciting-code.org/visualizationtemplates/xmlband2agr.xsl bandstructure.xml
It uses command line option for energy units which can be "Ha" or "eV". The default value is "eV".
Example: Ag bandstructure
xsltproc --stringparam unit "Ha" xmlband2agr.xsl bandstructure.xml
