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

Generalize integration #18

Merged
merged 9 commits into from
Oct 18, 2024
Merged

Generalize integration #18

merged 9 commits into from
Oct 18, 2024

Conversation

ColmTalbot
Copy link
Owner

@ColmTalbot ColmTalbot commented Aug 16, 2024

This PR adds some more generalizations:

  • analytic integration based on https://doi.org/10.4236/jhepgc.2021.73057 with some additional utilities needed for JAX. This isn't GPU compatible but can be JIT-ed/diff-ed.
  • generalize the Taylor expansion/pade evaluation for $w_0 \geq 0$.
  • write documentation
  • add a comparison example between the two methods
  • add tests for $w_0 \neq -1$

@ColmTalbot ColmTalbot requested a review from afarah18 August 16, 2024 21:07
@ColmTalbot ColmTalbot force-pushed the generalize-integration branch from a4f0b6e to 81c0677 Compare October 15, 2024 20:39
@ColmTalbot ColmTalbot merged commit 181c69d into main Oct 18, 2024
5 checks passed
@ColmTalbot ColmTalbot deleted the generalize-integration branch October 18, 2024 15:34
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