Skip to content

Releases: NonequilibriumDynamics/KadanoffBaym.jl

v1.3.2

17 Mar 17:50
19aa8a1
Compare
Choose a tag to compare

Fixes some typos in the documentation.

This version has also been published in

Meirinhos, Francisco; Bode, Tim, 2024, "Source code of KadanoffBaym.jl, an adaptive solver for KadanoffBaym equations", https://doi.org/10.60507/FK2/Q2VE6X, bonndata

v1.3.1

17 Mar 16:59
1481ad6
Compare
Choose a tag to compare

Ensures symmetries are enforced at all times. The previous implementation would turn gf[:,:,t1,t2] = a into gf[i,j,t1,t2] = a[i,j] for all (i,j) which did not enforce the SkewHermitian symmetry as the adjoint operation would be taken element-wise.

v1.3

08 Apr 09:17
Compare
Choose a tag to compare

Features

  • Integral-free calculation of the Volterra weights
  • New BEC example for one-point functions

Internal changes

  • Performance regression fix from previous version

v1.2

30 Dec 13:52
a6ca086
Compare
Choose a tag to compare

Features

  • Added support for stepping 1-time functions
  • Added Langreth's rules

Internal changes

  • Removed some internal dependencies
  • Increased dependency on OrdinaryDiffEq.jl

v1.0.1

12 Apr 11:16
41e4182
Compare
Choose a tag to compare

Features

  • Improved documentation

Fixes

  • Compliance with the unit tests

Internal changes

  • Removed dependency on EllipsisNotation.jl

v1.0

09 Apr 08:30
e29304c
Compare
Choose a tag to compare

First release of KadanoffBaym.jl

Generates all the plots of v2 of our manuscript.