A class which calculates the kinetic energy, potential, and stress with von Weizsäcker (vW) KEDF. See Weizsäcker C F. Zeitschrift für Physik, 1935, 96(7): 431-458.
More...
Get the potential of vW KEDF, and add it into rpotential, and the vW energy will be calculated and stored in this->vw_energy V_{vW}(r)=-1/2 * nabla^2 sqrt(rho(r))]/sqrt(rho(r)) NOTE that actually we calculate V_{vW} * 2 * phi = - sign(phi) * nabla^2 sqrt(rho(r) here, as a result, we need rpotential = potential * 2 * phi.
A class which calculates the kinetic energy, potential, and stress with von Weizsäcker (vW) KEDF. See Weizsäcker C F. Zeitschrift für Physik, 1935, 96(7): 431-458.
Get the potential of vW KEDF, and add it into rpotential, and the vW energy will be calculated and stored in this->vw_energy V_{vW}(r)=-1/2 * nabla^2 sqrt(rho(r))]/sqrt(rho(r)) NOTE that actually we calculate V_{vW} * 2 * phi = - sign(phi) * nabla^2 sqrt(rho(r) here, as a result, we need rpotential = potential * 2 * phi.