Skip to content

Releases: dftd3/simple-dftd3

s-dftd3 version 1.1.1

19 Sep 13:30
150f0cf
Compare
Choose a tag to compare

Changelog

New Contributors

Full Changelog: v1.1.0...v1.1.1

s-dftd3 version 1.1.0

27 Jul 16:45
d9b9c7b
Compare
Choose a tag to compare

Changelog

New Contributors

Full Changelog: v1.0.0...v1.1.0

s-dftd3 version 1.0.0

18 Jul 11:55
5ee8c4d
Compare
Choose a tag to compare

Changelog

  • PySCF: Add support for recording dispersion energy by @awvwgk in #38
  • Add PySCF B3LYP variant names and DM21 functionals by @awvwgk in #42
  • Add pass-through arguments and allow setting parameters in PySCF wrapper by @awvwgk in #44
  • Release version 1.0.0 by @awvwgk in #43

Full Changelog: v0.7.0...v1.0.0

s-dftd3 version 0.7.0

06 Nov 09:40
d5b72de
Compare
Choose a tag to compare

Changelog

  • Support PySCF by @awvwgk in #17
  • Add support for 1D and 2D periodic boundary conditions by @awvwgk in #18
  • Update install-mod.py by @kjelljorner in #19
  • Switch to meson-python as build system by @awvwgk in #20
  • Add parameters for B97-3c by @hebrewsnabla in #26
  • replace deprecated make_directory with file(MAKE_DIRECTORY) by @e-kwsm in #21
  • Use consistent s9 parameters in parameters file by @awvwgk in #28
  • Mark Python source installation as non-pure by @awvwgk in #29
  • Use conda-forge instead of PyPI to provision sdist workflow by @awvwgk in #31
  • Bump to version 0.7.0 by @awvwgk in #32

New Contributors

Full Changelog: v0.6.0...v0.7.0

s-dftd3 version 0.6.0

30 Apr 11:40
02dead2
Compare
Choose a tag to compare

s-dftd3 version 0.5.1

23 Jan 16:58
448b92b
Compare
Choose a tag to compare

Bugfix release

  • correct installation of Python model (include QCSchema support)
  • improve possibility to find Python dependency when building CFFI module
  • more flexibility for handling keyword arguments when constructing damping parameters in Python API

s-dftd3 version 0.5.0

16 Jan 15:03
a9e8051
Compare
Choose a tag to compare

Changes in library

  • correctly catch exceptional values in D3 model (c0305b4, fixes dftbplus/dftbplus#871)
  • support for pair-resolved dispersion energies (d7a382b)
  • update handling of parameter constructors in Python (1961f9e)
  • support optimized power damping (bca2de2, see awvwgk#6)
  • support parameter data file for loading damping parameters (e151502, see awvwgk#9)
  • JSON dump includes damping parameters (5642677)
  • allow changing of realspace cutoff in the C and Python API (see awvwgk#10)

SHA256

1447a230d6f89d1959a5c4731284575fa77f4e95640d333c5f0170ea486a286b  s-dftd3-0.5.0.tar.xz

s-dftd3 version 0.4.2

11 Nov 23:21
c2f03fe
Compare
Choose a tag to compare

New damping parameters

  • Add rational damping parameters from GMTKN55
  • Add damping parameters for wB97X, B97M and wB97M

Build system improvements

  • Simplify finding of dependencies in meson
  • Update dependency handling logic in meson and CMake

s-dftd3 version 0.4.1

21 Jun 14:55
246b680
Compare
Choose a tag to compare
  • fix debug build with Intel due to many continuation lines
  • use array bound remapping when initializing C6 coefficients to improve compilation speed of Intel compiler
  • fix OpenMP statements which cased an ICE with GCC10
  • allow disabling of C-API when building as subproject in meson or CMake superprojects
  • simplify installation of Python API with pip

s-dftd3 version 0.4.0

30 May 15:45
692ef02
Compare
Choose a tag to compare
  • improve meson build to allow installation of module files
  • refactor damping parameter constructors to work without structure_type
  • cleanup C API, fix header files
  • finish Python API
  • add integration for QCSchema
  • support CMake as build system