Tutorial Postproc
Tutorial Postproc
QUANTUM-ESPRESSO PACKAGE
Cagliari September 2005
Guido Fratesi and Stefano Fabris
POST PROCESSING OF DATA:
What happens? Why does the program stop? See the output file:
more ni.scf.out
Modify the input file for the post processing run-si.pp for
calculating the total charge density. First modify the inputpp
namelist:
&inputpp
prefix = 'si'
outdir = '/tmp/',
filplot = 'si.charge'
plot_num= XXX
/
see espresso/Docs/INPUT_PP for the value of plot_num
corresponding to the charge density.
Exercise 3: Charge density of Si
cp run-si.pp to run-si.pp110
Run the non scf calculation for the AlAs (110) surface:
run-AlAs.nscf
Exercise 5: STM simulation
Set up the input file for the post processing; inputpp namelist
(see run-AlAs.stm):
&inputpp
prefix = 'AlAs110'
outdir='$TMP_DIR/',
filplot = 'AlAs-1.0'
sample_bias=-0.0735d0,
stm_wfc_matching=.false.,
plot_num= XXX
/
see O-sesame/pwdocs/INPUT_PP