File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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+
912Although OQuPy is built on top of the backend-agnostic
1013[ TensorNetwork] ( https://github.com/google/TensorNetwork ) library,
1114OQuPy 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.
1517A 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 ) ,
Original file line number Diff line number Diff line change 11Experimental 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
67Although OQuPy is built on top of the backend-agnostic
78`TensorNetwork <https://github.com/google/TensorNetwork >`__ library,
89OQuPy 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
You can’t perform that action at this time.
0 commit comments