Skip to content
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

FEAT: implement FormFactor expression class #422

Merged
merged 6 commits into from
May 20, 2024

Conversation

redeboer
Copy link
Member

Implemented a new FormFactor class to the new ampform.dynamics.form_factor (#418) module. This is an expression class for the formulate_form_factor() function:

$$\mathcal{F}_{L}\left(s, m_{1}, m_{2}\right) = \sqrt{B_{L}^2\left(d^{2} q^2\left(s\right)\right)}$$

The form factor is also used in the definition of EnergyDependentWidth and relativistic_breit_wigner_with_ff(), e.g.:

$$\begin{array}{rcl} \text{Breit-Wigner with FF} & = & \frac{\Gamma_{0} m_{0} \mathcal{F}_{L}\left(s, m_{1}, m_{2}\right)}{m_{0}^{2} - i m_{0} \Gamma_{0}\left(s\right) - s} \\\ \Gamma_{0}\left(s\right) &=& \frac{\Gamma_{0} \mathcal{F}_{L}\left(s, m_{1}, m_{2}\right) \rho^\mathrm{CM}\left(s\right)}{\mathcal{F}_{L}\left(m_{0}^{2}, m_{1}, m_{2}\right) \rho^\mathrm{CM}_{0}\left(m_{0}^{2}\right)} \\\ \end{array}$$

@redeboer redeboer added the ✨ Feature New feature added to the package label May 20, 2024
@redeboer redeboer added this to the 0.15.2 milestone May 20, 2024
@redeboer redeboer self-assigned this May 20, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@redeboer redeboer enabled auto-merge (squash) May 20, 2024 18:17
@redeboer redeboer merged commit fc189cd into ComPWA:main May 20, 2024
20 checks passed
@redeboer redeboer deleted the FormFactor branch May 20, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant