yambo-4-0-2

Deals with issues related to computation of optical spectra in reciprocal space: RPA, TDDFT, local field effects.

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

Post Reply
samaneh
Posts: 165
Joined: Tue Jan 21, 2014 9:03 am

yambo-4-0-2

Post by samaneh » Mon Sep 26, 2016 3:49 pm

Dear Developers,

I am using yambo-4-0-2
I did bse-yd and then
1-ypp -e s (it produced o.exc_E_sorted and o.exc_I_sorted)
2-ypp -e a
but when I do ypp
it does not produce any output file for
the input of ypp -e a!!!
Can you help me to solve it?
I attached the input file.
Also running ypp for the input file
of band calculation does not give me any output file!!!
Thanks.
You do not have the required permissions to view the files attached to this post.
S. Ataei, PhD student at University of Tehran, Iran.

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

Re: yambo-4-0-2

Post by Daniele Varsano » Mon Sep 26, 2016 4:00 pm

Dear Samaneh,

I suggest you to change your:

Code: Select all

States= "3"              # Index of the BS state(s)
to

Code: Select all

States= "3 - 3"              # Index of the BS state(s)
and also remove all the unused information, in order to have a clean input as:

Code: Select all

excitons                     # [R] Excitons
amplitude                    # [R] Amplitude
States= "3 - 3"            # Index of the BS state(s)
#DipWeight                   #  Weight the contribution to the exciton WFs with the dipoles
Degen_Step=   0.0100   eV    # Maximum energy separation of two degenerate states
At this stage you do not need the QP database. Moreover, it works only if you diagonaluzed the BS matrix and activated the WRbsWF flag.

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/

samaneh
Posts: 165
Joined: Tue Jan 21, 2014 9:03 am

Re: yambo-4-0-2

Post by samaneh » Tue Sep 27, 2016 2:10 pm

Dear Daniele,
Thank you for your reply.
I did it and I tried for different indexes.
The output weight file for one of the bright excitons
does not print the bands or kpoints for transitions?!
(attached file)
while this problem did not occure for other
transitions!!
Do you know why this happens?
You do not have the required permissions to view the files attached to this post.
S. Ataei, PhD student at University of Tehran, Iran.

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

Re: yambo-4-0-2

Post by Daniele Varsano » Tue Sep 27, 2016 6:15 pm

Dear Smanaeh,

this happens because none of the eh transition dominates, i.e. it is bigger than 5%.
# Electron-Hole pairs that contributes to Excitonic State 2838 more than 5%
This means that many transitions combine each with a very small weight.

If you want to look at them you can modify the source and recompile:
ypp/excitons/excitons_amplitudes.F

Code: Select all

179      if (A_weight(neh)<min_weight*5._SP) cycle
change 5 to 2 if you want 2% etc.


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