KaiHabermann / decayangle

https://kaihabermann.github.io/decayangle/
MIT License
1 stars 0 forks source link

[FR] `relative_wigner_angles` returning dictinary #20

Closed mmikhasenko closed 5 months ago

mmikhasenko commented 5 months ago

I like the API of

topology.helicity_angles(momenta)

It would be nice and consistent to have the same syntax for relative_wigner_angles.

topology.relative_wigner_angles(reference, momenta)

returning a dictionary.

KaiHabermann commented 5 months ago

True. I would make a function, that returns only one and one, that returns the dict.