Skip to content

v0.7.4

Compare
Choose a tag to compare
@kaihsin kaihsin released this 17 Aug 09:28
· 1283 commits to master since this release

v0.7.4

  1. [Enhance] Lanczos_ER Lanczos_Gnd not convergence with maxiter will now gives warning instead of error.
  2. [Enhance] Arithmetic of UniTensor(&)constant now preserve the label of input UniTensor.
  3. [New][experiment] Add MPS class with two variant: iMPS, RegularMPS.
  4. [New][experiment] Add MPO class.
  5. [Enhance] Add UniTensor.relabel
  6. [Enhance] Add Network.FromString
  7. [New][experiment] DMRG API
  8. [New][experiment] Add MPS Save/Load, and can now have different phys_dim for each site.
  9. [Fix] SparseUniTensor.permute does not properly update contiguous status when rowrank argument is given.
  10. [Enhance] get_block()/put_block() by qnums now have a new argument "force" to get blocks from non-braket_form UniTensor.
  11. [New] Add SparseUniTensor contract
  12. [New] Add SparseUniTensor linalg::Svd support.
  13. [Enhance] SparseUniTensor print info, add "contiguous" status.
  14. [Enhance] Add print_info for Symmetry descriptor
  15. [Enhance] Add UniTensor.syms()
  16. [Fix] Tensor.set when one of accessor is Singl will cause error.
  17. [Enhance] SparseUniTensor diag x diag, diag x dense are finished.
  18. [Fix] SparseUniTensor when diag permutation issue.
  19. [Fix] Sort does not return out Tensor.
  20. [Fix] Tproxy.item() does not get correct element.
  21. [Fix] Bug for Svd on SparseUniTensor vT is being set by U
  22. [New][experiment] Svd_truncate for SparseUniTensor
  23. [New] add Bond.redirect(), Bond.retype()
  24. [Fix] SparseUniTensor.permute() does not properly update braket_form
  25. [Fix] SparseUniTensor.set_rowrank should track _inner_rowrank not _rowrank bug.
  26. [Enhance] Add UniTensor.change_label() <- [Removed!!] use relabel(s)()
  27. [Fix] Svd_truncate when one of the block has only dim=1 should fill-in the dangling dimension.
  28. [New][experiment] iTEBD with U1 symmetry example for Heisenberg chain
  29. [Change] v0.7.4 [26.] replace change_label() with relabel. Now only have set_label(s) and relabel(s) with *_label() have by_label option.
  30. [Enhance] Add Accessor option Qns, qns()
  31. [Change] Trace now by default trace axis =0 and axis=1 if no argument specify.
  32. [Fix] Compare of two Bonds will now also check qnums.
  33. [New][experiment] SparseUniTensor.Trace() now support rank-2 symmetric UniTensor -> scalar
  34. [New][experiment] Contract of SparseUniTensor with two SUT with same labels -> scalar is now avaliable
  35. [Fix] DMRG initialize does not properly normalize the init state.
  36. [New] Scalar.conj(), Scalar.real(), Scalar.imag(), Scalar.maxval(dtype), Scalar.minval(dtype)
  37. [Enhance] Lanczos internal now written with single general function.
  38. [Enhance] Storage.append() now accept Scalar
  39. [Enhance][Fix] Fix inplace Arithmetic between Tensor +=(-=,*=,/=) Tensor with both non-contiguous leads to inconsistent memory alignment.
  40. [Enhance] from 39. add iAdd(), iDiv(), iMul(), iSub(), this can be called by user but is not recommended.
  41. [Enhance] Modify DMRG kernel for generic UniTensor as state.
  42. [New][experiment] Add Lanczos_Gnd_Ut() which accept Tin as UniTensor
  43. [New][experiment] LinOp now add an matvec option for UniTensor => UniTensor, which can be used together with Lanczos_Gnd_Ut
  44. [Change] Remove LinOp with custom function support, inheritance is forced.
  45. [Enhance] add Tensor.at() without template.
  46. [Change][Enhance] Remove UniTensor.get_elem/set_elem, unify them with at().
  47. [Fix] Trace for SparseUniTensor with is_diag=True.
  48. [New][experiment] MPS.Norm()
  49. [Fix] Lanczos_Gnd_Ut when input dimension is only 2 now check if the beta=0.
  50. [New] Add DMRG U1 example.
  51. [Change] Behavior change for Svd_truncate. SparseUniTensor the keepdim can exceed the current dimension of UniTensor, in such case it is equivalent to Svd.
  52. [New] Add UniTensor.Norm()
  53. [New][experiment] add MPS.Init_Msector(), which initialize the state with specify total magnetization.
  54. [Enhance] Add additional feature Svd_truncate with truncation_err (err) and return_err option for Ten
  55. [Enhance] Add additional feature Svd_truncate with truncation_err (err) and return_err option for DUTen
  56. [Enhance] Add python dmrg example for using tn_algo