No Absorption with BSE calculation on monolayer MoS2

Deals with issues related to computation of optical spectra, solving the Bethe-Salpeter equation.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano

User avatar
Daniele Varsano
Posts: 4048
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: No Absorption with BSE calculation on monolayer MoS2

Post by Daniele Varsano » Thu Jul 04, 2024 9:03 am

Dear Reza,

it seems there is a problem in the calculation done in IRENE machine.
In both calculation, you can directly compare the value obtained in the report file for the exchange correlation potential to the one printed in the output of Quantum Epsresso. They should be the same (unless you are using pseudopotential with non-linear core correction, and in this case you need to activate it in the yambo input "UseNLCC" flag)
IRENE:

Code: Select all

[xc] E_xc :  -1.669805 [Ha]
      E_xc :  -3.339610 [Ry] 
MESU:

Code: Select all

[xc] E_xc :  -56.95219 [Ha]
      E_xc :  -113.9044 [Ry]
My guess is that MESU provides you the consistent results.

Then, if it so, to understand what is going wrong in IRENE as a first test I would check if there is some problem with MPI parallelism (check consistency using a different number of MPI tasks) or with linear algebra: if you used system lin-algebra libraries you can try to use internal one by adding in the configure command line:
./configure --enable-int-linalg ....

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/

Post Reply