Skip to content

Commit

Permalink
Switch from OrdinaryDiffEq to OrdinaryDiffEqTsit5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Oct 12, 2024
1 parent 19e6322 commit 8d1953b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using OrdinaryDiffEq: ODEProblem, Tsit5, solve
using ITensors: ITensor
using ITensorNetworks: TimeDependentSum, to_vec
using ITensors: ITensor
using KrylovKit: exponentiate
using OrdinaryDiffEqTsit5: ODEProblem, Tsit5, solve

function ode_solver(
H::TimeDependentSum,
Expand Down

0 comments on commit 8d1953b

Please sign in to comment.