computefpsOS | R Documentation |
From a mass and amplitude determination (using matrixfit
) the
pseudoscalar decay constant is determined for the case of Osterwalder Seiler
(OS) fermions from the AS and SS amplitude (in the twisted basis), ZA and
the OS pion mass.
computefpsOS(mfit, Kappa = sqrt(0.5), normalisation = "cmi", boot.fit = TRUE, ZA = 1, ZAboot, dZA)
mfit |
An object of type |
Kappa |
The kappa-value of the run, needed only if
|
normalisation |
normalisation of the correlators. If set to "cmi" the kappa value must be specified. |
boot.fit |
If set to |
ZA |
The value of the renormalisation constant ZA. |
ZAboot |
Bootstrap samples for ZA. If they are provided,
they are used for computing fps, if not, bootstrap samples are generated
from |
dZA |
The value of the (normally distributed) error of the renormalisation constant ZA. |
The pseudoscalar decay constant is computed from
% fpsOS = sqrt(2) kappa ZA <0|A|pi>/mps
for
normalisation="cmi"
or
% fpsOS = ZA <0|A|pi>/mps
expecting physical normalisation of the amplitudes.
If mfit
is available, this object will be returned but with
additional objects added: fpsOS
, fpsOS.tsboot
,
normalistaion
, ZA
, ZAboot
and kappa
if
applicable.
Carsten Urbach, curbach@gmx.de
matrixfit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.