Skip to content

v2.0.0

Compare
Choose a tag to compare
@utf utf released this 09 Aug 06:43
· 226 commits to master since this release
51b7d36

New features:

  • Support for CASTEP: (AJJ)

    • kgen: reciprocal-space path generation for electronic and phonon band-structures
    • bandplot: band structures (with or without spin-polarisation). Currently no
      support for element/orbital projected data (which would require a binary file parser).
    • phonon-bandplot: phonon band structures from .phonon files
    • dosplot: total-DOS plotting from eigenvalues. Again,
      projected-DOS plots are not currently available.

Bug fixes:

  • Fix an oversight in the initial CASTEP/kgen implementation when the user provides a non-primitive cell as input.
  • Python API fix for spin selection. (@kavanase)
  • Fix phonon band structure line density selection. (@utf)