Skip to content

Commit

Permalink
Update NDTensors/test/ITensors/TestITensorDMRG/dmrg.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
kmp5VT and mtfishman authored Nov 8, 2023
1 parent c151581 commit 6f448e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/test/ITensors/TestITensorDMRG/dmrg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function test_dmrg(elt, N::Integer, dev::Function)
end

Random.seed!(1234)
psi0 = dev(randomMPS(Float64, sites;))
psi0 = dev(randomMPS(Float64, sites; linkdims=4))
H = dev(MPO(elt, os, sites))

nsweeps = 3
Expand Down

0 comments on commit 6f448e0

Please sign in to comment.