Skip to content

Releases: mturiansky/nonrad

v1.2.0

Choose a tag to compare

@mturiansky mturiansky released this 11 Mar 23:56
  • 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

Choose a tag to compare

@mturiansky mturiansky released this 29 Dec 02:11
  • 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

Choose a tag to compare

@mturiansky mturiansky released this 29 Jun 23:05
  • 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

Choose a tag to compare

@mturiansky mturiansky released this 30 Mar 04:49
  • Update to maintain compatibility with new versions of pymatgen
  • fix some mypy issues introduced in a new version

v1.0.2

Choose a tag to compare

@mturiansky mturiansky released this 11 Jan 21:25

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

Choose a tag to compare

@mturiansky mturiansky released this 10 Dec 20:05

Minor bug fix in get_Wif_from_WSWQ

v1.0.0

Choose a tag to compare

@mturiansky mturiansky released this 15 Nov 01:38

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