SmoQyHankelCorrCleaner.jl

SmoQyHankelCorrCleaner.jl implements the algorithm introduced in the paper "Denoising of Imaginary Time Response Functions with Hankel Projections" for denoising imaginary time correlation data, the citation for which is given below:

@article{Yu2024Denoising,
  title={Denoising of Imaginary Time Response Functions with Hankel projections},
  author={Yu, Yang and Kemper, Alexander F and Yang, Chao and Gull, Emanuel},
  journal={arXiv preprint arXiv:2403.12349},
  year={2024}
}

Installation

To install SmoQyHankelCorrCleaner.jl, simply open the Julia REPL and run the commands

julia> ]
pkg> add SmoQyHankelCorrCleaner

or equivalently via Pkg do

julia> using Pkg; Pkg.add("SmoQyHankelCorrCleaner")