Metadata-Version: 2.1
Name: PTArcade
Version: 1.1.0
Summary: PTArcade provides an interface to the ENTERPRISE analysis suite and allows for simple implementation of new-physics searches in PTA data.
Home-page: https://github.com/andrea-mitridate/PTArcade
Keywords: ptarcade
Author: Andrea Mitridate
Author-email: andrea.mitridate@nanograv.org
Requires-Python: >=3.9,<3.11
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: astroml (>=1.0.2.post1,<2.0.0)
Requires-Dist: ceffyl (>=1.26,<1.27)
Requires-Dist: encor (>=1.1.2,<2.0.0)
Requires-Dist: enterprise-extensions (>=2.4.2,<3.0.0)
Requires-Dist: enterprise-pulsar (>=3.3.3,<4.0.0)
Requires-Dist: getdist (>=1.4.6,<2.0.0)
Requires-Dist: h5py (>=3.8.0,<4.0.0)
Requires-Dist: llvmlite (>=0.40.0,<0.41.0)
Requires-Dist: mpi4py (>=3.1.4,<4.0.0)
Requires-Dist: natpy (>=0.1.1,<0.2.0)
Requires-Dist: numba (>=0.57.0,<0.58.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pandas (>=2.0.2,<3.0.0)
Requires-Dist: ptmcmcsampler (>=2.1.1,<3.0.0)
Requires-Dist: pyarrow (>=12.0.0,<13.0.0)
Requires-Dist: rich[jupyter] (>=13.4.2,<14.0.0)
Requires-Dist: scikit-sparse (>=0.4.12,<0.5.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: setuptools (>=67.8.0,<68.0.0)
Requires-Dist: tables (>=3.8.0,<4.0.0)
Project-URL: Bug Tracker, https://github.com/andrea-mitridate/PTArcade/issues
Project-URL: Documentation, https://andrea-mitridate.github.io/PTArcade/
Project-URL: Repository, https://github.com/andrea-mitridate/PTArcade
Description-Content-Type: text/markdown

# PTArcade
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/ptarcade/badges/version.svg)](https://anaconda.org/conda-forge/ptarcade) [![PyPI version](https://badge.fury.io/py/ptarcade.svg)](https://badge.fury.io/py/ptarcade) [<img src="https://img.shields.io/badge/dockerhub-ptarcade-important.svg?logo=Docker">](https://hub.docker.com/r/ngnewphy/ptarcade) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/ptarcade/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/ptarcade)


PTArcade provides an interface to the ENTERPRISE analysis suite and allows for simple implementation of new-physics searches in PTA data. 

The user can specify a new physics signal (either deterministic or stochastic), and the code will output Monte Carlo chains that can be used to reconstruct the model's parameter posterior distributions. 

Please see our detailed documentation [here](https://andrea-mitridate.github.io/PTArcade/)

