Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update arXiv number for 3dq8_RD and bump version #28

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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__ = "vvarma@caltech.edu"
__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
Loading