Skip to content

Commit f35a042

Browse files
fixed the index of the W
1 parent f6f1bd0 commit f35a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/StandardModel/standardModel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def WMsqThermal(T: float) -> float: # pylint: disable=invalid-name
156156

157157
wBoson = Particle(
158158
name="W",
159-
index=2,
159+
index=6,
160160
msqVacuum=WMsqVacuum,
161161
msqDerivative=WMsqDerivative,
162162
msqThermal=WMsqThermal,

0 commit comments

Comments
 (0)