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

Reorganize evol ops #206

Open
felixhekhorn opened this issue Jan 30, 2023 · 0 comments
Open

Reorganize evol ops #206

felixhekhorn opened this issue Jan 30, 2023 · 0 comments
Labels
refactor Refactor code
Milestone

Comments

@felixhekhorn
Copy link
Contributor

felixhekhorn commented Jan 30, 2023

After #194 we realized that the content of evolution_operator needs some reorganizations.

  • there are many elements that are quite old, e.g. related to the old runcards and runner structure
  • there is a certain asymmetry between OME and evolution operators, mainly historically generated
  • eko.member should be a part of the subpackage
  • after First jets implementation #242 we could consider dropping multiprocessing
    • because for single $\mu^2$ values we're fast enough, and it will be possible to compute multiple ones in parallel
    • because of the many drawbacks of multiprocessing in Python (including the memory duplication)
    • even just to simplify, since we'll only need to parallelize at a single level, and There should be one-- and preferably only one --obvious way to do it.
  • and just generically outdated code
@felixhekhorn felixhekhorn added the refactor Refactor code label Jan 30, 2023
@alecandido alecandido added this to the 1.0.0-b.1 milestone Jan 30, 2023
@alecandido alecandido mentioned this issue May 2, 2023
8 tasks
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

No branches or pull requests

2 participants