Skip to main content

Surrogate Final BH properties.

Project description

github license Build Status

Welcome to surfinBH!

Point Break

surfinBH provides surrogate final Black Hole properties for mergers of binary black holes (BBH). Just like Point Break, but with black holes!

These fits are described in the following papers:
[1] Vijay Varma, Davide Gerosa, Francois Hebert and Leo C. Stein, 2018, in preparation.

If you find this package useful in your work, please cite reference [1] and, if available, the relevant paper describing the particular model.

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.2018.xxxx'

Get data for fits

This is not required with the pip installation. With the source installation, this only needs to done once, ever.

#NOTE: Not required if installed with pip
surfinBH.DownloadData()

You can also get only the particular fit you want.

#NOTE: Not required if installed with pip
surfinBH.DownloadData(fit_name)

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:

Making contributions

See this README for instructions on how to make contributions to this package.

Credits

The code is developed and maintained by Vijay Varma. Please, report bugs to vvarma@caltech.edu.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

surfinBH-0.0.9.dev1.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

surfinBH-0.0.9.dev1-py2-none-any.whl (22.1 MB view details)

Uploaded Python 2

File details

Details for the file surfinBH-0.0.9.dev1.tar.gz.

File metadata

  • Download URL: surfinBH-0.0.9.dev1.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

File hashes

Hashes for surfinBH-0.0.9.dev1.tar.gz
Algorithm Hash digest
SHA256 9a7a84e1e41b2542a8bc2ecf3f2ac08d57ca9e5b82fefee2953cdbbfea2775d3
MD5 e6d0eb03e43ac7ee7ccda842539dac6f
BLAKE2b-256 e7b3fa2f18abebf80dd4bc34f059a345894791a7a5d8bad6133783a557ae59ad

See more details on using hashes here.

File details

Details for the file surfinBH-0.0.9.dev1-py2-none-any.whl.

File metadata

  • Download URL: surfinBH-0.0.9.dev1-py2-none-any.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

File hashes

Hashes for surfinBH-0.0.9.dev1-py2-none-any.whl
Algorithm Hash digest
SHA256 a785738f087ecb75b6016bb31bf39caf118e4f648075b8f85047ef2d9c4d34e8
MD5 24ec3352a7d7e472ab971cd793194b2b
BLAKE2b-256 63f49e64ca7c2d7eba239dc7d327b428ece3d04436ab398ad75b46184b93cb43

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page