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

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary

Keywords

astrophysics binary-stars gravitational-waves pulsars
Last synced: 10 months ago · JSON representation

Repository

GWecc is a C++ code that computes the pulsar timing array (PTA) signals induced by eccentric supermassive binaries.

Basic Info
  • Host: GitHub
  • Owner: abhisrkckl
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 2.56 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
astrophysics binary-stars gravitational-waves pulsars
Created over 6 years ago · Last pushed almost 3 years ago
Metadata Files
Readme

README.rst

**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

Owner

  • Name: Abhimanyu Susobhanan
  • Login: abhisrkckl
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • RuijunShi (1)
  • abhisrkckl (1)
Pull Request Authors
  • abhisrkckl (6)
  • singhamitjit (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • astropy *
  • enterprise-pulsar *
  • matplotlib *
  • numpy *