The oneloop.ghost module¶
Library of functions and routines for the one-loop ghost propagator computed in the Screened Massive Expansion.
Contents:
Note
Where not otherwise specified,
sis the adimensional Euclidean momentum squared.
Most functions are defined modulo factors of the coupling constant. If the
renparameter is available, such factors become irrelevant when renormalization is enabled usingren=True.
The one-loop ghost dressing function, propagator and spectral function¶
- ghost_chi_inv(s, xi=0, G0=0.14524)¶
Inverse ghost dressing function
.
Modulo a factor of
.
- Parameters
xi – gauge parameter
G0 – additive renormalization constant
- ghost_chi(s, xi=0, G0=0.14524)¶
Ghost dressing function
.
Modulo a factor of
.
- Parameters
xi – gauge parameter
G0 – additive renormalization constant
- ghost_prop(s, xi=0, G0=0.14524, ren=True, Z=None, mu0=6.099699589795203, dimensionful=False, m=0.65577)¶
Ghost propagator
.
Modulo a factor of
.
- Parameters
xi – gauge parameter
G0 – additive renormalization constant
ren – if
True, multiplicatively renormalize the propagatorZ – if
None, renormalize the propagator in the MOM scheme at the scalemu0, else useZas the multiplicative renormalization factor (only ifren=True)mu0 – adimensional renormalization scale
for the renormalization of the propagator in the MOM scheme (only if
ren=True)dimensionful – if
False, adimensionalize the propagator by multiplying it bym2; ifTrue,sis the dimensionful momentum squaredm – gluon mass parameter
(only if
dimensionful=True)
- ghost_spectral(s, xi=0, G0=0.14524, ren=True, Z=None, mu0=6.099699589795203, dimensionful=False, m=0.65577)¶
Ghost spectral function
in Minkowski space.
Modulo a factor of
. The
for the difference across the branch cut is defined in the
PySmeQcd.settingsmodule.- Parameters
xi – gauge parameter
G0 – additive renormalization constant
ren – if
True, multiplicatively renormalize the spectral functionZ – if
None, renormalize the spectral function in the MOM scheme at the scalemu0, else useZas the multiplicative renormalization factor (only ifren=True)mu0 – adimensional renormalization scale
for the renormalization of the spectral function in the MOM scheme (only if
ren=True)dimensionful – if
False, adimensionalize the spectral function by multiplying it bym2; ifTrue,sis the dimensionful Minkowski momentum squaredm – gluon mass parameter
(only if
dimensionful=True)
Note
s is the adimensional Minkowski momentum squared ,
or the dimensionful Minkowski momentum squared
if
dimensionful=True.
- dghost_chi_inv(s, xi=0)¶
Derivative of
ghost_chi_invwith respect tos.- Parameters
xi – gauge parameter
G0 – additive renormalization constant
Plots¶
- ghost_chi_plot(s=[0.001, 25], N_s=1000, xi=0, G0=0.14524, inverse=False, ren=True, Z=None, mu0=6.099699589795203, dimensionful=False, m=0.65577, scale='log', title=False, outf=None)¶
Plots the ghost dressing function in Euclidean space.
Modulo a factor of
.
- Parameters
s – a two-element list containing the minimum and maximum momentum squared for the plot (see below for dimensions)
N_s – an integer specifying the number of plot points
xi – gauge parameter
G0 – additive renormalization constant
inverse – if
True, plot the inverse dressing functionren – if
True, multiplicatively renormalize the dressing functionZ – if
None, renormalize the dressing function in the MOM scheme at the scalemu0, else useZas the multiplicative renormalization factor (only ifren=True)mu0 – adimensional renormalization scale
for the renormalization of the dressing function in the MOM scheme (only if
ren=True)dimensionful – if
False, adimensionalize the dressing function by multiplying it bym2; ifTrue,sis the dimensionful momentum squaredm – gluon mass parameter
(only if
dimensionful=True)scale – if set to
'log', switch to a log-lin scaletitle – if
True, show a title for the plotoutf – if not
None, save the output to the file specified byoutfrather than printing it out
- ghost_prop_plot(s=[0.001, 25], N_s=1000, xi=0, G0=0.14524, ren=True, Z=None, mu0=6.099699589795203, dimensionful=False, m=0.65577, scale='log', title=False, outf=None)¶
Plots the ghost propagator in Euclidean space.
Modulo a factor of
.
- Parameters
s – a two-element list containing the minimum and maximum momentum squared for the plot (see below for dimensions)
N_s – an integer specifying the number of plot points
xi – gauge parameter
G0 – additive renormalization constant
ren – if
True, multiplicatively renormalize the propagatorZ – if
None, renormalize the propagator in the MOM scheme at the scalemu0, else useZas the multiplicative renormalization factor (only ifren=True)mu0 – adimensional renormalization scale
for the renormalization of the propagator in the MOM scheme (only if
ren=True)dimensionful – if
False, adimensionalize the propagator by multiplying it bym2; ifTrue,sis the dimensionful momentum squaredm – gluon mass parameter
(only if
dimensionful=True)scale – if set to
'log', switch to a log-lin scaletitle – if
True, show a title for the plotoutf – if not
None, save the output to the file specified byoutfrather than printing it out
- ghost_spectral_plot(s=[0.001, 25], N_s=1000, xi=0, G0=0.14524, ren=True, Z=None, mu0=6.099699589795203, dimensionful=False, m=0.65577, scale='log', title=False, outf=None)¶
Plots the ghost spectral function in Minkowski space.
Modulo a factor of
.
- Parameters
s – a two-element list containing the minimum and maximum Minkowski momentum squared for the plot (see below for dimensions)
N_s – an integer specifying the number of plot points
xi – gauge parameter
G0 – additive renormalization constant
ren – if
True, multiplicatively renormalize the spectral functionZ – if
None, renormalize the spectral function in the MOM scheme at the scalemu0, else useZas the multiplicative renormalization factor (only ifren=True)mu0 – adimensional renormalization scale
for the renormalization of the spectral function in the MOM scheme (only if
ren=True)dimensionful – if
False, adimensionalize the spectral function by multiplying it bym2; ifTrue,sis the dimensionful Minkowski momentum squaredm – gluon mass parameter
(only if
dimensionful=True)scale – if set to
'log', switch to a log-lin scaletitle – if
True, show a title for the plotoutf – if not
None, save the output to the file specified byoutfrather than printing it out
Note
s is the adimensional Minkowski momentum squared ,
or the dimensionful Minkowski momentum squared
if
dimensionful=True.