Skip to content

Commit

Permalink
DOC: add reports about T-matrix Riemann sheets (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyna777 authored Mar 23, 2024
1 parent 33527d5 commit 67ef67a
Show file tree
Hide file tree
Showing 6 changed files with 2,048 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@
"lambdifying",
"LHCb",
"lineshape",
"lineshapes",
"Mathematica",
"MathML",
"matplotlib",
"Mikhasenko",
"miniconda",
"mkdir",
"multivalued",
"mypy",
"Numba",
"numpy",
Expand All @@ -105,6 +107,7 @@
"qrules",
"Reana",
"roadmap",
"Schwarz",
"Scikit",
"scipy",
"sympify",
Expand All @@ -124,8 +127,12 @@
"Zenodo"
],
"ignoreWords": [
"Basdevant",
"Colab",
"Danilkin",
"Deineka",
"MAINT",
"Tiator",
"absl",
"adrs",
"allclose",
Expand Down Expand Up @@ -173,6 +180,8 @@
"dalitzplot",
"darkred",
"dasharray",
"dataclass",
"dataclasses",
"dataframe",
"deepcopy",
"displaystyle",
Expand All @@ -194,6 +203,7 @@
"filterwarnings",
"fontcolor",
"fontsize",
"forall",
"framealpha",
"funcs",
"getitem",
Expand All @@ -207,6 +217,7 @@
"heli",
"hepstats",
"histtype",
"hoverinfo",
"hspace",
"hypotests",
"imag",
Expand All @@ -220,6 +231,7 @@
"ipython",
"ipywidgets",
"isinstance",
"isnan",
"isort",
"jaxlib",
"joinpath",
Expand All @@ -240,6 +252,7 @@
"lstrip",
"makedirs",
"marangotto",
"matexpr",
"mathbb",
"mathbf",
"mathcal",
Expand All @@ -251,6 +264,7 @@
"meshgrid",
"mmikhasenko",
"mname",
"mplot3d",
"msigma",
"multiline",
"mystnb",
Expand Down Expand Up @@ -302,6 +316,7 @@
"relim",
"repr",
"richman",
"rightarrow",
"royalblue",
"rpartition",
"rstride",
Expand Down Expand Up @@ -352,6 +367,7 @@
"vmax",
"vmin",
"wspace",
"xanchor",
"xaxis",
"xdata",
"xlabel",
Expand All @@ -361,6 +377,7 @@
"xtick",
"xticklabels",
"xticks",
"yanchor",
"yaxis",
"ydata",
"ylabel",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ pyvenv*/
!codecov.yml
!environment.yml
!pyrightconfig.json
.jupyter_ystore.db
2 changes: 1 addition & 1 deletion docs/report/014.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"\n",
"model = builder.formulate()\n",
"full_expression = remove_coefficients(model.expression)\n",
"I = sp.Symbol(\"I\") # noqa: E741\n",
"I = sp.Symbol(\"I\")\n",
"latex = sp.multiline_latex(I, full_expression)\n",
"Math(latex)"
]
Expand Down
Loading

0 comments on commit 67ef67a

Please sign in to comment.