STM calculation with VASP: Difference between revisions

From Wiki
Jump to navigation Jump to search
Bob (talk | contribs)
New page: First you need to have your geometry and DOS calculations done. Once that is done you need to generate a PARCHG file. This is done by adding this into the INCAR: partial charge densities...
 
Bob (talk | contribs)
No edit summary
Line 7: Line 7:
   NBMOD = -3
   NBMOD = -3
   EINT = -1.50 0
   EINT = -1.50 0
[[Image:STM_tutorial.png|How to plot STM images with p4v]]

Revision as of 15:41, 10 December 2019

First you need to have your geometry and DOS calculations done. Once that is done you need to generate a PARCHG file. This is done by adding this into the INCAR:

partial charge densities:
  LPARD = .TRUE.
  LSEPK = .FALSE.
  LSEPB = .FALSE.
  NBMOD = -3
  EINT = -1.50 0

How to plot STM images with p4v