matthagan15
matthagan15
Assuming this issue is still open I'd love to take a stab at it.
@naren-nallapareddy I have yet to get around to this, I'm still struggling to understand how the degree of the pade approximation is chosen & how the denominator is implemented (I...
status update: I have a bare-bones implementation of the norm estimation needed that seems to be working with preliminary testing (around 90% accuracy w/ exact values) and I have some...
After a busy few days, it seems that expm is working for 2x2 complex rotation matrices! AKA picking a random angle theta, we know that Exp[i * theta * pauli_x]...
Hi I'm having the exact same issue, I'm trying to write a matrix exponentiation routine for some simulations (I don't want to use numpy or c++) and this issue keeps...
Appreciate the help! I actually posted this same issue on reddit and someone suggested adding `cargo:rustc-link-lib=framework=Accelerate` to a println! in a build.rs file, which worked for me.
so I've simplified the code a fair bit, but unfortunately I've found a bug which is preventing me from attempting to send it out. I'm not sure what the bug...
That would be much appreciated! I've been trying to get my system to build against openblas (installed via brew) or intel-mkl but it doesn't seem to work and the *-*-src...
Thank you so much! Yeah this is interesting, for example the "average entry error over epsilon" is the most important bit, it's basically taking the computed matrix exponential via expm,...
Ok sorry for the late follow up, but doing some testing of **dense** matrices up to 1024x1024 matrices reveals a one-norm difference (aka take the output of this expm and...