Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/hannorein/rebound
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Oct 25, 2024
2 parents 2bd1c75 + 5f42cb9 commit 8ae89d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: dist
Expand Down
2 changes: 1 addition & 1 deletion docs/integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ The `reb_integrator_mercurius` structure contains the configuration and data str

TRACE is a hybrid time-reversible integrator, based on the algorithm described in [Hernandez & Dehnen 2023](https://ui.adsabs.harvard.edu/abs/2023MNRAS.522.4639H/abstract).
It uses WHFast for long term integrations but switches time-reversibly to BS or IAS15 for all close encounters. TRACE is appropriate for systems with a dominant central mass that will occasionally have close encounters.
The TRACE implementation is described in [Lu, Hernandez & Rein](https://ui.adsabs.harvard.edu/abs/2024arXiv240503800L/abstract).
The TRACE implementation is described in [Lu, Hernandez & Rein](https://ui.adsabs.harvard.edu/abs/2024MNRAS.533.3708L/abstract).


The following code enables TRACE and sets the critical radius to 4 Hill radii
Expand Down
20 changes: 16 additions & 4 deletions rebound/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,22 @@ def cite(sim):
if sim.integrator == "trace":
txt += """The simulations were integrated using the hybrid time-reversible TRACE integrator \\citep{reboundtrace}. """
bib += """@ARTICLE{reboundtrace,
author = {{Lu}, Tiger and {Hernandez}, David M. and {Rein}, Hanno},
title = "{TRACE: a Time Reversible Algorithm for Close Encounters}",
journal = {\\mnras},
pubstate = {in prep}
author = {{Lu}, Tiger and {Hernandez}, David M. and {Rein}, Hanno},
title = "{TRACE: a code for time-reversible astrophysical close encounters}",
journal = {\mnras},
keywords = {Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics, Physics - Computational Physics},
year = 2024,
month = sep,
volume = {533},
number = {3},
pages = {3708-3723},
doi = {10.1093/mnras/stae1982},
archivePrefix = {arXiv},
eprint = {2405.03800},
primaryClass = {astro-ph.EP},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024MNRAS.533.3708L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
}
"""

Expand Down

0 comments on commit 8ae89d6

Please sign in to comment.