1. There's a typo in the docstring saying the kinetic energy density is twice the value as it should be. (not very sure about this, might want to double check)
2. The coefficient for DH term seem to be wrong, DH should be
To fix the second one, the following code in `ELF.F`:
Code: Select all
DH = 0.2_q*HSQDTM/PISQ* (3*PISQ* REAL( CHDEN(N) ,KIND=q) )**FIVTHI
Code: Select all
DH = 0.2_q*HSQDTM/PISQ* (6*PISQ* REAL( CHDEN(N) ,KIND=q) )**FIVTHI
I've summarized the problem in the attached pdf file, hope it helps!