Commit 5c03a851 authored by Alessandro 's avatar Alessandro

Update README.md

parent 39b1cdbd
Software for automated data analysis of Wilson_tm fermions with GEVP techniques.
The GEVP is solved as outlined in 1010.0202, i.e., given a correlator f(t) the following matrix is constructed:
```math
SE = \frac{\sigma}{\sqrt{n}}
C(t) = \begin{matrix} f(t) & f(t+\tau) \\ f(t+\tau) & f(t+2\tau) \end{matrix}
```
To run the code in the juliaREPL type:
......@@ -14,6 +15,8 @@ path_data where data are stored
path_plat where a plat.txt file is stored with plateaus for all ensembles
path_result where you want to save results.txt and plots
ensembles to analyse
tau value to use for matrix construction
_t0 value to use for solving the GEVP
sector you are interested in: light-light, light-heavy, heavy-heavy...
rwf set to true if you want to include reweighting factors
compute_t0 set to true if you want to extract t0 from ms.dat file. Otherwise, t0 is taken from 1608.08900 in const.jl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment