From 07d5924d310955f5d6f1ed35c0d185565730a81a Mon Sep 17 00:00:00 2001 From: "Leo C. Stein" Date: Mon, 12 Aug 2024 22:15:59 -0500 Subject: [PATCH] Update arXiv number for 3dq8_RD and bump version --- README.md | 2 +- surfinBH/_fit_evaluators/fit_3dq8_RD.py | 2 +- surfinBH/_loadFits.py | 2 +- surfinBH/surfinBH.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f113927..a131c5e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/surfinBH/_fit_evaluators/fit_3dq8_RD.py b/surfinBH/_fit_evaluators/fit_3dq8_RD.py index 2838fa7..d3708f2 100644 --- a/surfinBH/_fit_evaluators/fit_3dq8_RD.py +++ b/surfinBH/_fit_evaluators/fit_3dq8_RD.py @@ -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 diff --git a/surfinBH/_loadFits.py b/surfinBH/_loadFits.py index 51a5890..68fd0ac 100644 --- a/surfinBH/_loadFits.py +++ b/surfinBH/_loadFits.py @@ -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', ) diff --git a/surfinBH/surfinBH.py b/surfinBH/surfinBH.py index 8194a13..8cb29e2 100644 --- a/surfinBH/surfinBH.py +++ b/surfinBH/surfinBH.py @@ -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