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

remove input validation for low-level gates #198

Closed kevinsung closed 1 month ago

kevinsung commented 1 month ago

It has a non-negligible impact on performance. Validation should be done at a higher level (e.g. it's still done for the Qiskit gates).