Version 1.0.2
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- partial 2.x support ( @galexv )
- Includes some post-publication improvements:
- Bug fix for backcontinue (@pbakalov )
- small example typos
bool
s are treated properly throughout the code- Better
Eigen3
handling
Note: the branch GPLv3 has added input/output file handling features not included in this branch