Skip to content

Commit

Permalink
MAINT: remove useless cell
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 20, 2024
1 parent 263764f commit f26fc21
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/usage/dynamics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -423,31 +423,6 @@
"The relativistic Breit-Wigner can be adapted slightly, so that its amplitude goes to zero at threshold ($m_0 = m1 + m2$) and that it becomes normalizable. This is done with {ref}`form factors <usage/dynamics:Form factor>` and can be obtained with the function {func}`.relativistic_breit_wigner_with_ff`:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"from ampform.dynamics import (\n",
" BreakupMomentumSquared,\n",
" PhaseSpaceFactor, # noqa: F401\n",
")\n",
"from ampform.sympy.math import ComplexSqrt\n",
"\n",
"\n",
"def breakup_momentum(s: sp.Symbol, m1: sp.Symbol, m2: sp.Symbol) -> sp.Expr:\n",
" q_squared = BreakupMomentumSquared(s, m1, m2)\n",
" return ComplexSqrt(q_squared)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit f26fc21

Please sign in to comment.