-
Notifications
You must be signed in to change notification settings - Fork 4
Simulation of STM Pictures
Julien Steffen edited this page Apr 23, 2024
·
5 revisions
To generate a STM image of a surface, two calculations need to be done, both using the same geometry, preferrentially a surface slab.
** 1.** Single point calculation of the structure of interest. Both a CHGCAR
and a WAVECAR
file need to be obtained. For this, activate the printout of both files:
-
LCHARG = .TRUE.
Activate printout ofCHGCAR
. -
LWAVE = .TRUE.
Activate printout ofWAVECAR
. 2. Calculate the partial charge density which serves as template for simulating the STM picture. Copy the calculatedCHGCAR
andWAVECAR
files to the folder and add the following keywords to theINCAR
file: -
LPARD = .TRUE:
Evaluate partial charge density. -
ISTART = 1
Read in the existentWAVECAR
file. -
NBMOD = -3
Calculate partial charge density in an energy range given byEINT
. -
EINT = [value1] [value2]
The energy range for the partial charge density. Usually,[value1]
should be set to the negative of the reported experimental STM current to compare with (e.g., -1 for 1 eV current),[value2]
should be zero.