|
XCrySDen Documentation |
Tip: How to plot many molecular orbitals?
- calculate the orbitals and save them into, say,
mo-*.xsf files
- load a given orbital, e.g, xcrysden --xsf mo-1.xsf
and produce a desired display
- save display settings via File-->Save Current
State, say, into state.xcrysden
- execute the following script:
for xsf in mo-*.xsf; do
xcrysden --xsf $xsf --script state.xcrysden --print ${xsf%.xsf}.png
done
The documentation of XCrySDen is available only in HTML
format. For the beginners, it is strongly suggested to start with
the Short introduction to XCrySDen (read at least
subsection 1.3 Useful
hints).
Here you can download XCrySDen documentation as
tar-gzipped archive (xcrysden-doc.tgz, size: 7.5
MB).
|
|