Process | HCX: Charge Transfer, HIN: Ionization, COM: Composite Process with Multiple Channels |
Channel |
|
Data type | cross section | uploaded on 2022-11-11 |
Comment | Using AOCC64_65 to compute cross-section data. Fit function in equation (4s) from Schweinzer et al. |
Method | AOCC: Atomic‐orbital close‐coupling |
Frame | Target |
Columns |
|
Uncertainty | 15 % |
Ref |
|
Data | Download (data from fit) |
Fit Function Details |
\[\sigma_{H^+}^{TEL, \;Li(l>0)}\big(E\big) = 10^{-14}A_1 \Big(1- \big(e + A_3E\big)^{-A_2/E}\Big)\] | ||||||
Python | def li_hel_nl_schweinz(E, A1, A2, A3): """ This function calculates proton impact ionization cross sections (in cm2) from l>0 states of Li. param E: requested proton-impact energy in keV/u type E: float, np.ndarray param Ai: fit coefficient type Ai: float """ sigma = 1e-14*A1*(1 - (np.exp(1) + A3*E)**(-A2/E)) return sigma |
||||||
Fit Precision | 2.0 % | ||||||
Fit Coefficients |
|
||||||
x-range | – |