File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ and safe Rust. It is the fastest pure-Rust FFT library according to our benchmar
8
8
- Takes advantage of latest CPU features up to and including AVX-512, but performs well even without them.
9
9
- Zero ` unsafe ` code
10
10
- Python bindings (via [ PyO3] ( https://github.com/PyO3/pyo3 ) ).
11
- - Optional parallelization of some steps to 2 threads (with even more parallelization planned).
12
- - Did we mention it is really fast?!
11
+ - Simple implementation using a single, general-purpose FFT algorithm and no costly "planning" step
12
+ - Optional parallelization of some steps to 2 threads (with even more planned).
13
13
14
14
## Limitations
15
15
@@ -106,4 +106,4 @@ Finally, run:
106
106
The name, ** PHFT** , is derived from the implementation of the
107
107
[ Quantum Fourier Transform] ( https://en.wikipedia.org/wiki/Quantum_Fourier_transform ) (QFT). Namely, the
108
108
[ quantum circuit implementation of QFT] ( https://en.wikipedia.org/wiki/Quantum_Fourier_transform#Circuit_implementation )
109
- consists of the ** P** hase gates and ** H** adamard gates. Hence, ** PH** ast** FT** .
109
+ consists of the ** P** hase gates and ** H** adamard gates. Hence, ** PH** ast** FT** .
You can’t perform that action at this time.
0 commit comments