Skip to content

Commit

Permalink
Update src/ITensorTDVP.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 4e5d5d9 commit 7ddf347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ITensorTDVP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ITensorTDVP
using Reexport: @reexport
@reexport using ITensors.ITensorMPS: tdvp, dmrg_x, to_vec, TimeDependentSum, linsolve

using ITensors: ITensorMPS
using ITensors.ITensorMPS: ITensorMPS
dmrg(args...; kwargs...) = ITensorMPS.alternate_dmrg(args...; kwargs...)

end

0 comments on commit 7ddf347

Please sign in to comment.