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

New coefficient function library #219

Open
alecandido opened this issue Aug 11, 2023 · 0 comments
Open

New coefficient function library #219

alecandido opened this issue Aug 11, 2023 · 0 comments
Labels
refactor Refactor code

Comments

@alecandido
Copy link
Member

Following the EKO transition from an internal Numba-version of ekore, to a separate expressions' library, available to external users without the need of specific dependencies, I'd like to propose the same process to happen in yadism, for its coefficient functions library.

We could call it yadkore or whatever, but the main goal would be to distribute it separately from the main package.
This would involve a bit of refactoring, in particular:

  1. the current classes-based structure should be dropped in favor of instances
  2. the instances should be labeled by label objects, containing the information classifying the expression in a structured way (to allow us
  • this will be done on two levels: collections and individual elements
  • collections will be related to (observable, flavor, ...)
  • elements will be addressed with (pto, llo) (perturbative and resummation order) as integers, as opposed to the current one dimensional structure based on strings
  1. we should keep room for SIA (polarized coefficients already live in a partitioned space of observables, so they do not need special care)

The added benefit of points 2. and 3. is that constructions like FONLL will become much simpler then they currently are.

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