Skip to content

Commit

Permalink
Adapt landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Oct 17, 2024
1 parent 5440982 commit 786e1b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Clone the repository, navigate to the folder and install the package with pip:
```bash
pip install .
pip install pdequinox
```

Requires Python 3.10+ and JAX 0.4.13+. 👉 [JAX install guide](https://jax.readthedocs.io/en/latest/installation.html).
Expand Down Expand Up @@ -68,12 +68,12 @@ for epoch in tqdm(range(100)):
## Features

* Based on [JAX](https://github.com/google/jax):
* One of the best Automatic Differentiation engines (forward & reverse)
* Automatic vectorization
* Backend-agnostic code (run on CPU, GPU, and TPU)
* Based on [Equinox](https://github.com/patrick-kidger/equinox):
* Single-Batch by design
* Integration into the Equinox SciML ecosystem
* One of the best Automatic Differentiation engines (forward & reverse)
* Automatic vectorization
* Backend-agnostic code (run on CPU, GPU, and TPU)
* Built on top of [Equinox](https://github.com/patrick-kidger/equinox):
* Single-Batch by design
* Integration into the Equinox SciML ecosystem
* Agnostic to the spatial dimension (works for 1D, 2D, and 3D)
* Agnostic to the boundary condition (works for Dirichlet, Neumann, and periodic
BCs)
Expand Down

0 comments on commit 786e1b2

Please sign in to comment.