Commit e6dd1e4 Joonas Hirvonen
committed
1 parent 635c573 commit e6dd1e4 Copy full SHA for e6dd1e4
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ def setupCollisionModel_QCDEW(
51
51
# Define mass helper functions. We need the mass-squares in units of temperature, ie. m^2 / T^2.
52
52
# These should take in a WallGoCollision.ModelParameters object and return a floating-point value
53
53
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.
54
57
# For quarks we include the thermal mass only
55
58
def quarkThermalMassSquared (p : WallGoCollision .ModelParameters ) -> float :
56
59
gs = p ["gs" ] # this is equivalent to: gs = p.getParameterValue("gs")
You can’t perform that action at this time.
0 commit comments