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
Regarding transition probabilities
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 15
- Joined: Sun Jul 21, 2019 11:57 am
- License Nr.: 5-1770
-
- Global Moderator
- Posts: 474
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: Regarding transition probabilities
I assume that you are referring to these matrix elements:
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
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.
-
- Newbie
- Posts: 15
- Joined: Sun Jul 21, 2019 11:57 am
- License Nr.: 5-1770
Re: Regarding transition probabilities
Many Thanks dear Henrique. Now I got it.
-
- Newbie
- Posts: 15
- Joined: Sun Jul 21, 2019 11:57 am
- License Nr.: 5-1770
Re: Regarding transition probabilities
Dear Henrique,
Is it possible to extract the transition dipole value (Dij) from WAVEDER without modifying the code?
best regards
Sandeep
Is it possible to extract the transition dipole value (Dij) from WAVEDER without modifying the code?
best regards
Sandeep
-
- Global Moderator
- Posts: 474
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: Regarding transition probabilities
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.
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.