-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: add manual notebook for lambda-K-Pi #101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the use of creating an (almost) exact copy of the eta pi p notebook. That one is more for playing around with a super simple amplitude model that has three subsystems and one resonance in each, where you can then see the effect of angular momentum. As we know, that model is not physical.
For ampform-dpd
notebook manually, so that it can then be tweaked with a proper treatment of e.g. #58.
What is currently missing are multiple resonances, treatment of spin of the final-state particles, spin alignment, etc. That also makes the UI design not suitable. I would therefore start to try to reproduce the model (symbolic only!) from ampform-dpd.ipynb
.
@@ -3,4 +3,5 @@ | |||
```{toctree} | |||
ampform | |||
ampform-dpd | |||
manual-symbolic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why call this manual-symbolic
, not manual
?
I think the idea here is to have multiple notebooks for symbolic manually in different levels of complications, from simplest to some more complicated ones later in this reaction section. |
That's fine, but to have multiple copies of the same idea is just a maintenance burden. The 'manual' eta pi p notebook is just a pedagogical exercise: some spinless initial and final state ("p gamma to eta pi p" is even misleading) with one resonance per subsystem. In fact, the only difference between the two notebooks now are the labels of those three imaginary resonances and the imaginary final state (see #101 (comment)). In the end, what we want to achieve is a physical description of |
I'm fine with adding this notebook, but a lot needs to be done to this PR first, for instance:
|
Okay, I see your points. Yup we can make it more accurate than now. |
Rejected by @redeboer, so close this as not planned for now, but we can still see the record if we need it in the future. |
Using the exact same model for Eta-Pi-P as a test for Lambda-K-Pi in manual and flexible symbolic
sympy
way.Tip
Preview here