Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
Is your feature request related to a problem? Please describe.
I want to evolve a quantum state by time-dependependent Schordinger equation in Schordinger picture:
$$
H(t)=H_0+H_s(t)
$$
I find there is a function exp_timestep(ts,A,b[;adaptive,tol,kwargs...]) -> U :
In Schordinger picture the tA above shoud be A0 + tA. The A0 is time-independent. I hope there is a chance to develop another function to support it. Or should I give out more details?
Is your feature request related to a problem? Please describe.
I want to evolve a quantum state by time-dependependent Schordinger equation in Schordinger picture:
$$ H(t)=H_0+H_s(t) $$
I find there is a function
exp_timestep(ts,A,b[;adaptive,tol,kwargs...]) -> U
:In Schordinger picture the
tA
above shoud beA0 + tA
. TheA0
is time-independent. I hope there is a chance to develop another function to support it. Or should I give out more details?Thx for this great Pkg anyway!