Skip to content

Commit

Permalink
Update test_tdvp_time_dependent.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Oct 12, 2024
1 parent 8d1953b commit f513eb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@eval module $(gensym())
using ITensors: contract
using ITensorNetworks: ITensorNetworks, TimeDependentSum, ttn, mpo, mps, siteinds, tdvp
using ITensorNetworks.ModelHamiltonians: ModelHamiltonians
using OrdinaryDiffEq: Tsit5
using ITensors: contract
using KrylovKit: exponentiate
using LinearAlgebra: norm
using NamedGraphs: AbstractNamedEdge
using NamedGraphs.NamedGraphGenerators: named_comb_tree
using OrdinaryDiffEqTsit5: Tsit5
using Test: @test, @test_broken, @testset

include(
Expand Down

0 comments on commit f513eb4

Please sign in to comment.