https://github.com/krivenko/som
TRIQS-based Stochastic Optimization Method for Analytic Continuation
https://github.com/krivenko/som
analytical continuation maxent qmc som
Last synced: about 1 year ago
JSON representation
TRIQS-based Stochastic Optimization Method for Analytic Continuation
- Host: GitHub
- URL: https://github.com/krivenko/som
- Owner: krivenko
- License: other
- Created: 2016-05-29T18:21:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T00:22:35.000Z (about 1 year ago)
- Last Synced: 2025-05-06T21:05:33.300Z (about 1 year ago)
- Topics: analytical, continuation, maxent, qmc, som
- Language: C++
- Homepage: http://krivenko.github.io/som/
- Size: 92.8 MB
- Stars: 15
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: COPYING.txt
- Citation: CITATIONS.bib
Awesome Lists containing this project
README
TRIQS/SOM: Stochastic Optimization Method for Analytic Continuation
===================================================================
[](
https://github.com/krivenko/som/actions/workflows/build-and-deploy.yml)
[](
https://krivenko.github.io/som)
Copyright (C) 2016-2025 Igor Krivenko
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
.
SOM 2.x offers new features, including the more advanced SOCC ([stochastic
optimization with consistent constraints](
https://doi.org/10.1103/PhysRevB.95.014102)) analytic continuation protocol.
SOM uses the TRIQS library version 3.2.x or 3.3.x. The TRIQS website is under
. 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 **.
Installation
------------
Please, refer to or
`doc/install.rst` in the source code tree for installation instructions.
Citing
------
[Accompanying Computer Physics Communications paper](
https://doi.org/10.1016/j.cpc.2019.01.021)
[[arXiv:1808.00603](https://arxiv.org/abs/1808.00603)]
```BibTeX
@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}
}
```
[Version 2.0 announcement](https://doi.org/10.1016/j.cpc.2022.108491)
```BibTeX
@article{SOM2,
title = {{TRIQS/SOM 2.0: Implementation of the stochastic optimization
with consistent constraints for analytic continuation}},
author = {Igor Krivenko and Andrey S. Mishchenko},
journal = {Computer Physics Communications},
volume = {280},
pages = {108491},
year = {2022},
issn = {0010-4655},
doi = {https://doi.org/10.1016/j.cpc.2022.108491},
url = {https://www.sciencedirect.com/science/article/pii/S0010465522002107}
}
```
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
.