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

Use PostNewtonian.jl for initial orbital parameters #6224

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ba3d47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b9a85 View commit details
    Browse the repository at this point in the history
  3. Install sxs package

    nilsvu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    189bc8c View commit details
    Browse the repository at this point in the history
  4. Use PostNewtonian.jl for initial orbital parameters

    Replaces the dependence on SpEC to compute low-eccentricity
    initial orbital parameters with the `sxs` package.
    It provides the PN approximations at higher PN order than
    SpEC, is much faster, and avoids spurious output from old
    Fortran code (LSODA) that was used in SpEC.
    The PN approximations are provided through the
    `PostNewtonian.jl` Julia package, so Julia will be downloaded
    on first use, which may take a few minutes.
    nilsvu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    55e160d View commit details
    Browse the repository at this point in the history