MPSKit v0.13.10
Added
expectation_valuefor local MPO tensors
(#327)Base.copyfor MPS types now performs a deep copy
(#387)
Changed
entropycan now also be called directly on a spectrum (singular value vector)
(#377)- Updated compat bounds to remove broken package versions
Fixed
- Fixed
Adaptextension for GPU support
(#389)
Full changelog: v0.13.9...v0.13.10
Merged pull requests:
- Expectation values of local MPO tensors (#327) (@borisdevos)
- Refactor entropy function to also use spectrum directly (#377) (@AFeuerpfeil)
- Bump v0.13.10 (#379) (@lkdvos)
- Modernize test workflow (#382) (@lkdvos)
- Bump actions/checkout from 4 to 6 (#383) (@dependabot[bot])
- Adapt extension (#384) (@lkdvos)
- Deep copying MPS with copy (#387) (@20akshay00)
- Skeletal tests for CuArray-backed MPSKit (#388) (@kshyatt)
- Fix Adapt extension (#389) (@lkdvos)
- Update pipeline.yml (#390) (@kshyatt)
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)