Skip to content

v1.11.0

Choose a tag to compare

@jcmgray jcmgray released this 15 May 00:06
· 321 commits to main since this release

Breaking Changes

  • move belief propagation to quimb.tensor.belief_propagation
  • calling tn.contract() when an non-zero value has been accrued into tn.exponent now automatically re-absorbs that exponent.
  • binary tensor operations that would previously have errored now will align and broadcast

Enhancements:

Bug fixes:

  • fix MatrixProductState.measure for cupy backend arrays (#276).
  • fix linalg.expm dispatch (#275)
  • fix 'dm' 1d compress method for disconnected subgraphs
  • fix docs source lookup in quimb.tensor module
  • fix raw gate copying in Circuit (#285)

New Contributors

Full Changelog: v1.10.0...v1.11.0