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{PhysRevResearch.6.L032042,
title = {Denoising of imaginary time response functions with Hankel projections},
author = {Yu, Yang and Kemper, Alexander F. and Yang, Chao and Gull, Emanuel},
journal = {Phys. Rev. Res.},
volume = {6},
issue = {3},
pages = {L032042},
numpages = {8},
year = {2024},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevResearch.6.L032042},
url = {https://link.aps.org/doi/10.1103/PhysRevResearch.6.L032042}
}
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")