4.2. tkwant.onebody.kernels
– Evaluating the right hand side of the time-dependent Schrödinger equation¶
This module is mainly for internal use by tkwant.onebody.solvers
.
4.2.1. Kernels¶
|
Evaluate the RHS of the Schrödinger equation using scipy sparse. |
|
A C-implemented kernel using naive CSR matvec. |
|
SparseBlas(H0, W, args, double complex[:] psi_st=None) Evaluate the RHS of the Schrödinger equation using sparse blas. |
|
Extract the time-dependent perturbation to the Hamiltonian. |
|
A class to extract and interpolate W(t). |