You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* removed thermal mass from particle.py and inert doublet model
* fixed conftest
* removed thermal mass from singletZ2
* removed thermal mass from ManySinglets, Yukawa and SM
* Removed the question about msqThermal in the FAQ
* Fixed line numbers in first example
---------
Co-authored-by: Benoit Laurent <benoit.laurent96@gmail.com>
Co-authored-by: Oliver Gould <oliver.gould@nottingham.ac.uk>
Copy file name to clipboardexpand all lines: docs/source/firstExample.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The definition of the Model starts by inheriting from the :py:data:`WallGo.Gener
18
18
19
19
.. literalinclude:: ../../Models/Yukawa/yukawa.py
20
20
:language: py
21
-
:lines: 6-90
21
+
:lines: 6-84
22
22
23
23
The scalar potential is used both for determining the free energy of homogeneous phases and for the shape and width of the bubble wall. In principle the potentials determining these two phenomena are different, as the former is coarse grained all the way to infinite length scales, while the latter can only consistenly be coarse grained on length scales shorter than the bubble wall width. :footcite:p:`Langer:1974cpa` Nervertheless, at high temperatures and to leading order in powers of the coupling, these two potentials agree.
24
24
@@ -45,15 +45,15 @@ The implementation in WallGo is as follows: one defines a class, here called :py
45
45
46
46
.. literalinclude:: ../../Models/Yukawa/yukawa.py
47
47
:language: py
48
-
:lines:93-152
48
+
:lines:88-146
49
49
50
50
The initialisation of an :py:data:`WallGo.EffectivePotential` object takes the model parameters and the number of background scalar fields as arguments and stores them for use in evaluating the potential. It is possible to override other member functions when defining :py:data:`WallGo.EffectivePotentialYukawa`, such as the initialisation function, or to add additional member functions and variables, though we haven't done so in this simple example.
51
51
52
52
Once these two classes have been defined, we can now run WallGo to compute the bubble wall speed.
0 commit comments