https://github.com/abhisrkckl/GWecc
GWecc is a C++ code that computes the pulsar timing array (PTA) signals induced by eccentric supermassive binaries.
https://github.com/abhisrkckl/GWecc
astrophysics binary-stars gravitational-waves pulsars
Last synced: over 1 year ago
JSON representation
GWecc is a C++ code that computes the pulsar timing array (PTA) signals induced by eccentric supermassive binaries.
- Host: GitHub
- URL: https://github.com/abhisrkckl/GWecc
- Owner: abhisrkckl
- Created: 2019-10-30T06:31:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T14:41:59.000Z (almost 3 years ago)
- Last Synced: 2023-08-13T19:36:03.779Z (almost 3 years ago)
- Topics: astrophysics, binary-stars, gravitational-waves, pulsars
- Language: C++
- Homepage:
- Size: 2.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
**GWecc is superseded by GWecc.jl (https://github.com/abhisrkckl/GWecc.jl) and is no longer maintained.**
GWecc computes pulsar TOA delays due to gravitational waves from eccentric supermassive binary sources.
enterprise_GWecc is a python wrapper for GWecc to be used with enterprise.
This code is based on Susobhanan et al. 2020 and Susobhanan 2022. If you use this code in your work please cite the original articles
- Abhimanyu Susobhanan, Achamveedu Gopakumar, George Hobbs, and Stephen Taylor, 2020, *"Pulsar timing array signals induced by black hole binaries in relativistic eccentric orbits"*, Physical Review D, 101, 4, 043022, DOI: 10.1103/PhysRevD.101.043022, arXiv:2002.03285
- Abhimanyu Susobhanan, 2022, *"Post-Newtonian-accurate pulsar timing array signals induced by inspiralling eccentric binaries: accuracy and computational cost"*, arXiv e-prints, arXiv:2210.11454
The code itself can be cited using the ASCL record
- Abhimanyu Susobhanan, *"GWecc: Calculator for pulsar timing array signals due to eccentric supermassive binaries"*, Astrophysics Source Code Library, ascl:2002.013, https://github.com/abhisrkckl/GWecc
============
Dependencies
============
GWecc requires a C++17 compiler (should work with g++-8 or later) and Python3.8 or later.
C/C++ Libraries
***************
* GSL
* Eigen
Python Packages
***************
* numpy
* astropy
* matplotlib
* enterprise-pulsar
* setuptools
Other
*****
* swig
============
Installation
============
I suggest installing this in a conda environment.
To install, type
``$ conda install -c conda-forge numpy astropy matplotlib enterprise-pulsar gsl eigen``
``$ python setup.py install``
Note that the C++ extension uses C++17 features and requires a new C++ compiler. I have tested this only with g++-8 and later.
=====
Usage
=====
Examples of usage are given in the `examples` directory.
================
Acknowledgements
================
Lankeswar Dey, Yannick Boetzel, Belinda Cheeseboro, Nidhi Pant, Amit Jit Singh