Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionmich/jax-gw
Gravitational Waves in JAX
https://github.com/ionmich/jax-gw
gravitational-waves gw jax ligo-virgo lisa
Last synced: about 2 months ago
JSON representation
Gravitational Waves in JAX
- Host: GitHub
- URL: https://github.com/ionmich/jax-gw
- Owner: IonMich
- License: mit
- Created: 2023-04-03T07:47:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T05:18:07.000Z (8 months ago)
- Last Synced: 2024-05-02T11:22:38.133Z (8 months ago)
- Topics: gravitational-waves, gw, jax, ligo-virgo, lisa
- Language: Jupyter Notebook
- Homepage: https://ionmich.github.io/jax-gw/
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
[![Pytest](https://github.com/IonMich/jax-gw/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/IonMich/jax-gw/actions/workflows/tests.yml)
# jax_gwThis is a repository for ground-based and space-borne gravitational-wave (GW) analysis using JAX, with the main focus on the GW stochastic background. The autodiff capabilities of JAX allow for fast and efficient likelihood evaluation, which is crucial for GW parameter estimation.
## Installation
Create a new conda environment and install the package with all dependencies:
```bash
git clone
pip install -e .
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.