Metadata-Version: 2.4
Name: gw-limr
Version: 0.2.2
Summary: Add your description here
Author: Sebastian Khan
Author-email: Sebastian Khan <KhanS22@Cardiff.ac.uk>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: gw-phenom>=1.0.1
Requires-Dist: gw-prim>=0.1.16
Requires-Dist: jax>=0.4.30
Requires-Dist: jaxopt>=0.8.5
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas>=2.3.3
Requires-Dist: pycbc>=2.9.0
Requires-Dist: qnm>=0.4.4
Requires-Dist: scikit-learn>=1.6.1
Requires-Dist: scipy>=1.13.1
Requires-Dist: tinygp>=0.3.0
Requires-Dist: tqdm>=4.67.1
Requires-Python: >=3.10
Project-URL: Homepage, https://gitlab.com/SpaceTimeKhantinuum/limr
Description-Content-Type: text/markdown

# limr

This is the Late-Inspiral Merger Ringdown (LIMR) model. It is a non-parametric non-spinning higher multipole model for the gravitational waves emitted from merging black holes.

## Installation

TODO

## Documentation

TODO

code that fit the models lives [here](https://gitlab.com/SpaceTimeKhantinuum/ml/-/tree/master/waveforms/p(h)enom-non-spinning/dev-examples/merger_only/nr-catalogue/initial_modelling/model-using-calibration-set)

## Development

### Publish

`uv` commands like `build`, `build --clear`, `version X.Y.Z`

and publish to pypi with

```bash
$ uv publish --username __token__
```


### Run an example

```bash
uv run --with gw-limr --no-project -- python examples/limr_example.py
```




