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.
yambo-4-0-2
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan
-
- Posts: 165
- Joined: Tue Jan 21, 2014 9:03 am
yambo-4-0-2
You do not have the required permissions to view the files attached to this post.
S. Ataei, PhD student at University of Tehran, Iran.
- Daniele Varsano
- Posts: 4198
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: yambo-4-0-2
Dear Samaneh,
I suggest you to change your:
to
and also remove all the unused information, in order to have a clean input as:
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
I suggest you to change your:
Code: Select all
States= "3" # Index of the BS state(s)
Code: Select all
States= "3 - 3" # Index of the BS state(s)
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
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: 165
- Joined: Tue Jan 21, 2014 9:03 am
Re: yambo-4-0-2
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?
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.
- Daniele Varsano
- Posts: 4198
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: yambo-4-0-2
Dear Smanaeh,
this happens because none of the eh transition dominates, i.e. it is bigger than 5%.
If you want to look at them you can modify the source and recompile:
ypp/excitons/excitons_amplitudes.F
change 5 to 2 if you want 2% etc.
Best,
Daniele
this happens because none of the eh transition dominates, i.e. it is bigger than 5%.
This means that many transitions combine each with a very small weight.# Electron-Hole pairs that contributes to Excitonic State 2838 more than 5%
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
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/