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_phase_shift_in_place #230

Open kevinsung opened 1 month ago

kevinsung commented 1 month ago

This function here: https://github.com/qiskit-community/ffsim/blob/1e555245473a7ba7e94b8324847417a0e4081bf3/src/gates/phase_shift.rs#L32

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