Skip to content

v0.3.21

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 15:04
· 539 commits to main since this release
e7d2bc2

ITensors v0.3.21

Diff since v0.3.20

Closed issues:

  • Generalize inner(::MPO, ::MPS, ::MPO, ::MPS) for arbitrary tags (#499)
  • [ITensors] [BUG] ITensors with NDTensors.Diag storage can't be saved with HDF5 (#972)
  • [ITensors] [ENHANCEMENT] Aliases for ProjUp, ProjDn (#974)
  • [ITensors] [BUG] Apply chain rule - Bug when applying the function apply more than once (#979)
  • [ITensors] [ENHANCEMENT] How to create the UTF8 symbols in the examples (#998)
  • [ITensors] [BUG] StackOverflowError when using auto_fermion (#1002)
  • [ITensors] [BUG] readwrite test has unsafe file closure (#1005)
  • [ITensors] [BUG] Delete src/decomp.jl file (#1010)

Merged pull requests:

  • Set path for DMRG disk feature (#975) (@emstoudenmire)
  • HDF5 Support for Diag Storage (#976) (@emstoudenmire)
  • Define F operator for Qudit and Boson (#977) (@emstoudenmire)
  • [ITensors] [ENHANCEMENT] Refactor and format (#980) (@kmp5VT)
  • CompatHelper: bump compat for Compat to 4 for package ITensorGaussianMPS, (keep existing compat) (#984) (@github-actions[bot])
  • CompatHelper: bump compat for GLMakie to 0.6 for package ITensorGLMakie, (keep existing compat) (#985) (@github-actions[bot])
  • CompatHelper: bump compat for HDF5 to 0.16 for package ITensorGPU, (keep existing compat) (#986) (@github-actions[bot])
  • CompatHelper: bump compat for GPUCompiler to 0.16 for package ITensorGPU, (keep existing compat) (#987) (@github-actions[bot])
  • CompatHelper: bump compat for GraphMakie to 0.4 for package ITensorMakie, (keep existing compat) (#988) (@github-actions[bot])
  • CompatHelper: bump compat for UnicodePlots to 3 for package ITensorUnicodePlots, (keep existing compat) (#989) (@github-actions[bot])
  • CompatHelper: bump compat for Compat to 4 for package ITensorVisualizationBase, (keep existing compat) (#991) (@github-actions[bot])
  • Fix variable declaration warnings (#994) (@emstoudenmire)
  • Generalize inner(::MPO, ::MPS, ::MPO, ::MPS) for arbitrary tags and prime levels (#995) (@leburgel)
  • CompatHelper: bump compat for GLMakie to 0.7 for package ITensorGLMakie, (keep existing compat) (#997) (@github-actions[bot])
  • CompatHelper: bump compat for KrylovKit to 0.6, (keep existing compat) (#1001) (@github-actions[bot])
  • [ITensors] [BUG] Update readwrite test (#1007) (@ryanlevy)
  • [ITensors] [BUG] #1006 (#1008) (@JanReimers)
  • Address issue 1010 (#1014) (@kmp5VT)
  • Reduce bond dimension of MPOs generated from OpSums consisting of one-site operators (#1015) (@leburgel)
  • Fix auto fermion system for non-QN tensors (#1027) (@emstoudenmire)
  • Fix tests and update compats (#1031) (@mtfishman)