Skip to content

Releases: CQMP/Maxent

Version 1.1.1

29 May 15:00
f5e50d3
Compare
Choose a tag to compare

Maxent is a tool for performing analytic continuation of spectral functions using the maximum entropy method.

The code operates on discrete imaginary axis datasets (values with uncertainties) and transforms this input to the real axis. The code works for imaginary time and Matsubara frequency data and implements the 'Legendre' representation of finite temperature Green's functions. It implements a variety of kernels, default models, and grids for continuing bosonic, fermionic, anomalous, and other data.


This release:

  • Fix DOI URL
  • Internal code renaming
  • Tests now compile gtest only once rather than with every test
  • Code will now compile when BLAS/LAPACK isn't found
  • Fixed Covariance Matrix input (@pbakalov)
    • See #39 for more details
    • Covariance eigenvalue cutoff now has a new parameter CM_EIGENVALUE_CUTOFF with default to 1e-10

Note: the branch GPLv3 has added input/output file handling features not included in this branch

Version 1.1

14 Jan 16:06
Compare
Choose a tag to compare

Maxent is a tool for performing analytic continuation of spectral functions using the maximum entropy method.

The code operates on discrete imaginary axis datasets (values with uncertainties) and transforms this input to the real axis. The code works for imaginary time and Matsubara frequency data and implements the 'Legendre' representation of finite temperature Green's functions. It implements a variety of kernels, default models, and grids for continuing bosonic, fermionic, anomalous, and other data.


This release:

  • Updated headers and years
  • Includes published Maxent paper notice
  • Uses ALPSCore 2.x series - now requires CMake 3.1+

Note: the branch GPLv3 has added input/output file handling features not included in this branch

Version 1.0.2

14 Jan 15:26
Compare
Choose a tag to compare

Maxent is a tool for performing analytic continuation of spectral functions using the maximum entropy method.

The code operates on discrete imaginary axis datasets (values with uncertainties) and transforms this input to the real axis. The code works for imaginary time and Matsubara frequency data and implements the 'Legendre' representation of finite temperature Green's functions. It implements a variety of kernels, default models, and grids for continuing bosonic, fermionic, anomalous, and other data.


This release:

  • Critical fixes to work with the ALPSCore 1.1.0 series
  • Includes some post-publication improvements:

Note: the branch GPLv3 has added input/output file handling features not included in this branch

Version 1.0.1

26 Oct 14:54
Compare
Choose a tag to compare

Maxent is a tool for performing analytic continuation of spectral functions using the maximum entropy method.

The code operates on discrete imaginary axis datasets (values with uncertainties) and transforms this input to the real axis. The code works for imaginary time and Matsubara frequency data and implements the 'Legendre' representation of finite temperature Green's functions. It implements a variety of kernels, default models, and grids for continuing bosonic, fermionic, anomalous, and other data.

This release: minor bugfixes.

Version 1.0

01 Jun 15:45
Compare
Choose a tag to compare

Working version release of Maxent v1.0

v1.0-rc3

10 May 02:15
Compare
Choose a tag to compare
v1.0-rc3 Pre-release
Pre-release
add install to all targets and move tests to subdirectory

Version 1.0 Release Candidate 2

09 May 15:41
Compare
Choose a tag to compare
Pre-release

This update now embeds gtest for better support with homebrew and macports and supports make install

Version 1.0 Release Candidate 1

08 May 14:31
Compare
Choose a tag to compare
Pre-release

Current candidate for maxent release. All tests are passing.