Skip to content

Commit c14150c

Browse files
committed
Merge branch 'NDTensors_arraytensor_ops' of github.com:ITensor/ITensors.jl into NDTensors_arraytensor_ops
2 parents a07f808 + 2801f7a commit c14150c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/ITensorLegacyMPS/base/test_arraystorage.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,8 @@ using Test
1616
end
1717
H = MPO(heisenberg_opsum(n), s)
1818
ψ = randomMPS(s, j -> isodd(j) ? "" : ""; linkdims=4)
19-
dmrg_kwargs = (;
20-
nsweeps=2,
21-
cutoff=[1e-4, 1e-12],
22-
maxdim=10,
23-
outputlevel=0,
24-
)
19+
dmrg_kwargs = (; nsweeps=2, cutoff=[1e-4, 1e-12], maxdim=10, outputlevel=0)
2520
e1, ψ1 = dmrg(NDTensors.to_arraystorage.((H, ψ))...; dmrg_kwargs...)
2621
e2, ψ2 = dmrg(H, ψ; dmrg_kwargs...)
2722
@test e1 e2
2823
end
29-
30-

0 commit comments

Comments
 (0)