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

Modules #1

Closed
scarrazza opened this issue Nov 6, 2019 · 1 comment
Closed

Modules #1

scarrazza opened this issue Nov 6, 2019 · 1 comment
Assignees

Comments

@scarrazza
Copy link
Member

This code must contain at least 2 modules:

  • the DIS observable implementation
    • by direct evaluation
    • through DIS operator (i.e. tensor that will be integrated with EKO)
  • a simple API to retrieve both previous values.
    • we can think a similar approach to EKO, i.e. dict with setup and evaluation function which returns the DIS operator tensor.

In the first module we should restrict ourselves to C-style programming, this is due to the limitations imposed by numba.

@alecandido
Copy link
Member

Only numba optimization missing, moved in a separate issue #27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants