Summary: Calculation of Coulomb interaction potential in LDA+U in the non-relativistic case Author: Category: KKRimp, single-site, electrostatics, potential, lda+u
Calculation of Coulomb interaction potential in LDA+U in the
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | NSPIN | ||||
| integer | :: | NATOM | ||||
| integer | :: | LMAXD | ||||
| integer | :: | IRMD | ||||
| integer | :: | LMAXATOM(:) | ||||
| type(DENSITY_TYPE) | :: | DENSITY(:) | ||||
| real(kind=8) | :: | STRMIX | ||||
| real(kind=8) | :: | QBOUND_LDAU | ||||
| type(LDAU_TYPE), | ALLOCATABLE | :: | LDAU(:) |
Write-out routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8) | :: | Z(MMAXD,MMAXD) | ||||
| integer | :: | MMAXD | ||||
| integer | :: | MMAX | ||||
| integer | :: | IFILE |
Write-out routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=16) | :: | Z(:,:) | ||||
| integer | :: | MMAXD | ||||
| integer | :: | MMAX | ||||
| integer | :: | IFILE |
Mix old and new potential. Linear mixing with factor xmix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8) | :: | XMIX | ||||
| real(kind=8) | :: | WLDAU(:,:,:) | ||||
| real(kind=8) | :: | WLDAU_OLD(:,:,:) | ||||
| integer | :: | MMAXD | ||||
| integer | :: | NSPIND |