pcac | R Documentation |
Computes the pcac mass from the PP and the AP (PA) correlators and estimates the errors using the gamma method
pcac(psfilename, apfilename, pafilename, from = 3, to = 3, fit = F, skip = 0, plotit = F, S = 1.5)
psfilename |
filename of the file from which to read the PP correlator. It is supposed to be in GWC code format. mandatory. |
apfilename |
filename of the file from which to read the AP correlator. It is supposed to be in GWC code format. Either PA or AP correlator (or both) must be given. If both are given, both are used by averaging. |
pafilename |
filename of the file from which to read the PA correlator. It is supposed to be in GWC code format. Either PA or AP correlator (or both) must be given. If both are given, both are used by averaging. |
from |
the effective mass is computed starting with t=from |
to |
the effective mass is computed ending with t=to |
fit |
logical. if TRUE a fit is performed to all t-values to determine the pcac mass. |
skip |
no of measurements to skip at the beginning of the file |
plotit |
logical. if TRUE a plot is drawn. |
S |
passed to |
the symmetric difference operator is used.
returns a data.frame with the results. The object is also of class
massfit
which can be plotted using the generic function plot
.
Carsten Urbach, carsten.urbach@liverpool.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.