Hi all,
Thank you so much for this crate, it's much needed in the ecosystem! Have a feature request: would it be possible to extend the functionality in this crate (esp for calculating matrix exponentials) to support not just f64 but also Complex64/c64 matrices? A lot of the matrix exponential functionality as well as integrators you have developed have amazing applications in quantum physics (especially exp(A t) calculations), except a lot of the time we're working with complex numbers instead just floats.
I couldn't find any other stable matrix exponentials for complex numbers in the Rust ecosystem, and especially none using faer so there's definitely a need in the ecosystem 🙂
Thank you!
Hi all,
Thank you so much for this crate, it's much needed in the ecosystem! Have a feature request: would it be possible to extend the functionality in this crate (esp for calculating matrix exponentials) to support not just
f64but alsoComplex64/c64matrices? A lot of the matrix exponential functionality as well as integrators you have developed have amazing applications in quantum physics (especiallyexp(A t)calculations), except a lot of the time we're working with complex numbers instead just floats.I couldn't find any other stable matrix exponentials for complex numbers in the Rust ecosystem, and especially none using
faerso there's definitely a need in the ecosystem 🙂Thank you!