Skip to content

Releases: dftbplus/skprogs

Release 0.3

27 Jun 11:27
0.3
Compare
Choose a tag to compare

Added

  • skexp: a script that generates STO exponents for a given atomic number

  • approximate average local potential and effective orbital energies
    (to validate the asymptotic behavior of newly implemented functionals)

  • useful error message for valence shell misconfigurations

Changed

  • allow for element names matching the pattern [a-z][a-z0-9_] (ignoring case)

  • substitute the deprecated distutils module

  • disable parsing multiple configuration files due to broken backend

  • modernization of the mixers

Fixed

  • fraction of EXX not correctly propagated to sktwocnt for B3LYP

  • the maximum value for the principle quantum number did not include 7

Release 0.2

05 Aug 06:37
0.2
Compare
Choose a tag to compare

Added

  • support for general range-separated long-range corrected CAM functionals

  • utility to consistently set version numbers

  • basic regression test framework for black-box testing

  • useful error message if slateratom did not produce expected outputs

Changed

  • zero-out correlation potential for empty spin channels (e.g. spin-pol. H atom)

  • convert scripts into entry points

  • switch from libXC 4.x to 5.x interface

  • replace old ewevge by LAPACK eigensolver

  • replace old hand-coded functionals by libXC

Fixed

  • collectwavecoeffs script

Release 0.1

04 Jun 15:42
0.1
Compare
Choose a tag to compare

Added

  • initial source of slateratom, sktwocnt and sktools

Changed

  • overhaul of code formatting and general structure