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.
plot exciton wavefunction
Moderators: Davide Sangalli, andrea marini, Daniele Varsano
-
- Posts: 165
- Joined: Tue Jan 21, 2014 9:03 am
plot exciton wavefunction
S. Ataei, PhD student at University of Tehran, Iran.
- Daniele Varsano
- Posts: 4231
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: plot exciton wavefunction
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
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/
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: plot exciton wavefunction
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
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.
- Daniele Varsano
- Posts: 4231
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: plot exciton wavefunction
Dear Samaneh,
please post also the report file of the BSE calculation.
Best,
Daniele
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/
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: plot exciton wavefunction
Dear Daniele,
Thanks
I attached the report file.
Best
S. Ataei
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.
- Daniele Varsano
- Posts: 4231
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: plot exciton wavefunction
Dear Samaneh,
I had a look to the report and indeed it is written:
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.
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
for instances, but of course this is something you need to verify.
Best,
Daniele
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
which should not be there.
Remove the % symbol in the input and delete the ./SAVE//db.BS_diago_Q01 database and rerun the code.%
WRbsWF
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
%
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/