You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ for adjoint transformations where needed, and comes with different
22
22
optimisations (precompute or not) that one may select depending on
23
23
available resources and desired angular resolution $L$.
24
24
25
+
As of version 1.0.2 `S2FFT` also provides PyTorch implementations of underlying
26
+
precompute transforms. In future releases this support will be extended to our
27
+
on-the-fly algorithms.
28
+
25
29
## Algorithms :zap:
26
30
27
31
`S2FFT` leverages new algorithmic structures that can he highly
@@ -123,6 +127,9 @@ f = fft.wigner.inverse_jax(flmn, L, N)
123
127
124
128
For further details on usage see the [documentation](https://astro-informatics.github.io/s2fft/) and associated [notebooks](https://astro-informatics.github.io/s2fft/tutorials/spherical_harmonic/spherical_harmonic_transform.html).
125
129
130
+
> [!NOTE]
131
+
> We also provide PyTorch support for the precompute version of our transforms. These are called through forward/inverse_torch(). Full PyTorch support will be provided in future releases.
132
+
126
133
## Benchmarking :hourglass_flowing_sand:
127
134
128
135
We benchmarked the spherical harmonic and Wigner transforms implemented
0 commit comments