Skip to content

Commit 85caf02

Browse files
committed
Fix more namespace issues
1 parent 77126ef commit 85caf02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ITensorInfiniteMPS.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ using KrylovKit: eigsolve, linsolve, exponentiate
2323

2424
import Base: getindex, length, setindex!, +, -, *
2525

26-
import ITensors: AbstractMPS,
26+
using ITensorMPS: AbstractMPS
27+
import ITensors:
2728

2829
include("ITensors.jl")
2930
include("ITensorNetworks.jl")

0 commit comments

Comments
 (0)