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

Change SlaterDeterminantJW API to match slater_determinant function #152

Closed kevinsung closed 3 months ago

kevinsung commented 3 months ago

Changes the API of SlaterDeterminantJW to match the slater_determinant function. In particular, it accepts occupied orbitals and a full orbital rotation matrix, instead of just a subset of the orbital rotation matrix containing the columns for the desired orbitals.