csH123Ion Function

pure function csH123Ion(eGrid, n) result(crossSection)

Integral cross section for ionization of hydrogen states n=1,2,3 - Janev equation (14) in section 2.1.2 NOTE: The returned value is in 10^-16 cm^2!

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), dimension(:) :: eGrid

Energy grid on which to calculate the cross section - energy in eV!

integer(kind=ik), intent(in) :: n

Initial state (must be 1,2,or 3)

Return Value real(kind=rk), allocatable, dimension(:)