Skip to content

Commit 7b3f7fd

Browse files
committed
Sync DEVELOPMENT.md and jax_features.rst
1 parent dbe1b44 commit 7b3f7fd

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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/pages/jax_features.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Experimental Support for GPUs/TPUs
22
==================================
3-
The current development branch "dev/jax" implements experimental support
4-
for GPUs/TPUs.
3+
4+
The current development branch ``dev/jax`` implements
5+
experimental support for GPUs/TPUs.
56

67
Although OQuPy is built on top of the backend-agnostic
78
`TensorNetwork <https://github.com/google/TensorNetwork>`__ library,
89
OQuPy uses vanilla NumPy and SciPy throughout its implementation.
9-
10-
The "dev/jax" branch adds supports for GPUs/TPUs via the
10+
The ``dev/jax`` branch adds support for GPUs/TPUs via the
1111
`JAX <https://jax.readthedocs.io/en/latest/>`__ library. A new
1212
``oqupy.backends.numerical_backend.py`` module handles the
1313
`breaking changes in JAX

0 commit comments

Comments
 (0)