Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow setting dynamics by IsobarNode instead of complete decay chain #29

Open
redeboer opened this issue Dec 5, 2022 · 0 comments
Open
Assignees
Labels
✨ Feature New feature added to the package
Milestone

Comments

@redeboer
Copy link
Member

redeboer commented Dec 5, 2022

Currently, one sets dynamics for the complete chain, e.g.:

model_builder = DalitzPlotDecompositionBuilder(DECAY, min_ls=True)
for chain in model_builder.decay.chains:
    model_builder.dynamics_choices.register_builder(
        chain, formulate_breit_wigner_with_ff
    )
model = model_builder.formulate(reference_subsystem=1)

In AmpForm, one sets dynamics for each isobar node separately, e.g. a form factor only for the production node and a relativistic Breit-Wigner with form factor for the decay node.

@redeboer redeboer added the ✨ Feature New feature added to the package label Dec 5, 2022
@redeboer redeboer added this to the 0.2.0 milestone Dec 5, 2022
@redeboer redeboer self-assigned this Dec 5, 2022
@redeboer redeboer modified the milestones: 0.2.0, 0.2.1 Apr 29, 2024
@redeboer redeboer modified the milestones: 0.2.1, 0.2.2 Dec 24, 2024
@redeboer redeboer modified the milestones: 0.2.2, 0.2.3 Jan 30, 2025
@redeboer redeboer modified the milestones: 0.2.3, 0.2.4 Mar 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

No branches or pull requests

1 participant