Skip to content

v0.13.10

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:16
· 14 commits to main since this release
8480e78

MPSKit v0.13.10

Diff since v0.13.9

Added

  • expectation_value for local MPO tensors
    (#327)
  • Base.copy for MPS types now performs a deep copy
    (#387)

Changed

  • entropy can now also be called directly on a spectrum (singular value vector)
    (#377)
  • Updated compat bounds to remove broken package versions

Fixed

  • Fixed Adapt extension for GPU support
    (#389)

Full changelog: v0.13.9...v0.13.10

Merged pull requests:

Closed issues:

  • Printing Symmetric Hamiltonians with identity (#358)
  • FiniteMPOHamiltonian constructor fails with storagetype MethodError on Union{BraidingTensor, TensorMap} (#376)
  • Console output of MPOs is not the same as in the documentation (#378)
  • Unpredictable normalization of DMRG ground states (#380)
  • DMRG calculations are staggeringly slower than in previous versions (#381)
  • Copying an MPS currently only makes a shallow copy (#386)