Skip to content

briederer/LatSpec.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatSpec.jl

Build status codecov Docs-dev Docs-stable

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

❗️ Warning: This package is in a very early stage ❗️

  • 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.

Installation

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

Usage

Short description of how to use and add to project here

Special Features

Any special features and examples go here

Created by

Bernd Riederer (@briederer)

Contact-me Linktr.ee Website Gitlab-briederer Twitter-b_riederer

Fabian Zierler (@fzierler)

Contact-me