DataSet D20224

\[\mathrm{H}^{+} + \mathrm{H} \; 1s \rightarrow \mathrm{H}^{+} + \mathrm{H} \; 2s\]


Process HEX: Excitation
Data type cross section | uploaded on 2022-07-25
comment Reaction 2.1.1

Methodsemi-empirical
FrameTarget
Columns
  1. E /eV u-1
  2. sigma /cm2
Uncertainty50 %
Ref
DataDownload (data from fit)

Fitted Data

Fit Function
Details
\[\begin{align*} \end{align*}\]
Python MISSING FIT FUNCTION
Fortran
c
c###################################################################
c
      subroutine hexc1(pe, pcf, kncf, pxs, kermsg)
c
c     this is a subroutine to calculate cross sections (cm[2])
c     versus projectile energy (ev) for heavy particle collisions.
c
c     pe = collision energy in kev/amu
c
c     pcf(1-9) = parameters for fit to the cross section
c
c     kermsg = blank if no errors
c
c     pxs = cross section in 10e-16 cm[2]
c------------------------------------------------------------------------
c
      double precision pe, pcf, pxs
      double precision e, a1, a2, a3, a4, a5, a6, arg1, arg2, arg3
      double precision a7, a8, a9, c1, c2, c3, dexpr, zero, one
c
      dimension pcf(9)
      character*(*) kermsg
        data dexpr/7.00d+02/
        data zero/0.00d+00/
        data one/1.00d+00/
c
c     generate e, the energy in kev
c
      e = pe
c
      a1= pcf(1)
      a2= pcf(2)
      a3= pcf(3)
      a4= pcf(4)
      a5= pcf(5)
      a6= pcf(6)
      a7= pcf(7)
      a8= pcf(8)
      a9= pcf(9)
      arg1=-a2/e
      c1=zero
      if (dabs(arg1) .lt. dexpr) c1=dexp(arg1) /e
c
      arg2=-a4*e
      c2=zero
      if (dabs(arg2) .lt. dexpr) c2=a3*dexp(arg2)/(e**a5)
c
      arg3=-a7/e
      c3=zero
      if (dabs(arg3) .lt. dexpr) c3= a6*dexp(arg3)/
     1   (one + a8*(e**a9))
c
      pxs=a1*(c1 + c2 + c3)
      return
      end
Fit Coefficients
pcf(1)
 1.008e+01
pcf(2)
 4.548e+01
pcf(3)
 9.519e-04
pcf(4)
 6.040e-01
pcf(5)
-2.799e+00
pcf(6)
 8.751e-03
pcf(7)
 1.212e+01
pcf(8)
 1.104e-06
pcf(9)
 3.160e+00
kncf
 9.000e+00
x-range 19.842 – 19842.0