Skip to content

Commit b37a966

Browse files
Updated README.md
1 parent 249bb5d commit b37a966

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ XLuminA can be installed with
1313
pip install xlumina
1414
```
1515

16-
This will install [**JAX and jaxlib**](https://jax.readthedocs.io/en/latest/index.html) (the version of JAX used in this project is v0.4.13), [**Optax**](https://github.com/google-deepmind/optax/tree/master) (the version of Optax used in this project is v0.1.7), and [**SciPy**](https://scipy.org) (the version of SciPy used in this project is v1.10.1).
16+
which should install in about 10 seconds. This will install [**JAX and jaxlib**](https://jax.readthedocs.io/en/latest/index.html) (the version of JAX used in this project is v0.4.13), [**Optax**](https://github.com/google-deepmind/optax/tree/master) (the version of Optax used in this project is v0.1.7), and [**SciPy**](https://scipy.org) (the version of SciPy used in this project is v1.10.1).
1717

1818
### GPU compatibility:
1919

@@ -27,6 +27,13 @@ pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-re
2727
pip install --upgrade "jax[cuda11_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2828
```
2929

30+
XLuminA has been tested on the following operating systems:
31+
32+
Linux Enterprise Server 15 SP4 15.4,
33+
34+
and it has been successfully installed in Windows 10 (64-bit) and MacOS Monterey 12.6.2
35+
36+
3037
# 👾 Features:
3138

3239
XLuminA allows for the simulation, in a (*very*) fast and efficient way, of classical light propagation through optics hardware configurations,and enables the optimization and automated discovery of new setup designs.

0 commit comments

Comments
 (0)