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 (4a) from Schweinzer et al. |
Method | AOCC: Atomic‐orbital close‐coupling |
Frame | Target |
Columns |
|
Uncertainty | 10 % |
Ref |
|
Data | Download (data from fit) |
Fit Function Details |
\[\sigma_{H^+}^{TEL, \; Li(ns)}\big(E\big) = 10^{-16}A_1 \Bigg\{ \frac{e^{-A_2/E}\ln(1+A_3E)}{E}+ A_4\frac{e^{-A_5E}}{E^{A_6} + A_7E^{A_8}}\Bigg\}\] | ||||||||||||||||
Python | def li_hel_ns_schweinz(E, A1, A2, A3, A4, A5, A6, A7, A8): """ This function calculates proton impact ionization cross sections (in cm2) from ns 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-16*A1*((np.exp(-A2/E)*np.log(1 + A3*E))/E + A4*np.exp(-A5*E)/(E**A6 + A7*E**A8)) return sigma |
||||||||||||||||
Fit Precision | 2.0 % | ||||||||||||||||
Fit Coefficients |
|
||||||||||||||||
x-range | – |