Releases: ITensor/ITensors.jl
Releases · ITensor/ITensors.jl
v0.3.12
ITensors v0.3.12
Merged pull requests:
- [ITensors] [ENHANCEMENT] Add support for defining MPOs from operators represented as matrices (#904) (@mtfishman)
- [ITensors] [ENHANCEMENT] Fix
svd
andqr
for empty input left or right indices (#917) (@mtfishman)
v0.3.11
ITensors v0.3.11
Merged pull requests:
- [ITensors] [ENHANCMENT] Add docs for included site types (#905) (@emstoudenmire)
- [ITensors] [ENHANCEMENT] Clean up QN
svd
code inITensors
by handling QN blocks better inNDTensors
(#906) (@emstoudenmire) - [ITensors] [ENHANCMENT] Non-Hermitian
dmrg
(#913) (@leachinellato) - [ITensors] [ENHANCMENT] Introduce
removeqn
function for removing a specified quantum number (#915) (@mtfishman)
v0.3.10
ITensors v0.3.10
v0.3.9
ITensors v0.3.9
Merged pull requests:
- [ITensors] [ENHANCEMENT] Handle corner case of normalizing a zero MPS (#901) (@mtfishman)
- [ITensors] [ENHANCEMENT] Allow
Matrix
representations for operators inexpect
andcorrelation_matrix
(#902) (@mtfishman) - [ITensors] [ENHANCMENT] Haar random unitary gate (#903) (@mtfishman)
v0.3.8
v0.3.7
ITensors v0.3.7
Closed issues:
- [ITensors] [BUG]
complex(::MPS/MPO)
not defined (#889) - [ITensors] [BUG] Performance of apply for second-neighbor gates (#892)
Merged pull requests:
- Cleanup outer and add GEMM routing for CUDA (#887) (@kshyatt)
- [ITensors] [BUG] Fix for performance issues when applying gates to every other site (#900) (@mtfishman)
v0.3.6
ITensors v0.3.6
v0.3.5
ITensors v0.3.5
Merged pull requests:
- [ITensors] [ENHANCEMENT] Generalize op to handle Matrix/String inputs more generically (#899) (@mtfishman)
v0.3.4
v0.3.3
ITensors v0.3.3
Merged pull requests:
- Add gmera constructions (#879) (@angkunwu)
- [ITensors] [ENHANCEMENT] Add
copy
forAbstractProjMPO
(#895) (@mtfishman)