![]() |
Functions | |
def | T05 (Z, N, B) |
Variables | |
string | path_barriers = 'fission_barriers_frdm.dat' |
string | path_exp_halflifes = 'sf_halflife.csv' |
Z | |
N | |
A | |
B | |
unpack | |
df = pd.read_csv(path_exp_halflifes) | |
errors | |
hl_exp = df['sf_halflife'].values | |
list | t05 = [] |
list | nuc = [] |
int | zmin = 90 |
int | zmax = 112 |
ht = hl_exp[(df["z"]==ztmp) & (df["n"]==N[ind])][0] | |
string | out = '' |
int | thalf_max = 1e25 |
int | thalf_min = 1e-15 |
a0 = np.log(np.log(2)/t05[ind]) | |
def bin.create_spontaneous_fission_file.T05 | ( | Z, | |
N, | |||
B | |||
) |
Calculate the half-life as in Khuyagbaatar 2020. The link to the paper is the following: https://ui.adsabs.harvard.edu/abs/2020NuPhA100221958K/abstract Here, we use the fit of the FRDM data (Eq. 3) in combination with Eq. 1 and 2.
Definition at line 38 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.A |
Definition at line 28 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.a0 = np.log(np.log(2)/t05[ind]) |
Definition at line 108 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.B |
Definition at line 28 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.df = pd.read_csv(path_exp_halflifes) |
Definition at line 32 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.errors |
Definition at line 33 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.hl_exp = df['sf_halflife'].values |
Definition at line 35 of file create_spontaneous_fission_file.py.
Definition at line 80 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.N |
Definition at line 28 of file create_spontaneous_fission_file.py.
list bin.create_spontaneous_fission_file.nuc = [] |
Definition at line 63 of file create_spontaneous_fission_file.py.
string bin.create_spontaneous_fission_file.out = '' |
Definition at line 91 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.path_barriers = 'fission_barriers_frdm.dat' |
Definition at line 21 of file create_spontaneous_fission_file.py.
string bin.create_spontaneous_fission_file.path_exp_halflifes = 'sf_halflife.csv' |
Definition at line 24 of file create_spontaneous_fission_file.py.
list bin.create_spontaneous_fission_file.t05 = [] |
Definition at line 62 of file create_spontaneous_fission_file.py.
int bin.create_spontaneous_fission_file.thalf_max = 1e25 |
Definition at line 94 of file create_spontaneous_fission_file.py.
int bin.create_spontaneous_fission_file.thalf_min = 1e-15 |
Definition at line 98 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.unpack |
Definition at line 28 of file create_spontaneous_fission_file.py.
bin.create_spontaneous_fission_file.Z |
Definition at line 28 of file create_spontaneous_fission_file.py.
int bin.create_spontaneous_fission_file.zmax = 112 |
Definition at line 68 of file create_spontaneous_fission_file.py.
int bin.create_spontaneous_fission_file.zmin = 90 |
Definition at line 67 of file create_spontaneous_fission_file.py.