... | ... | @@ -5,6 +5,7 @@ title: KKRSusc Quickstart Guide |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Perform a KKRsusc calculation
|
|
|
|
|
|
In order to investigate spin-excitations via the KKRsusc program please
|
... | ... | @@ -41,7 +42,7 @@ and step 5 is finally performed with the KKRsusc program itself. |
|
|
- Take the kkrflex_* files and the converged potential from step 3, along with `shapefun` and [newinpsusc.dat](newinpsusc.dat)
|
|
|
- Modify [newinpsusc.dat](newinpsusc.dat) with the preferred parameters. Make sure that the system specific parameters match the information in the kkrflex_* files.
|
|
|
- In the parallel run, the code projects the Green function to a new basis, so that the radial dependence is separated from the energy dependence. This process can be done in parallel, so as to increase efficiency that's why the code can be run in mpi.
|
|
|
- For this run set `lhdio=T` and 'lrestart=F'. In the `config.cfg` file set the runflag *KKRSUSC* for one iteration and run the parallel executable.
|
|
|
- For this run set `lhdio=T` and `lrestart=F`. In the `config.cfg` file set the runflag *KKRSUSC* for one iteration and run the parallel executable.
|
|
|
- After it's completed, a plethora of files will be written out, which will be read-in by the serial run. The main one is `outsusc.dat` which contains all the information from `newinpsusc.dat` as well as the coefficients of the projection, and the (ia*.wfn) files that include the wavefunction information.
|
|
|
|
|
|
### Serial Run
|
... | ... | |