You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #127, amplitudes are only formulated for the subsystems that exist in a decay. This is okay for the amplitudes, but you may still want to have access to the angular distributions of the non-existent subsystsems. In AmpForm, this is done through HelicityAdapter.permutate_registered_topologies().
Since #127, amplitudes are only formulated for the subsystems that exist in a decay. This is okay for the amplitudes, but you may still want to have access to the angular distributions of the non-existent subsystsems. In AmpForm, this is done through
HelicityAdapter.permutate_registered_topologies()
.The solution probably lies here:
ampform-dpd/src/ampform_dpd/__init__.py
Lines 98 to 102 in e43f66c
We would need a switch that allows calling
angle_definitions.update(chain_model.variables)
for sub_system in (1, 2, 3)
.The text was updated successfully, but these errors were encountered: