Metadata-Version: 2.1
Name: triqs_maxent
Version: 3.3.0
Summary: TRIQS application providing a modular Maximum Entropy progra to perform analytic continuation based on the TRIQS library (triqs.github.io)
Author-email: TRIQS <triqs@flatironinstitute.org>
Project-URL: Homepage, https://triqs.github.io/maxent
Project-URL: Bug Tracker, https://github.com/triqs/maxent/issues
Keywords: triqs,analytic-continuation,maximum-entropy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
License-File: COPYING.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

[![build](https://github.com/TRIQS/triqs_maxent/workflows/build/badge.svg)](https://github.com/TRIQS/triqs_maxent/actions?query=workflow%3Abuild)

# MaxEnt

The goal of this TRIQS application is to provide a modular Maximum Entropy program to perform analytic continuation.

In the spirit of TRIQS, the implementation is not intended as a monolithic package that the user interacts with via input files, but as a set of tools (i.e., functions and classes) that can be called from python.

Learn how to use this package in the [documentation](https://triqs.github.io/maxent).

## Disclaimer

   TRIQS/maxent is a new TRIQS application made public in 2018.
   We have tested the code on multiple problems and made sure
   that the unit tests cover extensive parts of the code.
   However, there is no guarantee that the code is free of bugs.
   Therefore, if you encounter any problems we kindly ask you to
   open an `issue report on github <https://github.com/triqs/maxent/issues>`_.
   Should you run benchmarks and comparison to other analytic continuation
   packages please share your results with us. Any feedback is greatly appreciated.

## Authors

- Gernot J. Kraberger, Graz University of Technology
- Manuel Zingl, CCQ, Flatiron Institute, Simons Foundation and previously Graz University of Technology
