quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.51k stars 372 forks source link

Change two_body.dtype comparison from numpy.float to numpy.float64 in DiagonalCoulombOperator #814

Closed fdmalone closed 1 year ago

fdmalone commented 1 year ago

numpy.float was deprecated in v1.24.0. Replace comparison with numpy.float64 instead. This is causing CI to fail in #813.

fdmalone commented 1 year ago

CI now seems to be failing due to an issue with scipy.linalg that crops up past 1.10

fdmalone commented 1 year ago

Closing this in favour of #816 as we need both changes for CI to succeed.