Scissor MoS2
Posted: Wed Nov 13, 2024 4:29 pm
Hi,
I am following a tutorial "Yambo tutorial: Quasiparticles in the GW approximation"(https://enccs.github.io/max-coe-worksho ... tutorials/) and I finished all of the processes. I am little bit confused about how to pick up scissor value from the calculation and use it in KfnQP_E or XfnQP_E. For example, in MoS2 the GW approximated values are:
Here, Eo comes from DFT (KS energies) and E is the corrected energy (yambo) which we can find as
E=(Eo+E-Eo)=(0 - 0.025774) = - 0.025774 (for K-point 7 and Band 13)
E=(Eo+E-Eo)=(1.858370 + 3.496193) = 5.354563 (for K-point 7 and Band 14)
Based on the above info band gap of MoS2 from DFT is (1.858370 - 0) = 1.858370 ev and after GW approximation corrected band gap is (5.354563 - (- 0.025774)) = 5.380337 ev
However, I am confused about the Sc|Eo, what this value corresponds and what value I can insert as the scissor value (1st column) in KfnQP_E or XfnQP_E in the followings based on the above info (e.g, the MoS2 case)
In BSE framework
RPA response is
Kind Regards
Ehsanul Azim
Masters Student
Mechanical Engineering
University of Texas Rio Grande Valley
I am following a tutorial "Yambo tutorial: Quasiparticles in the GW approximation"(https://enccs.github.io/max-coe-worksho ... tutorials/) and I finished all of the processes. I am little bit confused about how to pick up scissor value from the calculation and use it in KfnQP_E or XfnQP_E. For example, in MoS2 the GW approximated values are:
Code: Select all
# Vxc =Slater exchange(X)+Perdew & Zunger(C)
# Vnlxc=Hartree-Fock
#
# K-point Band Eo [eV] E-Eo [eV] Sc|Eo [eV]
#
7 13 0.000000 -0.025774 0.543987
7 14 1.858370 3.496193 -0.417555
#
E=(Eo+E-Eo)=(0 - 0.025774) = - 0.025774 (for K-point 7 and Band 13)
E=(Eo+E-Eo)=(1.858370 + 3.496193) = 5.354563 (for K-point 7 and Band 14)
Based on the above info band gap of MoS2 from DFT is (1.858370 - 0) = 1.858370 ev and after GW approximation corrected band gap is (5.354563 - (- 0.025774)) = 5.380337 ev
However, I am confused about the Sc|Eo, what this value corresponds and what value I can insert as the scissor value (1st column) in KfnQP_E or XfnQP_E in the followings based on the above info (e.g, the MoS2 case)
In BSE framework
Code: Select all
%KfnQP_E
0.000000|1.000000|1.000000|
%
Code: Select all
%XfnQP_E
0.000000|1.000000|1.000000|
%
Ehsanul Azim
Masters Student
Mechanical Engineering
University of Texas Rio Grande Valley