Hi,
I want to integrate a time-independent Hamiltonian using the tdvp function of ITensorMPS.jl.
I see that there are “exponentiate” and “applyexp” updaters defined inside the tdvp function (ITensorTDVP.jl/src/tdvp.jl at main · ITensor/ITensorTDVP.jl · GitHub).
However, in the example with time-dependent Hamiltonian, an ODE solver is also implemented for the projected equations of motion. Can you help me write an ODE updater for the basic case of the time-independent Hamiltonian?
I tried to borrow the function from ITensorTDVP.jl/examples/03_updaters.jl at main · ITensor/ITensorTDVP.jl · GitHub but got incorrect results.
Best