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 ad39d09 commit b583639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_updaters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Compat: @compat
using ITensors: ITensor, array, inds, itensor
using ITensorTDVP: TimeDependentSum, to_vec
using KrylovKit: exponentiate
using OrdinaryDiffEq: ODEProblem, Tsit5, solve
using OrdinaryDiffEqTsit5: ODEProblem, Tsit5, solve

function ode_updater(operator, init; internal_kwargs, alg=Tsit5(), kwargs...)
@compat (; current_time, time_step) = (; current_time=zero(Bool), internal_kwargs...)
Expand Down

0 comments on commit b583639

Please sign in to comment.