iph Function

public pure elemental function iph(hv, K, Eg, theta, n) result(res)

Compute the complex photocurrent

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: hv

Light energy in eV.

real(kind=real64), intent(in) :: K

Scaling factor for absorbance in .

real(kind=real64), intent(in) :: Eg

Bandgap in eV.

real(kind=real64), intent(in) :: theta

Phase in degrees.

real(kind=real64), intent(in) :: n

Transition type: n=1/2 for direct transition and n=2 for indirect transition

Return Value complex(kind=real64)

Complex photocurrent.


Calls

proc~~iph~~CallsGraph proc~iph iph proc~alpha alpha proc~iph->proc~alpha proc~deg2rad deg2rad proc~iph->proc~deg2rad