MADNESS
version 0.9
|
![]() |
The source is here.
We solve the following PDE
where the potential is
and the velocity is given in the code.
Splitting based schemes, such as Trotter and Chin-Chen, can be found in existing literatures.
The quadrature collocation method is based on the semi-group form of the equation
where is the Green's function/free-particle propagator
To find , all temporal integrals are computed by a
point Gauss-Legendre quadrature rule and we need to calculate employ a simple fixed-point iteration to the self-consistent solutions at the
quadrature points on the intervel
. All
involved in computing the integrals over the subintervels are interpolated by the
values on the largest intervel
.
The fixed-point iteration is applied to the correction term of the semi-group formulation,
or
where is the
correction term.
A much more efficient scheme would involve use of a non-linear equation solver instead of simple iteration.
Once we have the solutions at the quadrature points on
, quadrature rule is used to construct the solution at
.