Clarification on entropy-related energy values in VASP output.
Hi VASP community,
I would like to clarify the meaning of entropy-related energy values in VASP output:
In my calculation, I get:
Code: Select all
werner@x13dai-t:~/Desktop/std_vasp_slurm/b1/fe/cd/b1fecd84-2a91-41fa-b7e0-f63215ca6329_1$ ug -B2 22428357 OUTCAR | tail -3
free energy TOTEN = -24.22450672 eV
energy without entropy= -24.22361411 energy(sigma->0) = -24.22428357
werner@x13dai-t:~/Desktop/std_vasp_slurm/b1/fe/cd/b1fecd84-2a91-41fa-b7e0-f63215ca6329_1$ ug EENTRO | tail -1
OUTCAR: entropy T*S EENTRO = -0.00089262
From the relationship: TOTEN = Energy without entropy + (entropy T*S EENTRO), I can verify: -24.22361411 + (-0.00089262) ≈ -24.22450673 eV
My question is: Why is "entropy T*S EENTRO" a negative value?
Since:
- Temperature T is always positive
- Entropy S is always positive (as it measures disorder)
- Therefore T×S should be positive
However, VASP outputs a negative value. Is this because:
1. VASP actually outputs "-T×S" (the contribution to free energy) rather than "T×S" itself?
2. Or is there something about how VASP calculates electronic entropy that I'm missing?
For now, I'm planning to use the "Energy without entropy" value as U(V) in QHA (Quasi-Harmonic Approximation) calculations, so I need to understand the correct relationship between these energy terms.
Thank you for any clarification!
Regards,
Zhao