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

Drop intrinsic configuration and activate it always #260

Closed
felixhekhorn opened this issue Jan 30, 2024 · 0 comments · Fixed by #262
Closed

Drop intrinsic configuration and activate it always #260

felixhekhorn opened this issue Jan 30, 2024 · 0 comments · Fixed by #262
Labels
refactor Refactor code

Comments

@felixhekhorn
Copy link
Contributor

felixhekhorn commented Jan 30, 2024

IC can be always active and the decision of whether to use it or not left to the user upon PDF convolution;

I think the only affected line (apart from passing the config around) is this one:

if sfh in self.intrinsic: # heavy quark is intrinsic
if "FFN0" in self.scheme:
heavy_comps[sfh].extend(
asy.kernels.generate_intrinsic_asy(
self.esf, nf, self.esf.info.theory["pto_evol"], ihq=sfh
),
)
else:
heavy_comps[sfh].extend(
intrinsic.kernels.generate(self.esf, ihq=sfh)
)

which we de-indent and finish.

EKO counterpart is done in NNPDF/eko#295

@felixhekhorn felixhekhorn added the refactor Refactor code label Jan 30, 2024
giacomomagni added a commit that referenced this issue Feb 16, 2024
@giacomomagni giacomomagni mentioned this issue Feb 16, 2024
@giacomomagni giacomomagni linked a pull request Feb 16, 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
refactor Refactor code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant