Closed JannisErhard closed 1 week ago
Can we confirm that the data we had generated doesn't have the kinetic energy density? I think that is likely to be the case; as I recall we had only densities and their core/valence separation. Technically the (very old) code (dating from something Lee Bartolotti did in the 1980s!) I had would generate the k.e. density, but I wouldn't want to dig into it to do that, especially when we have the capability of generating accurate HF results already with the Slater basis functions.
Yes, that is exactly what happens.
The file parsed for the numeric HF dataset has this information for the atomic species: 1st line is atomic no., no. of electrons, no. of grid points. Next line is kin. E, Vne, J, Exchange E, total E (?) next is R, rho, gradient, Laplacian
So the information for the kinetic energy density is not included.
Closing the issue then.
TL;DR The local kinetic energy is not available from the available numeric HF data.
When I load in a
numeric
species object and I try to generate use the ked_func method I run into an error.Here is minimal code to produce the error:
Here is the error: