Skip to content

Commit

Permalink
reduce diff with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 17, 2024
1 parent f7231ef commit 4f1c095
Show file tree
Hide file tree
Showing 6 changed files with 1,837 additions and 197 deletions.
25 changes: 4 additions & 21 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,36 +1,19 @@
project = "GlueX-Nstar"
author = "ComPWA"

exclude_patterns = [
"**.ipynb_checkpoints",
".DS_Store",
".pixi",
"Thumbs.db",
"_build",
]
extensions = [
"myst_nb",
"sphinx.ext.duration",
"sphinx.ext.doctest",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
]
extensions = ["myst_nb"]
html_theme = "sphinx_book_theme"
master_doc = "index"
myst_enable_extensions = [
"amsmath",
"colon_fence",
"deflist",
"dollarmath",
"html_admonition",
"html_image",
"linkify",
"substitution",
"tasklist",
"smartquotes",
]

nb_execution_mode = "auto"
nitpicky = True
version = "0.1.0"
project = "GlueX N-Star"
19 changes: 13 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Welcome Page
# Amplitude Analysis 101 / PWA101 (v2.0)

# Welcome to GlueX-Nstar documentation!
## CAS-assisted Amplitude Models building for photoproduction reaction

Investigation of the N\* Resonances in the GlueX Experiment
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.

> **Note:** This project is under active development.
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.

## Contents
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}
hello
reaction
pgamma-state
```
Loading

0 comments on commit 4f1c095

Please sign in to comment.