Skip to content

Commit

Permalink
DOC: build amplitude with K-matrix dynamics (#278)
Browse files Browse the repository at this point in the history
* DOC: add TR tag `dynamics` to relevant reports
* DOC: add TR tag `K-matrix` to relevant reports
* MAINT: update Python version in kernel

---------

Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
  • Loading branch information
Zeyna777 and redeboer authored May 24, 2024
1 parent 4be884c commit 7dacea5
Show file tree
Hide file tree
Showing 14 changed files with 4,343 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"axhline",
"axvline",
"azim",
"bbox",
"bdist",
"bgcolor",
"boldsymbol",
Expand Down Expand Up @@ -214,6 +215,7 @@
"forall",
"framealpha",
"funcs",
"fvector",
"getitem",
"getsource",
"graphviz",
Expand All @@ -225,6 +227,7 @@
"heli",
"hepstats",
"histtype",
"hotpink",
"hoverinfo",
"hspace",
"hypotests",
Expand All @@ -242,12 +245,15 @@
"isinstance",
"isnan",
"isort",
"isospin",
"isrealobj",
"jaxlib",
"joinpath",
"jpsi",
"juliaup",
"jupyterlab",
"kernelspec",
"kmatrix",
"kutschke",
"lambdifier",
"lambdifygenerated",
Expand Down Expand Up @@ -295,6 +301,7 @@
"noreply",
"nrows",
"nsimplify",
"nstar",
"numpycode",
"operatorname",
"pandoc",
Expand Down Expand Up @@ -371,6 +378,7 @@
"toprettyxml",
"tqdm",
"treewise",
"twinx",
"unevaluatable",
"unsrt",
"venv",
Expand Down
2 changes: 2 additions & 0 deletions docs/report/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
002-*-graph
013-graph?
018-graph

!030/*.yml
3 changes: 2 additions & 1 deletion docs/report/000.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"dynamics",
"lambdification",
"sympy"
]
Expand Down Expand Up @@ -917,7 +918,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.14"
},
"orphan": true
},
Expand Down
1 change: 1 addition & 0 deletions docs/report/004.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"dynamics",
"physics"
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/report/005.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"dynamics",
"K-matrix",
"physics"
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/report/009.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"K-matrix",
"dynamics",
"physics",
"sympy"
]
Expand Down
2 changes: 2 additions & 0 deletions docs/report/010.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"dynamics",
"K-matrix",
"physics",
"sympy"
]
Expand Down
4 changes: 3 additions & 1 deletion docs/report/025.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
{
"cell_type": "markdown",
"metadata": {
"tags": []
"tags": [
"K-matrix"
]
},
"source": [
"::::{margin}\n",
Expand Down
5 changes: 4 additions & 1 deletion docs/report/026.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
{
"cell_type": "markdown",
"metadata": {
"tags": []
"tags": [
"dynamics",
"K-matrix"
]
},
"source": [
"::::{margin}\n",
Expand Down
5 changes: 4 additions & 1 deletion docs/report/027.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
{
"cell_type": "markdown",
"metadata": {
"tags": []
"tags": [
"dynamics",
"K-matrix"
]
},
"source": [
"::::{margin}\n",
Expand Down
3 changes: 2 additions & 1 deletion docs/report/029.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"cell_type": "markdown",
"metadata": {
"tags": [
"PDG"
"dynamics",
"sympy"
]
},
"source": [
Expand Down
Loading

0 comments on commit 7dacea5

Please sign in to comment.