Driver for the density from core electrons.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ISPIN | |||
| integer, | intent(in) | :: | NSPIN | |||
| integer, | intent(in) | :: | IATOM | |||
| integer, | intent(in) | :: | NATOM | |||
| type(CELL_TYPE) | :: | CELL | ||||
| real(kind=DP), | intent(in) | :: | VISP(CELL%NRMAX) | |||
| real(kind=DP), | intent(in) | :: | ZATOM | |||
| type(corestate_type) | :: | corestate | ||||
| type(DENSITY_TYPE) | :: | density | ||||
| type(config_type) | :: | config | ||||
| integer | :: | ITSCF |