qiskit-community / ffsim

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

Return lower ranks of RDMs #88

Closed kevinsung closed 9 months ago

kevinsung commented 9 months ago

Fixes #75

Adds the return_lower_ranks argument and sets its default value to True, which is why this is a breaking change (the previous behavior was equivalent to it being False).