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

perf(fock): JITting utility functions #362

Merged
merged 1 commit into from
Oct 16, 2024
Merged

perf(fock): JITting utility functions #362

merged 1 commit into from
Oct 16, 2024

Conversation

Kolarovszki
Copy link
Collaborator

There are several functions in calculations used by *FockSimulator classes, that are used to calculate indices. These are rewritten using Numba for better performance.

There are several functions in calculations used by `*FockSimulator` classes,
that are used to calculate indices. These are rewritten using Numba for better
performance.
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.78%. Comparing base (8d9036a) to head (d86578a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #362   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files          72       72           
  Lines        3842     3842           
=======================================
  Hits         3757     3757           
  Misses         85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kolarovszki Kolarovszki merged commit a958db9 into main Oct 16, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

1 participant