RPA calculation

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

RPA calculation

Post by samaneh » Wed May 18, 2016 11:24 am

Dear Developers,
I've calculated the dielectric spectrum using GW+RPA.
But how can I find the related transitions
(e.g. the main contribution for this peak is from which band to another one)
for each peak in the spectrum ?
Thank you in advance
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: RPA calculation

Post by Daniele Varsano » Wed May 18, 2016 12:00 pm

Dear Samaneh,
if you did the calculation in reciprocal space, there is not access to this information.
Contrary if you did the RPA+GW calculation in transition space (e.g. as BSE including only the exchange in the kernel), you need to
1) diagonalize your matrix BSSMod="d" adding in your input the variable WRbsWF.
Once you have diagonalized you matrix you can inspect the sorted eigenvalues by using ypp:
2)

Code: Select all

ypp -e s
Individuate in the output the index of the excitations you want to look at the contribution.
3)

Code: Select all

ypp -e a
will generate an input file where you specify the excitation index.
4)

Code: Select all

ypp
will give you the main peak contribution.


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