Skip to content

ver. 1.0

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 09 Nov 05:44
· 56 commits to master since this release

Installation guide

Please download SpM-1.0.tar.gz.
To build SpM, please type the following commands.

tar xzvf SpM-1.0.tar.gz
cd SpM-1.0
mkdir build
cd build
cmake ..
make

Then, the executable file SpM.out is created in the ./src directory.

Introduction of SpM

Sparse Modeling tool for analytical continuation.

The algorithm is presented in the article

  • J. Otsuki, M. Ohzeki, H. Shinaoka, K. Yoshimi,
    "Sparse modeling approach to analytical continuation of imaginary-time quantum Monte Carlo data"
    Phys. Rev. E 95, 061302(R) (2017).

Licence

This package is distributed under GNU General Public License version 3 (GPL v3).

We kindly ask you to cite the article above
in publications that include results obtained using this package.

Author

Junya Otsuki, Kazuyoshi Yoshimi, Hiroshi Shinaoka, Masayuki Ohzeki

Requirement

  • LAPACK, BLAS
  • cpplapack (included in this package)

Official page

The official page of the SpM is here.