-
Notifications
You must be signed in to change notification settings - Fork 0
Starting ABM algorithm
To start the [ABM algorithm](Integration scheme), one needs to initialize
for four time steps back:
In the case of a stationary state,
To use this prescription for the initialization of the ABM algorithm, you need to select in the input file:
selfstart 0 # use Taylor expansion for the first 5 steps? In this case, we need to generate the first five steps using single-step method. In the case of td-wslda, we use a method based on Taylor expansion of the evolution operator:
where we expanded the evolution operator into the Taylor series up to the same order as the precision of the ABM algorithm.
To use the Taylor expansion method for the generation of the first five steps, you need to select in the input file:
selfstart 1 # use Taylor expansion for first 5 steps?