jcmgray / quimb

A python library for quantum information and many-body calculations including tensor networks.
http://quimb.readthedocs.io
Other
488 stars 108 forks source link

scipy >= 1.14 has removed the sparse matrix .H attribute #243

Closed jcmgray closed 3 months ago

jcmgray commented 3 months ago

What happened?

Scipy has removed the hermitian conjugate attribute, in an effort to align the sparse matrix api more with ndarray. Short term quimb can just monkey-patch it back.

What did you expect to happen?

No response

Minimal Complete Verifiable Example

No response

Relevant log output

No response

Anything else we need to know?

No response

Environment

Yes.

jcmgray commented 3 months ago

Fixed by https://github.com/jcmgray/quimb/commit/e05b77eb14c111636d6d79159d686e53239262a7.