
Calculates the force on nucleus m from a given non spherical charge density at the nucleus site r with core correction (coulomb contribution)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | FLM(-1:1,NATOM) | ||||
| double precision | :: | FLMC(-1:1,NATOM) | ||||
| integer | :: | LMAX | ||||
| integer | :: | NSPIN | ||||
| integer | :: | NATOM | ||||
| double precision | :: | VPOT(IRMD,LMPOTD,NSPIN,NATOM) | ||||
| type(DENSITY_TYPE) | :: | DENSITY(NATOM) | ||||
| type(CELL_TYPE) | :: | CELL(NATOM) | ||||
| integer | :: | IRMD | ||||
| integer | :: | LMPOTD | ||||
| integer | :: | INS |