diff --git a/examples/03_updaters.jl b/examples/03_updaters.jl index 83f6159..264ceba 100644 --- a/examples/03_updaters.jl +++ b/examples/03_updaters.jl @@ -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...)