Skip to content

Releases: SMTG-Bham/sumo

v2.3.9

14 Nov 21:24
Compare
Choose a tag to compare

Documentation:

Bugfixes:

  • Castep lattice_abc format was broken in many cases; deal with a
    Pymatgen deprecation and avoid incorrect truncation of data when no
    units are provided. Where structure is ambiguous due to mixed
    lattice/cartesian conventions, raise an error. (@jryates, @ajjackson)

v2.3.8

10 Jan 12:29
Compare
Choose a tag to compare

Bugfixes:

  • Fixed bug with sumo-phonon-bandplot and recent versions of pymatgen (@utf, #227)

v2.3.7

11 Oct 11:01
Compare
Choose a tag to compare

New Contributors

Full Changelog: v2.3.6...v2.3.7

v2.3.6

29 Mar 13:06
Compare
Choose a tag to compare

Bugfixes:

  • Allow "BREAK" keyword in CASTEP band paths - and ignore it. (@azanre, #201)
  • Fix superscript in sumo-optplot (@utf, #203)

v2.3.5

06 Oct 14:17
Compare
Choose a tag to compare

Fix projected band structures with two projections selected (@utf, #181).

v2.3.4

01 Sep 14:49
Compare
Choose a tag to compare

Support for new versions of castepxbin.

v2.3.3

18 Jul 09:21
Compare
Choose a tag to compare

Bugfix: sumo-bandplot --project --mode rgb now works with paths containing branches
with a single k-point.

v2.3.2

14 Jul 13:31
Compare
Choose a tag to compare

Bugfix: sumo-bandstats now reports the correct k-point indices for the VBM and CBM.

v2.3.1

03 Jul 20:30
Compare
Choose a tag to compare

You can now specify custom colours for RGB mode projected band structures. See the
documentation for more details. The colormath package has been added as a dependency.

v2.3.0

10 Apr 17:00
Compare
Choose a tag to compare

Major changes:

  • DOS energies are no longer shifted by SIGMA in smeared calculations;
    this will cause the DOS line to extend slightly beyond the VBM, but
    will ensure peaks are in the right positions. (@yw-fang & @ajjackson)

New features:

  • Fermi level may be chosen as energy zero in DOS or band structure (YWF, AJJ)
  • Horizontal line may be requested at energy zero in DOS or band structure (YWF, AJJ)

Bugfixes

  • VBM shift argument was not correctly passed in DOS plots (@pzarabadip)
  • Scissor option with combined band and DOS plot did not scissor DOS (@utf)
  • Spin option with combined band and DOS plot did not apply to the DOS (@utf)
  • Fixed phonon band structures with non-analytic correction (@utf)