Skip to content

Commit

Permalink
DOC: improve rendering of Flatté lineshape (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Apr 29, 2024
1 parent ade0794 commit 027a8f2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/appendix/dynamics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,15 @@
},
"outputs": [],
"source": [
"Γ1, Γ2, m1_1, m2_1, m1_2, m2_2 = sp.symbols(\"Gamma1 Gamma2 m1_1 m2_1 m1_2 m2_2\")\n",
"display_doit(FlattéSWave(s, m, (Γ1, Γ2), (m1_1, m2_1), (m1_2, m2_2)))"
"Γ1, Γ2, m1, m2, mπ, mΣ = sp.symbols(\"Gamma1 Gamma2 m1 m2 m_pi m_Sigma\")\n",
"display_doit(FlattéSWave(s, m, (Γ1, Γ2), (m1, m2), (mπ, mΣ)))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"where, in this analysis, we couple the $\\Lambda(1405)$ resonance to the channel $\\Lambda(1405) \\to \\Sigma^-\\pi^+$."
]
}
],
Expand All @@ -238,7 +245,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 027a8f2

Please sign in to comment.