#7
Post
by macaro » Mon Dec 07, 2020 4:34 pm
No, those seem to be the Kohn-Sham eigenvalues, whereas I need total energy values. I'll try to be more descriptive:
- When the PAW potential is generated by the VASP developers, an atomic calculation is done, which yields the total energy of the isolated atom E_0 (spherically symmetric valence orbitals w/o spin polarization). Let's say my isolated atom is C.
- When I run a "regular VASP calculation", say for diamond in a 64-atom supercell, this reference energy is (implicitly or explicitly, I don't know how VASP does it internally) subtracted from the all-electron total energy and reported by VASP as E. So E/64 is the "cohesive" energy per atom of diamond (minus the spin polarization effects, since E_0 does not include those, but let's forget about that). This is a small negative number, of the order of -10 eV per atom. This cohesive energy is the energy difference arising from (hypothetically) bringing all the individual neutral C atoms from very far away, to form the diamond lattice.
- The "all-electron cohesive" energy, which would be E_0 + E/64 per atom in this diamond example, is a much more negative number, something in the order of -1000 eV per atom for diamond. This is equivalent to computing the energy difference where the individual C nuclei C^{6+} and individual electrons (6 per C atom) are all initially separated by long distances and then brought together to form the diamond lattice.
- When I create a 1s core hole in one of the 64 C atoms in my diamond supercell, the E_0^* of that atom (and only that atom) is now different (denoted by *) and much higher in energy than E_0 (for C, something of the order of 200 eV higher).
- The energy now reported by VASP for this 63C + C^* system (where C^* indicates the excited core) is E^*. The all-electron total energy of the system is now E^* + 63*E_0 + E_0^*.
- The core-electron binding energy can be estimated somewhat accurately (much more accurately than using eigenvalues) by computing the difference between the final (excited core electron) and initial (regular ground state) all-electron total energies:
E_{BE} = E^* + 63*E_0 + E_0^* - (64*E_0 + E)
E_{BE} = (E^* - E) + (E_0^* - E_0)
The E^* - E total energy differences (i.e., the differences between the total energies reported by VASP) are not meaningful in absolute value, as correctly indicated in the documentation. However, the relative shifts when I change the atomic environments, for instance when I compute the binding energy for the graphite 1s core electron, are accurately computed if the atomic species (C here) does not change, because E_0^* - E_0 does not change. This is also correctly stated in the documentation.
The information I want to access, assuming that it can be retrieved, is E_0^* and E_0, because that allows me to estimate the absolute binding energies.