Skip to content

egull/SmoQyHankelCorrCleaner.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmoQyHankelCorrCleaner.jl

Stable Dev Build Status Coverage

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")

Documentation

  • STABLE: Documentation for the latest version of the code published to the Julia General registry.
  • DEV: Documentation for the latest commit to the main branch.

Packages

 
 
 

Contributors

Languages

  • Julia 100.0%