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

Document Givens decomposition #122

Closed kevinsung closed 5 months ago

kevinsung commented 5 months ago

Fixes #34.

Changes the description of a Givens rotation to be a flat tuple (c, s, i, j) instead of ((c, s), (i, j)), which is a breaking change.