Surrogate Final BH properties.
Project description
Welcome to surfinBH!
surfinBH provides surrogate final Black Hole properties for mergers of binary black holes (BBH).
These fits are described in the following papers:
[1] Vijay Varma, Davide Gerosa, Leo C. Stein, François Hébert and Hao Zhang,
arxiv:1809.09125.
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 cite this package, see the DOI badge at the top of this page for BibTeX keys.
This package is compatible with both python2 and python3. This package lives on GitHub and is tested every day with Travis CI. You can see the current build status of the master branch at the top of this page.
Installation
PyPI
surfinBH is available through PyPI:
pip install surfinBH
From source
git clone https://github.com/vijayvarma392/surfinBH
cd surfinBH
git submodule init
git submodule update
python setup.py install
If you do not have root permissions, replace the last step with
python setup.py install --user
Dependencies
All of these can be installed through pip or conda.
Usage
import surfinBH
See list of available fits
print(surfinBH.fits_collection.keys())
>>> ['surfinBH3dq8', 'surfinBH7dq2']
Pick your favorite fit and get some basic information about it.
fit_name = 'surfinBH7dq2'
surfinBH.fits_collection[fit_name].desc
>>> 'Fits for remnant mass, spin and kick veclocity for generically precessing BBH systems.'
surfinBH.fits_collection[fit_name].refs
>>> 'arxiv:1809.09125'
Load the fit
This only needs to be done once at the start of your script.
fit = surfinBH.LoadFits(fit_name)
>>> Loaded surfinBH7dq2 fit.
Evaluation
The evaluation of each fit is different, so be sure to read the documentation. This also describes the frames in which different quantities are defined.
help(fit)
We also provide ipython examples for usage of different fits:
Animations
We also provide a tool to visualize the binary black hole scattering process, see binary black hole explorer. Here's an example:
Making contributions
See this README for instructions on how to make contributions to this package.
You can find the list of contributors here.
Credits
The code is developed and maintained by Vijay Varma. Please report bugs by raising an issue on our GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file surfinBH-1.0.3.tar.gz
.
File metadata
- Download URL: surfinBH-1.0.3.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75d1b9403878552b2552aea36b3f30e6bf56d9fd1865eb5840bb4eb2c327747a |
|
MD5 | fc62091ae187e7baea4d4bf16ea8f25f |
|
BLAKE2b-256 | fd19cbddf168a8ea9cce0e1f1dfdfbdd3b02983917e30bb22b30bf34c1e7513f |
File details
Details for the file surfinBH-1.0.3-py2-none-any.whl
.
File metadata
- Download URL: surfinBH-1.0.3-py2-none-any.whl
- Upload date:
- Size: 22.1 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f6463ff6d3430555dee8add6241dfe2bd54d92f6dea2a27cc3aa441a84d1d4f |
|
MD5 | b3486d6322f8fa723c53ebe4045c63dc |
|
BLAKE2b-256 | 801916ef9c54ffff7295a88adc69f64674ede1af6b1c8e7d28515bfac3492656 |