plot exciton wavefunction

Anything regarding the post-processing utility (e.g. excitonic wavefunction analysis) is dealt with in this forum.

Moderators: Davide Sangalli, andrea marini, Daniele Varsano

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

plot exciton wavefunction

Post by samaneh » Sun Sep 21, 2014 11:46 am

Hello Developers,
I wanto to plot exciton wavefunctions
so first I run ypp -e s
then 2 outputfiles are generated (o.exc_E_sorted,o.exc_I_sorted)
and then I run ypp -e a and ypp -e w
but I don't know what is the meaning of the parameter 'States= "1 - 1"'
and what should I do when ypp.in is generated to plot exciton wavefunctions??
Thanks
S. Ataei, University of Tehran.
S. Ataei, PhD student at University of Tehran, Iran.

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

Re: plot exciton wavefunction

Post by Daniele Varsano » Sun Sep 21, 2014 12:32 pm

Dear Samaneh,
this is explained in the tutorials.
If you inspect o.exc_E_sorted, you can see the excitation energies and the corresponding index associated to them.
By keyword "States" you give in input the indexes of the exciton you want to plot the excitonic wavefunctions.
States= "1 - 1" means the first exciton, States= "1 - 3" you plot the first three and so on.
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: plot exciton wavefunction

Post by samaneh » Sun Sep 21, 2014 2:22 pm

Dear Daniele,
Thanks.
but when I run ypp it has the error like: " [ERROR]STOP signal received while in :[05] Excitonic Properties and [ERROR]Diago database does not contain excitonic wfs"
I attached the needed files would you please help me with this problem?!
Best
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: 4231
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: plot exciton wavefunction

Post by Daniele Varsano » Sun Sep 21, 2014 2:57 pm

Dear Samaneh,
please post also the report file of the BSE calculation.
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: plot exciton wavefunction

Post by samaneh » Sun Sep 21, 2014 3:05 pm

Dear Daniele,
Thanks
I attached the report file.
Best
S. Ataei
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: 4231
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: plot exciton wavefunction

Post by Daniele Varsano » Sun Sep 21, 2014 3:38 pm

Dear Samaneh,
I had a look to the report and indeed it is written:

Code: Select all

  [WR./SAVE//db.BS_diago_Q01]---------------------------------
   BS kernel          energies      :GoWo Plasmon Pole appox.
   BSK Identifier                  :  4914
   Excitonic eigenstates included  :no
   Field direction                 :0.1000E-4  0.000     0.000
The exciton eigenstates are not included. This is most probably due because in your input file your the WRbsWF flag comes after the "%" symbol
which should not be there.
%
WRbsWF
Remove the % symbol in the input and delete the ./SAVE//db.BS_diago_Q01 database and rerun the code.
Yambo should read the BSE hamiltonian and rediagonalize it. Note that your Hamiltonian is really huge ( dimension=41472) so the direct diagonalization step will take long time. I wonder if you need all that occupied bands, may be you can try to reduce it by setting something like

Code: Select all

% BSEBands
   15 |  32 |                 # [BSK] Bands range
%
for instances, but of course this is something you need to verify.
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