Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/WallGo/equationOfMotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1562,17 +1562,19 @@ def estimateTanhError(
r"""
Estimates the EOM error due to the tanh ansatz. It is estimated by the integral

.. math:: \sqrt{\Delta[\mathrm{EOM}^2]/|\mathrm{EOM}^2|},
.. math::
\sqrt{\Delta[\mathrm{EOM}^2]/|\mathrm{EOM}^2|},

with

.. math:: \\Delta[\\mathrm{EOM}^2]=\\int\\! dz\\, (-\\partial_z^2 \\phi+
\\partial V_{\\mathrm{eq}}/ \\partial \\phi+ \\partial V_{\\mathrm{out}}/ \\partial \\phi )^2
.. math::
Delta[\mathrm{EOM}^2]=\int\! dz\, (-\partial_z^2 \phi+
\partial V_{\mathrm{eq}}/ \partial \phi+ \partial V_{\mathrm{out}}/ \partial \phi )^2

and

.. math:: |\\mathrm{EOM}^2|=\\int\\! dz\\, [(\\partial_z^2 \\phi)^2+
(\\partial V_{\\mathrm{eq}}/ \\partial \\phi)^2+ (\\partial V_{\\mathrm{out}}/ \\partial \\phi)^2].
.. math:: |\mathrm{EOM}^2|=\int\! dz\, [(\partial_z^2 \phi)^2+
(\partial V_{\mathrm{eq}}/ \partial \phi)^2+ (\partial V_{\mathrm{out}}/ \partial \phi)^2].

"""
Tminus = hydroResults.temperatureMinus
Expand Down