Dear all,
I try to calculate the dielectric function with Drude term.
I manually added Drude term by using equation in the figure.
https://drive.google.com/file/d/0B3eXIE ... sp=sharing
Yambo result and my result for real part of dielectric function show same.
However, Yambo result and my result for imaginary part are different.
Equation or approximation is 3rd order equation of inverse omega.
Yambo result shows 2nd order equation and my speculated equation shows close result.
Here is magnified figure.
https://drive.google.com/open?id=0B3eXI ... k5tYWNkdUU
I feel confused and try to clarify the calculation.
So, I ask help to solve it.
Do I miss some terms in the equation?
Thank you.
Best regards,
KISUNG KANG
Drude term
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan
-
- Posts: 11
- Joined: Thu Oct 13, 2016 8:00 pm
Drude term
Kisung Kang, PhD student at University of Illinois Urbana-Champaign, U.S.
-
- Posts: 11
- Joined: Thu Oct 13, 2016 8:00 pm
Re: Drude term
Hello,
I am still struggling with this problem.
With QWscf+Yambo, this shows the same trend.
Is there any advice for me?
Thank you!
Best regards,
KISUNG KANG
I am still struggling with this problem.
With QWscf+Yambo, this shows the same trend.
Is there any advice for me?
Thank you!
Best regards,
KISUNG KANG
Kisung Kang, PhD student at University of Illinois Urbana-Champaign, U.S.
- Daniele Varsano
- Posts: 4198
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: Drude term
Dear Kisung Kang,
what kind of calculation are you doing? As you did not post any input I do not know if you are doing an independent-particle calculations or other effects are added.
May be you want to spot the difference with respect your calculation looking inside the code. The Drude term is calculated in:
When plotting the spectra pay attention to the mode of the response function (causal. resonant.time-ordered).
Best,
Daniele
what kind of calculation are you doing? As you did not post any input I do not know if you are doing an independent-particle calculations or other effects are added.
May be you want to spot the difference with respect your calculation looking inside the code. The Drude term is calculated in:
Code: Select all
./src/pol_function/X_drude.F
Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
-
- Posts: 11
- Joined: Thu Oct 13, 2016 8:00 pm
Re: Drude term
Thank you for response!
I am try to do magneto-optical Kerr effect (MOKE) calculation.
Here is my input file for Yambo.
Based on your advice, I am supposed to understand X_Drude.F code.
Thank you!
Best regards,
KISUNG KANG
I am try to do magneto-optical Kerr effect (MOKE) calculation.
Here is my input file for Yambo.
Code: Select all
#
# /$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$$ /$$$$$$
# | $$ /$$//$$__ $$| $$$ /$$$| $$__ $$ /$$__ $$
# \ $$ /$$/| $$ \ $$| $$$$ /$$$$| $$ \ $$| $$ \ $$
# \ $$$$/ | $$$$$$$$| $$ $$/$$ $$| $$$$$$$ | $$ | $$
# \ $$/ | $$__ $$| $$ $$$| $$| $$__ $$| $$ | $$
# | $$ | $$ | $$| $$\ $ | $$| $$ \ $$| $$ | $$
# | $$ | $$ | $$| $$ \/ | $$| $$$$$$$/| $$$$$$/
# |__/ |__/ |__/|__/ |__/|_______/ \______/
#
# Version 3.3.1 Revision 2085
# http://www.yambo-code.org
#
optics # [R OPT] Optics
bse # [R BSE] Bethe Salpeter Equation.
BSEmod= "causal" # [BSE] resonant/causal/coupling
BSKmod= "IP" # [BSE] IP/Hartree/HF/ALDA/SEX/BSfxc
Gauge= "length" # [BSE] Gauge (length|velocity). In metals length misses An-Hall
EvalKerr # [BSE] Compute the Kerr effect
AnHall # [BSE] Compute the anomalous Hall effect and if length add it to eps
DrudeWBS= ( 4.800000 , 5.650000 ) eV # [BSE] Drude plasmon
% BEnRange
0.000000 | 8.000000 | eV # [BSS] Energy range
%
% BDmRange
0.300000 | 0.500000 | eV # [BSS] Damping range
%
BEnSteps= 400 # [BSS] Energy steps
% BLongDir
1.000000 | 0.000000 | 0.000000 | # [BSS] [cc] Electric Field
%
% BSEBands
1 | 30 | # [BSK] Bands range
%
Thank you!
Best regards,
KISUNG KANG
Kisung Kang, PhD student at University of Illinois Urbana-Champaign, U.S.