Skip to content

Commit e6dd1e4

Browse files
author
Joonas Hirvonen
committed
Commenting on the thermal masses
1 parent 635c573 commit e6dd1e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Models/StandardModel/exampleCollisionDefs.py

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def setupCollisionModel_QCDEW(
5151
# Define mass helper functions. We need the mass-squares in units of temperature, ie. m^2 / T^2.
5252
# These should take in a WallGoCollision.ModelParameters object and return a floating-point value
5353

54+
# Note that the particular values of masses here are for a comparison with arXiv:hep-ph/9506475.
55+
# Doubly weak diagrams have been neglected as subleading in the comparison.
56+
# For proceeding beyond the leading-log approximation one should use the asymptotic masses.
5457
# For quarks we include the thermal mass only
5558
def quarkThermalMassSquared(p: WallGoCollision.ModelParameters) -> float:
5659
gs = p["gs"] # this is equivalent to: gs = p.getParameterValue("gs")

0 commit comments

Comments
 (0)