QuState / PhastFT

A high-performance, "quantum-inspired" Fast Fourier Transform (FFT) library written in pure and safe Rust.
Apache License 2.0
193 stars 8 forks source link

Add support for `f32`, as well as `f64` #17

Closed smu160 closed 3 months ago

smu160 commented 4 months ago

This PR should address issue #14

Shnatsel commented 4 months ago

It seems like it fails to build on CI with a syntax error?

smu160 commented 4 months ago

@Shnatsel

Yes. Sorry, I should have converted this to a draft. I have local changes almost ready to check-in. They should address the aforementioned issue, as well as others.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 98.00000% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 97.25%. Comparing base (a63ad3f) to head (4b909ae).

Files Patch % Lines
src/lib.rs 93.85% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 94.28% 97.25% +2.96% ========================================== Files 7 7 Lines 805 765 -40 ========================================== - Hits 759 744 -15 + Misses 46 21 -25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.