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

Analytic continuation with arbitrary precision floating point arithmetic #123

Merged
merged 37 commits into from
Mar 26, 2024

Conversation

moritzleucke
Copy link
Collaborator

  • linked against the GMP library for arbitrary precision float support
  • Thiele Pade Interpolation works now with arbitrary precision when GMP is linked
  • both the greedy and non-greedy algorithms work with GMP (and also without GMP)
  • added documentation
  • added unit tests using zofu

@moritzleucke moritzleucke added the enhancement New feature or request label Mar 26, 2024
@moritzleucke moritzleucke requested review from dgolze and fdelesma March 26, 2024 13:45
@moritzleucke moritzleucke self-assigned this Mar 26, 2024
Copy link
Contributor

@dgolze dgolze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also double-check that we have the right copy-right headers (year etc.)

GX-AnalyticContinuation/src/pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
GX-AnalyticContinuation/test/test_pade_approximant.f90 Outdated Show resolved Hide resolved
Copy link
Contributor

@fdelesma fdelesma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks

@fdelesma fdelesma merged commit ba0eef7 into main Mar 26, 2024
3 checks passed
@moritzleucke moritzleucke deleted the mp_ac branch August 27, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants