NPBentley / CASTEP_bands

A Python module for performing band structure manipulation and generating publication quality plots.
MIT License
1 stars 1 forks source link

Added interoperability with DOS/PDOS data from OptaDOS #12

Closed Inker2401 closed 1 month ago

Inker2401 commented 3 months ago

Also added missing docstring for get_bravais_lattice_usr and removed unused variables from get_bravais_lattice_spg

NPBentley commented 1 month ago

In addition to the changes for the documentation of the "optados_outfile" keyword, one thing to think about is that when one plots a spin-polarised (p)dos, usually the spin up and spin down channels are plotted as positive and negative respectively. This both reduces clutter and allows for an easy comparison of spin channels, so would be worth implementing.