qiskit-community / ffsim

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

increase pyscf requirement to 2.4 #245

Closed kevinsung closed 3 months ago

kevinsung commented 3 months ago

In 2.3, the following code crashes with zsh: floating point exception:

from pyscf.fci import cistring

linkstr_index_a = cistring.gen_linkstr_index(range(23), 3)