Skip to content

Commit 50997c1

Browse files
committed
manual sync main
1 parent 6ccbd2e commit 50997c1

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Development
22

3-
The current development branch "dev/jax" implements
3+
The following feautres are under active development:
44

55
* [Experimental Support for GPUs/TPUs](#experimental-support-for-gpustpus)
66

77
## Experimental Support for GPUs/TPUs
88

9+
The current development branch `dev/jax` implements
10+
experimental support for GPUs/TPUs.
11+
912
Although OQuPy is built on top of the backend-agnostic
1013
[TensorNetwork](https://github.com/google/TensorNetwork) library,
1114
OQuPy uses vanilla NumPy and SciPy throughout its implementation.
12-
13-
The "dev/jax" branch adds supports for GPUs/TPUs via the
15+
The `dev/jax` branch adds support for GPUs/TPUs via the
1416
[JAX](https://jax.readthedocs.io/en/latest/) library.
1517
A new `oqupy.backends.numerical_backend.py` module handles the
1618
[breaking changes in JAX NumPy](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html),

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Furthermore, OQuPy implements methods to ...
112112
:caption: Development
113113

114114
pages/contributing
115-
pages/gpu_features
115+
pages/jax_features
116116
pages/authors
117117
pages/how_to_cite
118118
pages/sharing

docs/pages/authors.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ Authors & Acknowledgements
44
- Lead developer since 2020: `Gerald E.
55
Fux <https://github.com/gefux>`__ ([email protected])
66
- Co-lead developer since 2022: `Piper
7-
Fowler-Wright <https://github.com/piperfw>`__ ([email protected])
7+
Fowler-Wright <https://github.com/piperfw>`__ ([email protected])
88

99
Major code contributions
1010
------------------------
1111

12+
**Experimental features**
13+
14+
- `Sampreet Kalita <https://github.com/Sampreet>`__: JAX numerical backend for
15+
GPU/TPU support
16+
1217
**Version 0.5.0**
1318

1419
- `Aidan Strathearn <https://github.com/aidanstrathearn>`__: Gibbs state TEMPO [Chiu2022].
File renamed without changes.

0 commit comments

Comments
 (0)