|
23 | 23 | ``S2FFT`` is a JAX package for computing Fourier transforms on the sphere and rotation |
24 | 24 | group. It leverages autodiff to provide differentiable transforms, which are also |
25 | 25 | deployable on modern hardware accelerators (e.g. GPUs and TPUs), and can be mapped |
26 | | -across multiple accel bv erators. |
| 26 | +across multiple accelerators. |
27 | 27 |
|
28 | 28 | More specifically, ``S2FFT`` provides support for spin spherical harmonic and Wigner |
29 | 29 | transforms (for both real and complex signals), with support for adjoint transformations |
@@ -73,7 +73,7 @@ installation was successful by running |
73 | 73 |
|
74 | 74 | In the very near future one will be able to install ``S2FFT`` directly from `PyPi` by |
75 | 75 | ``pip install s2fft`` but this is not yet supported. Note that to run ``JAX`` on |
76 | | -NVIDIA GPUs you will need to following the |
| 76 | +NVIDIA GPUs you will need to follow the |
77 | 77 | `guide <https://github.com/google/jax#installation>`_ outlined by Google. |
78 | 78 |
|
79 | 79 | Usage :rocket: |
@@ -102,7 +102,7 @@ pacakge. |
102 | 102 | A brief summary is shown in the table below for the recursion (left) and precompute |
103 | 103 | (right) algorithms, with ``S2FFT`` running on GPUs (for further details see Price & |
104 | 104 | McEwen, in prep.). Note that our compute time is agnostic to spin number (which is not |
105 | | -the case for many other methods that scale linearly with spin. |
| 105 | +the case for many other methods that scale linearly with spin). |
106 | 106 |
|
107 | 107 | +------+-----------+-----------+----------+-----------+----------+----------+---------+ |
108 | 108 | | | Recursive Algorithm | Precompute Algorithm | |
@@ -140,7 +140,7 @@ support for more spherical sampling patterns! |
140 | 140 | Attribution :books: |
141 | 141 | ------------------ |
142 | 142 | We provide this code under an MIT open-source licence with the hope that it will be of use |
143 | | -to a wider community. Should this code be used in any way, we kindly request that the follow |
| 143 | +to a wider community. Should this code be used in any way, we kindly request that the following |
144 | 144 | article is correctly referenced. A BibTeX entry for this reference may look like: |
145 | 145 |
|
146 | 146 | .. code-block:: |
|
0 commit comments