ComPWA / gluex-nstar

Investigation of N* (and K*) in GlueX photoproduction experiment
https://compwa.github.io/gluex-nstar
MIT License
2 stars 0 forks source link

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

Closed shenvitor closed 2 weeks ago

redeboer commented 1 month ago

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 commented 3 weeks ago

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 commented 2 weeks ago

Awesome đź‘Ś