Releases: diegomartinez2/CellConstructor
Releases · diegomartinez2/CellConstructor
CellConstructor for SSCHA v1.5
Release Notes – Version 1.5
Highlights
- 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
-
LO–TO splitting in interpolation
- Added support for LO–TO splitting in the
Interpolatemethod. - Enables computation of harmonic free energies for polar materials on dense q-grids.
- Added support for LO–TO splitting in the
-
Acoustic Sum Rule for 1D systems
- Implemented enforcement of the acoustic sum rule for 1D materials.
What's Changed
- AiiDAEnsemble: add missing
self.init()by @bastonero in SSCHAcode/python-sscha#335 - Local cluster (2FA bypass) by @mesonepigreco in SSCHAcode/python-sscha#337
- Allow disutils to detect implementation of linear algebra by @bastonero in SSCHAcode/python-sscha#387
- Meson compiler test by @diegomartinez2 in SSCHAcode/python-sscha#399
- Fixed the issue #193. by @mesonepigreco in SSCHAcode/python-sscha#195
- Update pyproject.toml by @mgovoni-devel in SSCHAcode/python-sscha#400
- ASR in 1D materials by @mesonepigreco in SSCHAcode/python-sscha#174
- Fixed the spglib compatibility with version >2.2 by @mesonepigreco in SSCHAcode/python-sscha#401
- Removed the spglib fix in the requirements by @mesonepigreco in SSCHAcode/python-sscha#402
- Fix the python dependency by @mesonepigreco in SSCHAcode/python-sscha#403
New Contributors
- @mgovoni-devel made their first contribution in SSCHAcode/python-sscha#400
Full Changelog: v1.1...v1.5