Arnau Casau

Results 8 comments of Arnau Casau

Thanks for the review Matthew! I've run the transpiler tests, but I don't see any notable improvement by only modifying this script. Similar results can be obtained by running the...

Re-running the tests I wrote in the issue, I realized that using `std::time::Instant` to benchmark each operation might not be the best approach. It turns out that there's a large...

Thanks for the comment, @jlapeyre! That’s a really good idea, but I have one question. I see that you still use `dot()` in your implementation, are getting better results with...

> It looks like ndarray has no documented way to do C Is there a way to more-or-less cast the ndarray type to a faer type just for the matrix...

> We need to move these functions from the modules where they are applied to a common module. My best thought at the moment is something called common.rs. I like...

### Instructions to set up GitHub Pages: Here, you can find a quick guide to set up your repository to use GitHub Pages. > [!WARNING] Before starting with the process,...

Hi @woodsp-ibm , I think you should be able to set up a branch protection rule, and it's a good idea. The only thing to have in mind is to...

@mtreinish After looking closely at `two_qubit_decompose.rs`, I think we should keep `ndarray` for matrix multiplication in the `accelerate` crate. Even though `faer` improves the performance of the multiplications for the...