Closed redeboer closed 6 months ago
Imported relabel_edge_ids() as normalize_state_ids() and improves the logics a bit. This makes AmpForm-DPD also compatible with AmpForm v0.14.
relabel_edge_ids()
normalize_state_ids()
import qrules from ampform_dpd.adapter.qrules import normalize_state_ids reaction = qrules.generate_transitions( initial_state="D0", final_state=["K0", "K-", "K+"], ) reaction = normalize_state_ids(reaction)
Imported
relabel_edge_ids()
asnormalize_state_ids()
and improves the logics a bit. This makes AmpForm-DPD also compatible with AmpForm v0.14.