|
1 | 1 | adirondax |
2 | 2 | ========= |
3 | 3 |
|
4 | | -Adirondax is a scientific research software for conducting astrophysical and cosmological simulations and solving inverse problems. |
5 | | -It is written in JAX and GPU-ready. |
| 4 | +.. grid:: 1 |
| 5 | + :class-container: color-cards |
| 6 | + |
| 7 | + .. grid-item-card:: Differentiable Astrophysics |
| 8 | + :columns: 12 12 12 12 |
| 9 | + :class-card: adirondax-summary |
| 10 | + |
| 11 | + .. image:: _static/adirondax.png |
| 12 | + :alt: Adirondax logo |
| 13 | + :width: 96px |
| 14 | + :align: left |
| 15 | + |
| 16 | + **Adirondax** is a scientific research software for conducting astrophysical and cosmological simulations and solving inverse problems, implemented in JAX and utilizing automatic differentiation and multi-GPU acceleration. |
6 | 17 |
|
7 | 18 | ⚠️ Adirondax is currently being built and is not yet ready for use. Check back later! ⚠️ |
8 | 19 |
|
9 | | -.. automodule:: adirondax.simulation |
10 | | - :members: |
| 20 | + |
| 21 | +.. grid:: 3 |
| 22 | + :class-container: product-offerings |
| 23 | + :margin: 0 |
| 24 | + :padding: 0 |
| 25 | + :gutter: 0 |
| 26 | + |
| 27 | + .. grid-item-card:: Differentiable Physics |
| 28 | + :columns: 12 6 6 4 |
| 29 | + :class-card: sd-border-0 |
| 30 | + :shadow: None |
| 31 | + |
| 32 | + Solvers in Adirondax are fully differentiable, enabling gradient-based inference, parameter optimization, and coupling to ML models directly through the simulation. |
| 33 | + |
| 34 | + .. grid-item-card:: Scalable Performance |
| 35 | + :columns: 12 6 6 4 |
| 36 | + :class-card: sd-border-0 |
| 37 | + :shadow: None |
| 38 | + |
| 39 | + Built with JAX, Adirondax scales on multiple GPUs/TPUs, allowing large-scale simulations to run efficiently on modern accelerators. |
| 40 | + |
| 41 | + .. grid-item-card:: Modular & Composable |
| 42 | + :columns: 12 6 6 4 |
| 43 | + :class-card: sd-border-0 |
| 44 | + :shadow: None |
| 45 | + |
| 46 | + Adirondax physics modules and processing tools are composable, making it easy to extend or embed into larger workflows. |
| 47 | + |
| 48 | + |
| 49 | +.. grid:: 3 |
| 50 | + :class-container: color-cards |
| 51 | + |
| 52 | + .. grid-item-card:: :material-regular:`laptop_chromebook;2em` Installation |
| 53 | + :columns: 12 6 6 4 |
| 54 | + :link: pages/installation |
| 55 | + :link-type: doc |
| 56 | + :class-card: installation |
| 57 | + |
| 58 | + .. grid-item-card:: :material-regular:`rocket_launch;2em` Quickstart |
| 59 | + :columns: 12 6 6 4 |
| 60 | + :link: pages/quickstart |
| 61 | + :link-type: doc |
| 62 | + :class-card: quickstart |
| 63 | + |
| 64 | + .. grid-item-card:: :material-regular:`library_books;2em` Examples |
| 65 | + :columns: 12 6 6 4 |
| 66 | + :link: pages/examples |
| 67 | + :link-type: doc |
| 68 | + :class-card: examples |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +.. list-table:: |
| 73 | + :widths: 32 32 32 |
| 74 | + :header-rows: 0 |
| 75 | + |
| 76 | + * - .. figure:: ../examples/kelvin_helmholtz/movie.gif |
| 77 | + :width: 300px |
| 78 | + :align: center |
| 79 | + :alt: kelvin_helmholtz |
| 80 | + :target: pages/examples.html#kelvin-helmholtz |
| 81 | + |
| 82 | + - .. figure:: ../examples/logo_inverse_problem/movie.gif |
| 83 | + :width: 300px |
| 84 | + :align: center |
| 85 | + :alt: logo_inverse_problem |
| 86 | + :target: pages/examples.html#logo-inverse-problem |
| 87 | + |
| 88 | + - .. figure:: ../examples/orszag_tang/movie.gif |
| 89 | + :width: 300px |
| 90 | + :align: center |
| 91 | + :alt: orszag_tang |
| 92 | + :target: pages/examples.html#orszag-tang |
| 93 | + |
| 94 | + |
| 95 | +.. toctree:: |
| 96 | + :maxdepth: 1 |
| 97 | + :caption: Getting Started |
| 98 | + |
| 99 | + pages/installation |
| 100 | + pages/quickstart |
| 101 | + |
| 102 | +.. toctree:: |
| 103 | + :maxdepth: 1 |
| 104 | + :caption: Tutorials & Examples |
| 105 | + |
| 106 | + pages/examples |
11 | 107 |
|
12 | 108 | .. toctree:: |
13 | | - :maxdepth: 2 |
14 | | - :caption: Contents: |
| 109 | + :maxdepth: 1 |
| 110 | + :caption: References |
15 | 111 |
|
16 | | - pages/installation |
| 112 | + pages/parameters |
| 113 | + pages/equations |
| 114 | + pages/api |
| 115 | + pages/developing |
| 116 | + pages/citing |
| 117 | + pages/about |
0 commit comments