DataSet D807

e+Be2s2p3PBe2p23P+e


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
RecommendedYes

MethodTheory
Columns
  1. E /eV
  2. sigma /cm2
Threshold4.67616 eV
Uncertainty15 %
Ref
  • B7: Dipti, T. Das, K. Bartschat, I. Bray, D. Fursa, O. Zatsarinny, C. Ballance, H. Chung, Y. Ralchenko, "Recommended electron-impact excitation and ionization cross sections for Be I ", Atomic Data and Nuclear Data Tables 127-128, 1-21 (2019). [10.1016/j.adt.2018.11.001]
DataDownload (data from fit)

Fitted Data

Fit Function
Details
Ω(x)=(x1x+A1)(A2ln(x)+A3+A4x+A5x2+A6x3)
Python
def DA_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 * np.log(x) + A3 + A4/x + A5/x**2 + A6/x**3)
    return Omega
Data Typecollision strength
Fit Coefficients
A1
 6.003e+00
A2
 3.697e+01
A3
 1.074e+02
A4
 1.107e+02
A5
 3.442e+02
A6
-5.622e+02
x-range –