Skip to content

Commit

Permalink
Change of contents and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed May 16, 2024
1 parent 27adbdd commit 5580c93
Show file tree
Hide file tree
Showing 7 changed files with 632 additions and 329 deletions.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"_build",
]
extensions = ["myst_nb"]
html_theme = "pydata_sphinx_theme"
html_theme = "sphinx_book_theme"
master_doc = "index"
myst_enable_extensions = [
"amsmath",
"colon_fence",
"dollarmath",
"html_image",
"smartquotes",
]
nitpicky = True
project = "GlueX N-Star"
20 changes: 17 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# MyST-NB Quickstart
# Amplitude Analysis 101 / PWA101 (v2.0)

## Amplitude models for photoproduction reaction

This document is a follow-up of PWA101 (v1.0) (temporarily see [here](https://compwa--217.org.readthedocs.build/report/999.html)),
as an introduction to Amplitude Analysis / Partial Wave Analysis (PWA) by demonstrating its application to a specific reaction channel and amplitude model.

Now the focus is the use of symbolic expressions (computations) with the use of [ComPWA packages](https://compwa.github.io/), or CAS(Computer Algebra System)-assisted model building in general (the python package `SymPy` in this case) to illustrate the general process in PWA.

This tutorial aims to equip readers with deeper understanding of PWA methodologies and full workflow in the context of hadron physics through a practical, hands-on example with symbolic expressions via [ComPWA](https://compwa.github.io/).

Furthermore,
address to the issue ✅ [ComPWA/gluex-nstar#1](https://github.com/ComPWA/gluex-nstar/issues/1), this document is PWA101(v2.0), which shows PWA methodologies and full workflow in the context of hadron physics with symbolic expressions via [ComPWA](https://compwa.github.io/).

# Table of contents:

```{toctree}
intro
report-0
reaction
pgamma-state
```
263 changes: 0 additions & 263 deletions docs/intro.ipynb

This file was deleted.

20 changes: 14 additions & 6 deletions docs/report-0.ipynb → docs/pgamma-state.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,21 @@
"tags": []
},
"source": [
"As an example, create a virtual particle that represents state $e^+ e^-$ can be seen [here](https://qrules.readthedocs.io/0.10.x/usage/particle/#adding-custom-particle-definitions-through-python)."
"As an example of side note, create a virtual particle that represents state $e^+ e^-$ can be seen [here](https://qrules.readthedocs.io/0.10.x/usage/particle/#adding-custom-particle-definitions-through-python)."
]
},
{
"cell_type": "markdown",
"id": "4",
"metadata": {},
"source": [
"`QRules` is used for this task"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"id": "5",
"metadata": {
"editable": true,
"slideshow": {
Expand All @@ -82,7 +90,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"id": "6",
"metadata": {
"editable": true,
"slideshow": {
Expand All @@ -99,7 +107,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"id": "7",
"metadata": {
"editable": true,
"slideshow": {
Expand All @@ -115,7 +123,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7",
"id": "8",
"metadata": {
"editable": true,
"slideshow": {
Expand All @@ -131,7 +139,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8",
"id": "9",
"metadata": {
"editable": true,
"slideshow": {
Expand Down
Loading

0 comments on commit 5580c93

Please sign in to comment.