Releases: ITensor/ITensorNetworks.jl
Releases · ITensor/ITensorNetworks.jl
v0.13.6
ITensorNetworks v0.13.6
Merged pull requests:
- [pre-commit.ci] pre-commit autoupdate (#233) (@pre-commit-ci[bot])
- Improve the BilinearForm Constructor (#234) (@JoeyT1994)
v0.13.5
ITensorNetworks v0.13.5
Merged pull requests:
- Report Approximate Truncation Error from Apply Function (#232) (@JoeyT1994)
v0.13.4
ITensorNetworks v0.13.4
Merged pull requests:
- Update .github/workflows/FormatPullRequest.yml (#229) (@mtfishman)
- Update .pre-commit-config.yaml (#230) (@mtfishman)
- Automatic JuliaFormatter.jl run (#231) (@github-actions[bot])
v0.13.3
v0.13.2
ITensorNetworks v0.13.2
Merged pull requests:
- Make compatible with ITensors 0.9 (#221) (@JoeyT1994)
- Remove SparseArrayKit dependency (#227) (@mtfishman)
v0.13.1
v0.13.0
ITensorNetworks v0.13.0
Breaking changes
- ITensorMPS.jl has been removed as a dependency, and ITensorNetworks.jl now has its own version of functions like
siteinds
,dmrg
, etc.
Merged pull requests:
- Remove ITensorMPS.jl dependency (#224) (@mtfishman)
v0.12.2
v0.12.1
ITensorNetworks v0.12.1
Merged pull requests:
- Update gauge_walk functionality and fix bug in
VidalITensorNetwork
(#222) (@JoeyT1994)
v0.12.0
ITensorNetworks v0.12.0
Breaking changes
- Optimal contraction sequence optimization now uses the implementation in TensorOperations.jl and has been moved to a package extension, so TensorOperations.jl has to be loaded in the environment for it to work.
Merged pull requests:
- Contraction sequence finding (#218) (@JoeyT1994)