You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Adirondax is currently being built and is not yet ready for use. Check back later ⚠️
40
40
41
-
Adirondax is a scientific research software for conducting astrophysical and cosmological simulations and solving inverse problems. It is written in JAX and GPU-ready.
41
+
Adirondax is a high-performance scientific research software for conducting astrophysical and cosmological simulations. Being differentiable, Adirondax can seamlessly integrate with pipelines for inverse-problems, inference, optimization, and coupling to ML models. Adirondax is scalable on multiple GPUs.
42
42
43
43
Adirondax has a simpler companion project dedicated to Fuzzy Dark Matter simulations: [Jaxion](https://github.com/JaxionProject/jaxion)
44
44
45
45
46
-
## Getting started
46
+
## Install Adirondax
47
47
48
48
Install with
49
49
50
50
```console
51
51
pip install adirondax
52
52
```
53
53
54
+
See the docs for more info on how to [build from source](https://adirondax.readthedocs.io/en/latest/pages/installation.html).
55
+
54
56
55
57
## Examples
56
58
57
-
Check out the `examples/` directory for demonstrations of using Adirondax.
59
+
Check out the [`examples/`](https://github.com/Adirondax/adirondax/tree/main/examples/) directory for demonstrations of using Adirondax.
0 commit comments