Skip to content

Releases: mturiansky/nonrad

v1.2.0

11 Mar 23:56
Compare
Choose a tag to compare
  • implements the Sommerfeld parameter in 1 and 2 dimensions [see J. Phys.: Condens. Matter 36, 195902 (2024)]
  • faster overlap evaluation through Hermite-Gauss quadrature
  • some warnings when the number of initial/final states is not high enough to cover the crossing point between the potential energy surfaces
  • switch to pdm for package management

v1.1.0

29 Dec 02:11
Compare
Choose a tag to compare
  • support python 3.9
  • replace default interpolator with the PCHIP interpolator, which provides much better results when the overlaps are small (important for nonradiative rate evaluations)

v1.0.4

29 Jun 23:05
Compare
Choose a tag to compare
  • updated citation information
  • set ndmin=1 to ensure iterable numpy arrays
  • updated get_Q_from_struct to handle edge cases more gracefully

v1.0.3

30 Mar 04:49
Compare
Choose a tag to compare
  • Update to maintain compatibility with new versions of pymatgen
  • fix some mypy issues introduced in a new version

v1.0.2

11 Jan 21:25
Compare
Choose a tag to compare

Made get_Q_from_struct more robust to handle the case when an atom may move but one of it's coordinates doesn't change.

v1.0.1

10 Dec 20:05
Compare
Choose a tag to compare

Minor bug fix in get_Wif_from_WSWQ

v1.0.0

15 Nov 01:38
Compare
Choose a tag to compare

This is the first public release of the nonrad code for the evaluation of nonradiative capture coefficients from first principles.