Dear VASP forum members,
I am trying to obtain the correlation energy contribution from BEEF-vdW; both the non-local vdW dispersion portion and the energy from the BEEF correlation functional. My system is a metallic system if it matters
Currently, to get the non-local dispersion portion, I read the WAVECAR (from a standard BEEF-vdW calculation) and set:
ALGO = Eigenval
NELM = 1
GGA = BF
LUSE_VDW = .FALSE.
LASPH = .TRUE.
To get the BEEF correlation energy, I set:
ALGO = Eigenval
NELM = 1
GGA = BF
LUSE_VDW = .FALSE.
LASPH = .TRUE.
ALDAX = 0.0
AGGAX = 0.0
AEXX = 0.0
ALDAC = 0.5 # 0.5 in first run then 1.0 in second run
AGGAC = 0.5 # 0.5 in first run then 1.0 in second run
For the above, I ran first at 50% only correlation energy then 100% only correlation energy to first the actual correlation component based on their difference (x2).
Is this the appropriate way to get the correlation energy component? I'm not sure whether ALGO = Eigenval is the correct choice or whether I should perform a non-self-consistent calculation by setting ICHARG=11.
Thank you very much for any help!
Best wishes,
Benjamin

