Skip to content

Commit

Permalink
Update arXiv number for 3dq8_RD and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
duetosymmetry authored and vijayvarma392 committed Aug 13, 2024
1 parent a637f5a commit 07d5924
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Stein, L. E. Kidder, H. P. Pfeiffer,
[arXiv:2307.03435](https://arxiv.org/abs/2307.03435)

[4] L. Magaña Zertuche, L. C. Stein, et al.,
[arXiv:TODO](https://arxiv.org/abs/TODO)
[arXiv:2408.05300](https://arxiv.org/abs/2408.05300)

If you find this package useful in your work, please cite reference [1] and,
if available, the relevant paper describing the particular model. Please also
Expand Down
2 changes: 1 addition & 1 deletion surfinBH/_fit_evaluators/fit_3dq8_RD.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#=============================================================================
class Fit3dq8_RD(surfinBH.SurFinBH):
"""A class for the NRSur3dq8_RD model presented in Magana Zertuche et al.,
arxiv:TODO.
arxiv:2408.05300.
This model predicts the final mass mf, final spin chif, and
complex QNM amplitudes A_(l,m,n,p), for the remnants of
Expand Down
2 changes: 1 addition & 1 deletion surfinBH/_loadFits.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ def DownloadData(name='all', data_dir=DataPath()):
desc = 'Fits for remnant mass, spin, and complex QNM amplitudes'
' for nonprecessing BBH systems.',
data_url = 'https://zenodo.org/records/13307895/files/fit_3dq8_RD.h5',
refs = 'arxiv:TODO',
refs = 'arxiv:2408.05300',
)
2 changes: 1 addition & 1 deletion surfinBH/surfinBH.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__email__ = "[email protected]"
__status__ = "testing"
__author__ = "Vijay Varma"
__version__ = "1.2.4"
__version__ = "1.2.5"
__license__ = """
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 07d5924

Please sign in to comment.