Regarding transition probabilities

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
sdeepmanav
Newbie
Newbie
Posts: 15
Joined: Sun Jul 21, 2019 11:57 am
License Nr.: 5-1770

Regarding transition probabilities

#1 Post by sdeepmanav » Fri Sep 04, 2020 3:20 pm

Dear VASP Users,

Is it possible to print the value of transition probabilities per unit time during the calculations of frequency dependent dielectric function within in IPA? I mean the probability of a particular electronic transition involving a joint density of states between valence and conduction states, which is weighted by the appropriate matrix elements.

Thanks and regards

Sandeep

henrique_miranda
Global Moderator
Global Moderator
Posts: 414
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: Regarding transition probabilities

#2 Post by henrique_miranda » Tue Sep 29, 2020 9:31 am

I assume that you are referring to these matrix elements:
eps.png
These matrix elements are written to WAVEDER:
wiki/index.php/WAVEDER

Alternatively you you can modify the code in linear_optics.F to write them as text.
These matrix elements are stored in the array CDER_BETWEEN_STATES.

You might also find relevant information regarding this question in this post:
forum/viewtopic.php?f=4&t=17860
You do not have the required permissions to view the files attached to this post.

sdeepmanav
Newbie
Newbie
Posts: 15
Joined: Sun Jul 21, 2019 11:57 am
License Nr.: 5-1770

Re: Regarding transition probabilities

#3 Post by sdeepmanav » Wed Oct 28, 2020 6:51 pm

Many Thanks dear Henrique. Now I got it.

sdeepmanav
Newbie
Newbie
Posts: 15
Joined: Sun Jul 21, 2019 11:57 am
License Nr.: 5-1770

Re: Regarding transition probabilities

#4 Post by sdeepmanav » Fri Oct 30, 2020 9:55 am

Dear Henrique,
Is it possible to extract the transition dipole value (Dij) from WAVEDER without modifying the code?

best regards

Sandeep

henrique_miranda
Global Moderator
Global Moderator
Posts: 414
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: Regarding transition probabilities

#5 Post by henrique_miranda » Mon Jan 11, 2021 10:10 am

Yes, you need to read the contents of the WAVEDER file.
For that, you might need to write your own code.
You can find the format of the WAVEDER file in the routine WRT_CDER_BETWEEN_STATES in linear_optics.F.

Post Reply