LatSpec.jl is a package for performing spectroscopical analyses for Lattice Field Theories. The package provides functions, recipes and suitable wrappers for all phases of the analysation process:
- Statistics: calculating autocorrelations, expectation values, ...
- Spectroscopy: performing variational analysis, extracting masses from correlators, ...
- Output: representation of data and results(, efficient storing?)
- The package is neither registered yet, nor really working at this moment.
- So just be patient and add Issues or Pull-Requests if you want something to be added.
The package can be installed with the Julia package manager (though not yet registered). From the Julia REPL, type ]
to enter the Pkg REPL mode and run:
pkg> add https://github.com/briederer/LatSpec.jl
Or, equivalently, via the Pkg API:
julia> import Pkg; Pkg.add(url="https://github.com/briederer/LatSpec.jl")
Short description of how to use and add to project here
Any special features and examples go here