quantumlib / OpenFermion

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

Fix scipy dtype errors #710

Closed ncrubin closed 3 years ago

ncrubin commented 3 years ago

scipy sparse now does not infer the highest datatype.

The user must pass the correct dtype for the data to be cast.