xmlfermis2bxsf.xsl
This generates the input file for xcrysden to visualize the fermi surface.
use:
xsltproc xmlfermis2bxsf.xsl fermisurface.xml > filename.bxsf
xcrysden --bxsf filename.bxsf
or directly from the web
xsltproc http://xml.exciting-code.org/visualizationtemplates/xmlfermis2bxsf.xsl fermisurface.xml > filename.bxsf
xcrysden --bxsf filename.bxsf
source:
Example: fcc structure of Fe4C1
xsltproc xmlfermis2bxsf.xsl Fe4C1_fermisurface.xml > filename.bxsf
