Skip to content

krivenko/som

Repository files navigation

TRIQS/SOM: Stochastic Optimization Method for Analytic Continuation

CI Documentation

Copyright (C) 2016-2024 Igor Krivenko <igor.s.krivenko @ gmail.com>

This program is an optimized implementation of an analytic continuation method proposed by Andrey S. Mishchenko. A detailed description of the method can be found in http://www.cond-mat.de/events/correl12/manuscripts/mishchenko.pdf.

SOM 2.x offers new features, including the more advanced SOCC (stochastic optimization with consistent constraints) analytic continuation protocol.

SOM uses the TRIQS library version 3.2.x. The TRIQS website is under https://triqs.github.io/triqs/. Start there to learn about TRIQS.

Legacy SOM versions 1.x are based on TRIQS 1.4.2. The 1.x source code is still available on the 1.x branch; Its respective documentation web-site was moved to https://krivenko.github.io/som1.

Installation

Please, refer to http://krivenko.github.io/som/install.html or doc/install.rst in the source code tree for installation instructions.

Citing

Accompanying Computer Physics Communications paper [arXiv:1808.00603]

@article{SOM,
    title = {{TRIQS/SOM: Implementation of the stochastic optimization method
              for analytic continuation}},
    author = {Igor Krivenko and Malte Harland},
    journal = {Computer Physics Communications},
    volume = {239},
    pages = {166-183},
    year = {2019},
    issn = {0010-4655},
    doi = {https://doi.org/10.1016/j.cpc.2019.01.021},
    url = {https://www.sciencedirect.com/science/article/pii/S0010465519300402}
}

License

SOM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SOM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SOM (in the file LICENSE.txt in this directory). If not, see http://www.gnu.org/licenses/.