-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support final states with equal particles #108
Comments
@mmikhasenko what is a nice test case for DPD with a final state that has identical particles in the final state? One of the radiative |
Xib2pK-K- There is LHCb paper with DPD |
Ah then that may even be a nice test case for https://github.com/RUB-EP1/amplitude-serialization, right? |
|
Looks great!
if you can compute this matrix for any arbitrary couplings, it is possible to recover the right couplings by comparing the two tables |
Isn't that a matter of setting the correct couplings?
No, none of the parameters are matched yet and the dynamics lineshapes are also not yet the same. For now, the main point of the notebook is to show that a symbolic model can be generated for decay structures with equal particles in the final state. The matching even goes more in the direction of RUB-EP1/amplitude-serialization#15. |
sounds good |
Actually AmpForm+QRules has a mechanism of doing this. But the implementation is hard to follow ( The question is what is the best way to automate treatment of symmetrization. Should/Can it be encoded into the default values of the couplings or should it be treated mathematically in the amplitude model? |
See Richman 1984, p.35, "Symmetrization of Helicity States for Identical Particles". |
I thought of it down the road.
Once the code knows what rotations to apply to this configurations, the question on symmetrization is trivial. |
This requires keeping track of state IDs in the
Particle
class.The text was updated successfully, but these errors were encountered: