Process | EEX: Excitation |
Data type | cross section | uploaded on 2022-05-26 |
Comment | Analytic fits for electron-impact excitation collision strengths for BeI as a function of energy in terms of threshold |
Recommended | Yes |
Method | Theory |
Columns |
|
Threshold | 2.02618 eV |
Uncertainty | 15 % |
Ref |
|
Data | Download (data from fit) |
Fit Function Details |
\[\Omega (x) = \left( \frac{x - 1}{x^{A_1} + A_2} \right) \left(A_3 + \frac{A_4}{x} + \frac{A_5}{x^2} + \frac{A_6}{x^3} \right)\] | ||||||||||||
Python | def SF_fit_Be(x, A1, A2, A3, A4, A5, A6): """ This function calculates the dimensionless collision strengths for electron impact excitation of BeI. param x: requested electron-impact energy in threshold units type x: float, np.ndarray param Ai: fit coefficients type Ai: float """ Omega = ((x - 1)/(x**A1 + A2))*(A3 + A4/x + A5/x**2 + A6/x**3) return Omega |
||||||||||||
Data Type | collision strength | ||||||||||||
Fit Coefficients |
|
||||||||||||
x-range | – |