Dear all,
The absorption spectrum calculated by BSE does not rise slowly from zero. Is this an issue? What could be the possible cause of this problem?
Looking forward to your reply.
absorption spectrum
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano
-
- Posts: 50
- Joined: Sat Jan 11, 2025 6:30 pm
absorption spectrum
You do not have the required permissions to view the files attached to this post.
Xiangjun Xiao
Institute of Semiconductors, Chinese Academy of Sciences
Institute of Semiconductors, Chinese Academy of Sciences
- Daniele Varsano
- Posts: 4223
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: absorption spectrum
Dear Xiangjun,
this is due to a tail of the Lorentzian broadening. This is not an issue, and you can avoid this by lowering the damping (BDmRange) in the input file.
Best,
Daniele
this is due to a tail of the Lorentzian broadening. This is not an issue, and you can avoid this by lowering the damping (BDmRange) in the input file.
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: 50
- Joined: Sat Jan 11, 2025 6:30 pm
Re: absorption spectrum
Dear Daniele,
Thanks a lot for your help!
I kept reducing the BDmRange, but it still seems impossible to make the imaginary part of the dielectric function zero at zero energy (the system has no excitons at zero energy). Why does this happen?
o-bse_44_qp.alpha_q1_diago_bse
o-bse_44_qp.alpha_q1_diago_bse_01
o-bse_44_qp.alpha_q1_diago_bse_02
Thanks a lot for your help!
I kept reducing the BDmRange, but it still seems impossible to make the imaginary part of the dielectric function zero at zero energy (the system has no excitons at zero energy). Why does this happen?
o-bse_44_qp.alpha_q1_diago_bse
Code: Select all
% BEnRange
0.000000 | 4.000000 | eV # [BSS] Energy range
%
% BDmRange
0.100000 | 0.100000 | eV # [BSS] Damping range
%
BEnSteps= 300 # [BSS] Energy steps
Code: Select all
% BEnRange
0.000000 | 4.000000 | eV # [BSS] Energy range
%
% BDmRange
0.014000 | 0.014000 | eV # [BSS] Damping range
%
BEnSteps= 300 # [BSS] Energy ste
Code: Select all
% BEnRange
0.000000 | 4.000000 | eV # [BSS] Energy range
%
% BDmRange
0.005000 | 0.005000 | eV # [BSS] Damping range
%
BEnSteps= 300 # [BSS] Energy ste
You do not have the required permissions to view the files attached to this post.
Xiangjun Xiao
Institute of Semiconductors, Chinese Academy of Sciences
Institute of Semiconductors, Chinese Academy of Sciences
- Daniele Varsano
- Posts: 4223
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: absorption spectrum
Dear Xiangjun,
as you can see from your plot this is just a tail of the Lorentzian broadening.
You have an excitation at very low energy, so it is hard to have the absorption exactly zero at zero energy.
Anyway, this is just aesthetic. For clarity, you can superimpose a vertical line at the excitation energies. You can use ypp to print the excitations:
ypp -e s -b 1
and plot the resulting o*_E_sorted file as:
>gnuplot
p "o*_E_sorted" u 1:2 w i
Best,
Daniele
as you can see from your plot this is just a tail of the Lorentzian broadening.
You have an excitation at very low energy, so it is hard to have the absorption exactly zero at zero energy.
Anyway, this is just aesthetic. For clarity, you can superimpose a vertical line at the excitation energies. You can use ypp to print the excitations:
ypp -e s -b 1
and plot the resulting o*_E_sorted file as:
>gnuplot
p "o*_E_sorted" u 1:2 w i
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/