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

Improve Couplings treatment #83

Open
felixhekhorn opened this issue Mar 13, 2023 · 1 comment · May be fixed by #205
Open

Improve Couplings treatment #83

felixhekhorn opened this issue Mar 13, 2023 · 1 comment · May be fixed by #205
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers physics Physics feature

Comments

@felixhekhorn
Copy link
Contributor

We can improve the computation of the necessary couplings for PineAPPL here

pineko/src/pineko/evolve.py

Lines 181 to 188 in 63af934

sc = eko.couplings.Couplings(
tcard.couplings,
tcard.order,
evmod,
quark_masses,
hqm_scheme=tcard.quark_masses_scheme,
thresholds_ratios=np.power(list(iter(tcard.matching)), 2.0),
)

by

  • using the physical masses, i.e. if we want MSbar masses actually use them
  • determine the $n_f$ of the central and pass that as nf_to
@felixhekhorn felixhekhorn added the enhancement New feature or request label Mar 13, 2023
@giacomomagni
Copy link
Contributor

giacomomagni commented Mar 8, 2024

I think we should address this asap and easily, especially:

determine the $n_f$ of the central and pass that as nf_to

@felixhekhorn @andreab1997

@giacomomagni giacomomagni added bug Something isn't working physics Physics feature labels Mar 8, 2024
@felixhekhorn felixhekhorn added the good first issue Good for newcomers label Sep 12, 2024
@giacomomagni giacomomagni linked a pull request Oct 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers physics Physics feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants