tkwant.onebody.solvers.Scipy¶
-
class
tkwant.onebody.solvers.
Scipy
¶ Solve the time-dependent Schrödinger equation using
scipy.integrate
.This solver will currently only work with the ‘dopri5’ and ‘dop853’ integrators, as these are the only re-entrant ones.
- Parameters
kernel (
tkwant.onebody.kernels.Kernel
) –integrator (
scipy.integrate._ode.IntegratorBase
, default: dopri5) – The integrator to use with this solver.**integrator_options – Options to pass when instantiating the integrator.
See also
Methods