Skip to content
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

Generate p+gamma (one single virtual particle) from QRules #5

Closed
Tracked by #1
shenvitor opened this issue May 10, 2024 · 3 comments · Fixed by #11
Closed
Tracked by #1

Generate p+gamma (one single virtual particle) from QRules #5

shenvitor opened this issue May 10, 2024 · 3 comments · Fixed by #11
Assignees
Labels
📝 Docs Improvements or additions to documentation

Comments

@shenvitor
Copy link
Member

No description provided.

@redeboer
Copy link
Member

Long-term, we need to adapt QRules so that it can handle an initial state with two particles (https://github.com/ComPWA/qrules/issues/29). For now though, you'll have to create a virtual particle that represents the state $p\gamma$. An example for $e^+e^-$ can be found here:
https://qrules.readthedocs.io/0.10.x/usage/particle/#adding-custom-particle-definitions-through-python

I'm not entirely sure what the quantum numbers of the virtual particle for $p\gamma$ would be. You can try out some combinations, like creating a Particle with isonspin=None. Be careful though that the combination of quantum numbers for the Particle complies with Gell-Mann–Nishijima.

@shenvitor shenvitor added 📝 Docs Improvements or additions to documentation and removed 📖 Software About software development 📖 Theory About PWA theory labels May 16, 2024
@shenvitor shenvitor changed the title Generate p+gamma (a one single virtual particle) from QRules DOC: generate p+gamma (a one single virtual particle) from QRules May 16, 2024
@redeboer redeboer changed the title DOC: generate p+gamma (a one single virtual particle) from QRules Generate p+gamma (a one single virtual particle) from QRules May 21, 2024
@redeboer redeboer changed the title Generate p+gamma (a one single virtual particle) from QRules Generate p+gamma (one single virtual particle) from QRules May 22, 2024
@shenvitor
Copy link
Member Author

For the record:

allowed reaction types: "strong", "EM", and "weak":
Screenshot 2024-06-06 at 11 59 07
Screenshot 2024-06-06 at 11 59 24
Untitled1

allowed reaction types: "strong", "EM":
Screenshot 2024-06-06 at 12 20 49
Screenshot 2024-06-06 at 12 20 54
Screenshot 2024-06-06 at 12 21 00

allowed reaction types: "strong":
Screenshot 2024-06-06 at 12 21 31

@redeboer
Copy link
Member

Awesome 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants