Skip to content

Releases: SSCHAcode/tdscha

1.5

03 Oct 16:50

Choose a tag to compare

Release Notes – Version 1.5

Highlights

  • ** Wigner TDSCHA **

    • Reduces the number of iterations to converge by a factor 2, and enable the calculation of 2ph IR and Raman
  • Meson build system

    • Migration to the Meson build system.
    • Dropped the deprecated installation via numpy.distutils.
    • Full compatibility with Python 3.13 and spglib ≥ 2.2.

New Features

  • Acoustic Sum Rule for 1D systems
    • Implemented enforcement of the acoustic sum rule for 1D materials.

What's Changed

Full Changelog: v1.4...v1.5

Version 1.4

21 Nov 18:11
4942569

Choose a tag to compare

#Update TDSCHA to version 1.4

This new version include some bugfixes, especially in the StaticHessian calculation which has was broken in the previous release.
This version allows a seamless integration with julia, no more need to call python-jl, and automatic installation of julia libraries without the user having to care about anything.
Also, the fast julia mode is the default one, if available and not otherwise specified by the user.

We also changed the versioning, jumping from 1.0 to 1.4, to respect the same minor versioning of cellconstructor and python-sscha.

What's Changed

Full Changelog: https://github.com/SSCHAcode/tdscha/commits/v1.4