Skip to content

Commit

Permalink
Update test/test_dmrg.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
  • Loading branch information
emstoudenmire and mtfishman authored Mar 29, 2024
1 parent 7ddf347 commit f4d56fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_dmrg.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@eval module $(gensym())
using ITensors: ITensorMPS, ITensors, MPO, OpSum, inner, randomMPS, siteinds
using ITensors: ITensors, inner
using ITensors.ITensorMPS: ITensorMPS, OpSum, MPO, randomMPS, siteinds
using ITensorTDVP: ITensorTDVP
using Test: @test, @testset
@testset "DMRG (eltype=$elt, nsite=$nsite, conserve_qns=$conserve_qns)" for elt in (
Expand Down

0 comments on commit f4d56fc

Please sign in to comment.