From 3a4345034c1b92a24448e19f8885526dc77293f0 Mon Sep 17 00:00:00 2001 From: SVJ_Vitor Date: Wed, 21 Aug 2024 17:08:00 +0800 Subject: [PATCH] Update docs/eta-pi-p/index.md 2nd intro. sentence Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com> --- docs/eta-pi-p/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eta-pi-p/index.md b/docs/eta-pi-p/index.md index d277604..897f168 100644 --- a/docs/eta-pi-p/index.md +++ b/docs/eta-pi-p/index.md @@ -6,7 +6,7 @@ This document is a follow-up of PWA101 (v1.0), see **[TR‑033](https://compwa.github.io/report/033)**. -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. +The tutorial has been split into separate notebooks and the amplitude model is instead formulated using CAS-assisted (Computer Algebra System) model building using SymPy and the [ComPWA packages](https://compwa.github.io/). 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 `sympy` and [ComPWA](https://compwa.github.io/). In the following, an attempt to manually formulate the amplitude model via Sympy is shown.