qiskit-community / ffsim

Faster simulations of fermionic quantum circuits.
https://qiskit-community.github.io/ffsim/
Apache License 2.0
19 stars 5 forks source link

Parallelize Rust function apply_givens_rotation_in_place #229

Open kevinsung opened 1 month ago

kevinsung commented 1 month ago

This loop here: https://github.com/qiskit-community/ffsim/blob/1e555245473a7ba7e94b8324847417a0e4081bf3/src/gates/orbital_rotation.rs#L45

A straightforward attempt doesn't pass the compiler due to the use of unsafe BLAS functions.