Skip to content

Commit 71457c2

Browse files
authored
Excise any references to NamedDimsArrays (#113)
1 parent f23750e commit 71457c2

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.3.6"
4+
version = "0.3.7"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -35,11 +35,11 @@ Adapt = "4.1.0"
3535
ChainRulesCore = "1.10"
3636
Compat = "4.16.0"
3737
HDF5 = "0.14, 0.15, 0.16, 0.17"
38-
ITensors = "0.7"
38+
ITensors = "0.8"
3939
IsApprox = "2.0.0"
4040
KrylovKit = "0.8.1, 0.9"
4141
LinearAlgebra = "1.10"
42-
NDTensors = "0.3.46"
42+
NDTensors = "0.4"
4343
Observers = "0.2"
4444
PackageCompiler = "1, 2"
4545
Printf = "1.10"

src/ITensorMPS.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ include("solvers/reducedlinearproblem.jl")
4343
include("solvers/linsolve.jl")
4444
include("solvers/expand.jl")
4545
include("lib/Experimental/src/Experimental.jl")
46-
include("lib/ITensorMPSNamedDimsArraysExt/src/ITensorMPSNamedDimsArraysExt.jl")
4746
end

src/lib/ITensorMPSNamedDimsArraysExt/src/ITensorMPSNamedDimsArraysExt.jl

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/lib/ITensorMPSNamedDimsArraysExt/src/to_nameddimsarray.jl

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)