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

Fix polarised TMC #222

Merged
merged 6 commits into from
Oct 19, 2023
Merged

Fix polarised TMC #222

merged 6 commits into from
Oct 19, 2023

Conversation

Radonirinaunimi
Copy link
Member

The following fixes bugs present in the computation of polarised TMC. The bugs originate from the fact that our definition of g1 (as called by the line below):

g1out = self.sf.get_esf(self.sf.obs_name, self._shifted_kinematics).get_result()

is actually $2xg_1$ and therefore the integrands were wrong. A Mathematica notebook is added that contains the correct integrals and computes their approximations.

@Radonirinaunimi Radonirinaunimi added the bug Something isn't working label Aug 21, 2023
Copy link
Contributor

@felixhekhorn felixhekhorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't check the math explicitly, but I can easily imagine having a normalization issue around

src/yadism/esf/tmc.py Outdated Show resolved Hide resolved
@Radonirinaunimi
Copy link
Member Author

I guess this could be merged now @felixhekhorn?

@felixhekhorn felixhekhorn merged commit e5e7785 into master Oct 19, 2023
4 checks passed
@felixhekhorn felixhekhorn deleted the tmc-pol branch October 19, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants