APP下载

Random forest-based prediction of decay modes and half-lives of superheavy nuclei

2024-01-10BoShuaiCaiCenXiYuan

Nuclear Science and Techniques 2023年12期

Bo-Shuai Cai · Cen-Xi Yuan

Abstract Information on the decay process of nuclides in the superheavy region is critical in investigating new elements beyond oganesson and the island of stability.This paper presents the application of a random forest algorithm to examine the competition among different decay modes in the superheavy region, includingα decay, β- decay, β+ decay, electron capture and spontaneous fission.The observed half-lives and dominant decay mode are well reproduced.The dominant decay mode of 96.9% of the nuclei beyond 212 Po is correctly obtained.Further, α decay is predicted to be the dominant decay mode for isotopes in new elements Z =119-122 , except for spontaneous fission in certain even–even elements owing to the increased Coulomb repulsion and odd–even effect.The predicted half-lives demonstrate the existence of a long-lived spontaneous fission island southwest of 298 Fl caused by the competition between the fission barrier and Coulomb repulsion.A better understanding of spontaneous fission, particularly beyond 286Fl, is crucial in the search for new elements and the island of stability.

Keywords Decay mode · Superheavy nuclide · Random forest

1 Introduction

Limitations of the nuclear landscape [1, 2] have always been an intriguing topic.Exotic nuclear properties, for example,the shell evolution [3–6], 4nresonant state [7, 8], and 4punbound state [9], emerge at the limits of nuclear stability.The discovery of new elements (nuclides) involves the following three problems: production, separation, and identification [10].Because the nuclei are unstable and have relatively short half-lives, appropriate probes must be utilized.Characteristic decay modes [10, 11] are commonly employed as a probe to signal the existence of exotic nuclei.Therefore, investigating and predicting the dominant decay modes of the unknown nuclides is crucial.The nuclear binding energy and half-life are key parameters for determining the decay mode of a nucleus.The former measures the stability of nuclides by using energy criteria, and the latter describes the possibility of decay.

Both microscopic and macroscopic methods have been used to study the nuclear binding energy [12–16] and partial half-life of each decay channel, includingαdecay [17–19],βdecay [20, 21], spontaneous fission [22, 23], protons emission [25] and neutron emission [24], etc.Microscopic theories begin with nucleon–nucleon interactions, which can be based on either realistic or phenomenological models.The macroscopic theory uses selected variables with physical considerations to construct semi-empirical formulas and fit the experimental data, and it entails the risk of overfitting and inappropriate parameters.In addition, exotic nuclei may significantly deviate from the general fitting and be identified as outliers.Decreasing the deviation between theoretical predictions and the observed results remains a critical issue.

With advances in computing and storage, efficacious machine learning algorithms with diverse applications have been proposed [26, 27], e.g., nuclear properties [28–30],fission yields [31–35], spectra decomposition [36], solving Schrödinger equation [37], and other nuclear techniques[38, 39].As summarized in a recent colloquium, estimating the residuals of nuclear properties using machine learning algorithms is a powerful strategy [40].A neural network has been used to compensate for the residuals of nuclear masses[41–43] and nuclear charge radii [44–46]; this has been achieved through structural optimization and careful selection of the input parameters with definite physical interpretations.The applicability of the decision tree (DT) has been verified via training and testing with residuals of the binding energies [47].However, random forest (RF) [48] algorithm,developed from the DT algorithm, has not been tested for determining the nuclear mass or the partial half-life of a specific decay channel; in this regard, semi-empirical formulas have suggested several major components but with residuals.Machine learning algorithms can include possible features to realize the training for residuals, whereas RF,with bootstrap sampling, not only avoids overfitting but also considers the correlation between the data combinations and several features.Thus, RF exhibits increased robustness and is conducive to extrapolation.The amount of computation increasing in accordance with the number of trees in the forest and size of the dataset, as well as the difficulty of model interpretability, may limit its applications.

This study entailed the application of an RF machine learning algorithm to analyze the major decay modes of heavy and superheavy nuclei.The competition betweenαdecay,βdecay, and spontaneous fission (SF) of new elements, as well as the possible long-lived island in the superheavy region, was examined.

2 Method

This study focused on theZ≥84 andN≥128 regions.The partial half-lives of theαdecay,β-decay,β+decay,electron capture (EC), and SF were calculated using semiempirical formulas, and the residuals of each formula were then trained using the RF algorithm.The minimum partial half-life of a mode corresponds to the dominant decay mode.

2.1 Decay half-life formulas

The universal decay law (UDL) [49, 50],

is used to fit theα-decay half-life.Zα,Aα,Qα, andμ=Aα(A-Aα)∕Adenote the proton number, mass number of theαparticle,αdecay energy, and reduced mass,respectively.The decay channel is assumed to move from the ground state to the ground state.

A three-parameter formula (denoted as SF3) was used for the SF as follows:

which was proposed based on several existing formulas[22, 23, 51–54], whereνrepresents the blocking effect from unpaired nucleons; its value is 0 for even–even nuclei and 2 for other nuclei [51].κhas a value of 2.6 [22, 55],anda,b, andcare the fitting coefficients.Eq (2) is separately fitted to nuclei withZ<104 and the remaining because of a systematic difference, as shown in Table 1.T1∕2,SFof the nuclei withZ<104 increases significantly with a decrease inZbecause the Coulomb repulsion decreases.The relatively longTSF( >108s) of certain nuclei in this region cannot be universally described currently and were not used to fit Eq.(2) because the competition for the SF is significantly weak compared to other decay modes.

Theβdecay half-life was estimated using the formula given in Refs.[21, 56].Assuming that the ground stateβdecay is an effective Gamow–Teller (GT) transition, the partial half-life can be expressed as follows:

Table 1 Coefficients and corresponding root-mean-square error (RMSE) of the UDL, SF3,and Eq.(3) when fitted to the nuclei with Z ≥84 & N ≥128

whereas for theβ±decay, it is

whereE0is the renormalizedβ-decay energy.BecauseQβprovided by AME2020 [57] is the difference in the atomic mass, the electron mass should be reconsidered as follows:

Finally, log10BGTis estimated as the average log10(f0T1∕2,β∕κ1).The fitting results are listed in Table 1.

2.2 Random forest method

RF is a fusion of the DT and bootstrap algorithms.DT is a nonparametric supervised learning algorithm.For a dataset consisting ofSsamples ofIfeatures (variables) {(θ1,...,θI)s,s∈[1,S]} and object (observable){ys,s∈[1,S]} , it establishes a binary tree structure that divides the dataset intoLsubsets based on the values of the features; each subset is called a leaf.This partition seeks to minimize the RMSE

of the entire dataset by assigning a value to each leaf.

Bootstrap is a statistical method based on the concept of random resampling with replacement, through which possible combinations and weights of data are automatically considered [58, 59].Each time a new dataset is obtained, a new DT is trained and used to predict the object of each sample in the entire dataset.By repeating this processMtimes,a forest ofMtrees is obtained.The final predicted value of the object for a sample is the average of the results calculated by all the trees in the forest.Because each tree is trained by part of the samples in the dataset, the value for each sample predicted by the forest is an average of the interpolation and extrapolation; this decreases the divergence when the calculation is implemented for the unmeasured nuclei.The opensource Python library scikit-learn [60] was used for machine learning.The forest was assumed to be composed of 105trees so as to decrease the dispersion of the RMSE in this study.

3 Results and discussion

The residuals of the decay formulas ofαdecay,β-decay,β+decay, and EC were trained using the RF with featuresZ,N,A, the odevity ofZandN, and the decay energy.Because the decay energy cannot be defined for the SF, the fission barrier (FB) obtained from Ref.[61] was used to replace the decay energy in the feature set to consider the deformation effect.The number of leaves chosen for this study was 11, which was the same as that used for training the binding energy in this region in our previous study[62].Figure 1 compares the residuals of these decay formulas before and after RF training.Two conditions were assumed to determine the outliers: 1) located outside the dashed line with the corresponding color, which indicates that the scatter deviates by twice the RMSE from the experimental log10T1∕2; and 2) the |log10(T1∕2,cal∕T1∕2,exp)|value is larger than 3, which indicates that the calculated value is three times that of the magnitude of the experimental value.Thus, missing (adding) the outliers owing to the significantly large (small) RMSE can be avoided.After training, the biases of the outliers of these decay formulas were significantly reduced, and the RMSE of the formulas decreased (Table 1), as expected.The condition of the outlier is not too strict because the aim was not to maximally decrease the RMSE but to reach an appropriate scale, wherein the dominant decay mode can be described.The same features and number of leaves of the RF were chosen in this study to train the residuals of the different decay formulas; this avoids overfitting while seeking an extremely small RMSE.

Fig.1 (Color online) Comparison of the residuals of UDL ( α decay),SF3 (SF), Eq.(3) ( β- , β+ and EC) before and after RF training.The dashed lines denote twice the RMSE of the corresponding formulas

In total, 445 nuclides with measured partial half-lives and branch ratios of the five decay modes were obtained from NUBASE2020 [63].The dominant decay modes and partial half-lives of the nuclides are illustrated in Fig.2(a,b).A long-livedαdecay valley fromtolies between the narrowβ+/EC decay band and the neutronrichβ-region.The half-life of the nucleus decreases with increasing distance from this valley.The southwest was dominated byαdecay, whereas the southeast was dominated byβ-decay.In the northwest,β+decay and EC compete withαdecay and lose afterZincreases.In the northeast,αdecay and SF compete with one other, and the region extending from theαvalley appears to be dominated by the SF.Although the distribution of the dominant decay modes demonstrates a clear boundary, the minimum partial half-life was smooth.

Among the 445 nuclides considered, 341 (104) nuclides had known (unknown) corresponding decay energies.The nuclides with unmeasured masses were calculated using WS4 [12] and UNEDF0 [13] to estimate the partial halflives.The results of the RF are presented in Fig.2(c–f).The calculated results sufficiently agree with the experimental results because the dominant decay mode is correctly described for 431 and 427 (96.9% and 96.0%) nuclei when the RMSE of log10T1∕2of the dominant decay mode is 0.62 and 0.67, respectively.Nuclides, for which the dominant decay mode was inconsistently described, generally have two competitive decay modes.For example, theαand SF branch ratios of255Rf,262Db, and286Fl were approximately 50%.Meanwhile, the liquid drop model trained by RF [62]was also applied to obtain the energies; the model afforded consistent results that are not presented herein.

TheN-Z=48 chain, where the partial half-lives of theαdecay,βdecay, and SF are comparable, was used for a specific comparison.The results of the density-dependent cluster model within the anisotropic deformation-dependent surface diffuseness [64], Royer formula [66], modified Swiatecki’s formula [22], nuclear liquid drop model [23],and deformed self-consistent Hartree–Fock mean-field with Skyrme forces and pairing correlations [66] were compared with the experimental values; the results are presented in Table 2.The models afforded similar results and deduced a consistent dominant decay mode.

Fig.2 (Color online) Dominant decay mode (left panels) and minimum partial half-lives(right panels) of the α decay,β- decay, β+ decay, EC, and SF.a, b Experimental data in NUBASE2020.c–f The results predicted through RF; WS4 [12]and UNEDF0 [13] denote the sources of predicted energies.Specifically, the FB is used to replace the decay energy to learn SF.The nuclides, for which the predicted partial half-life is longer than 104 s, are marked by a star

The accuracy of the obtained energy is crucial for half-life calculations.If the calculated energies of WS4 and UNEDF0 replace all the experimental energies, the number with a consistent decay mode compared to the experiment reduces to 72.6% and 64%, respectively, and the RMSE of log10T1∕2increases to 2.07 and 2.64.The difference in the results obtained using the energies of the two models is owing to the accuracy because the RMSE of the mass of WS4 is approximately 0.3 MeV [12], whereas that of UNEDF0 is approximately 1.45 MeV [13].This also leads to differences during extrapolation.The consistency rate of the dominant decay mode between the energies calculated using these two models decreases from 82.2% to 66.2%.More accurate and precise measurements of the decay energy will aid in theoretical predictions.In addition, WS4 and UNEDF0 may lose their predictive power after training with machine learning.Training the WS4 and UNEDF0 binding energies with featuresZ,N,δ, andP, which sufficiently describe the residuals in Ref.[42], improves the energy description but decreases the consistency in the dominant decay mode by several percent, which is considerable compared to the 23.4% rate of the theoretical energies among all nuclides (104/445).

Fig.3 (Color online) Evolution of T1∕2,SF and FB along the mass number.The datasets are divided according to whether the corresponding T1∕2,SF is measured and whether the branch ratio (BR) of SF is less than 1%

The SF is important for investigating the half-lives of superheavy nuclei.As shown in Fig.2(c, e), the dominant decay mode of the unknown nuclides is determined in accordance with the competition between the SF,αdecay,andβ-decay.The major competition is between the SF andβ-decay for neutron-rich nuclides, and between the SF andαdecay for neutron-deficient nuclides.Existing experimental data demonstrate a long-livedαdecay region fromRa138toCf153, lying between theβ+andβ-decay regions,and ending with the SF.The proposed models correctly describe this phenomenon.In the long-lived region, afterNexceeds 154, the blue band shown in Fig.2(d, f) indicates half-lives of approximately 102–107s.At the southwest corner ofZ=114 andN=184 , nuclides in the circle have a longer half-life than those in the surrounding area.This is because of the high FB in this region, which leads to a longerT1∕2,SF.Figure 3 compares the evolution of FB and measuredT1/2,SFalong the mass number.The FB decreases withAbeforeA=230 and subsequently behaves as a sinusoidal wave oscillating between 2 and 10 MeV.Apparently, an FB threshold exists, below which SF occurs.Nuclides with relatively longT1∕2,SFgenerally have small SF branch ratios.In addition, the FB of nuclides with SF branch ratios less than 1% were mostly higher than those with SF branch ratios greater than 1%, which implies that the higher the FB, the weaker the SF.However, considering only the nuclides withSF branch ratios of less than 1% or greater than 1%, the correspondence between FB andT1∕2,SFbecomes significantly more complex.

Table 2 Comparison of the experimental partial half-lives of the N-Z =48 chain with the values calculated by different models

The nuclides with partial half-lives predicted to be longer than 104s are marked with stars in Figs.2(d, f), which suggests250,252,254Cm ,260,261Es ,261-264Md , and265Lr for future measurements.No experimental value of the half-life of250Cm was suggested in NUBASE2020 and was thus extrapolated in this study.In the NNDC, SF was shown to be the dominant decay mode, and its half-life was recommended to be 8300 years, which is relatively long.Although the calculations in this study underestimate the NNDC value, the long half-life and dominant decay mode are reproduced.In addition, the upper limit of the half-life of252Cm was proposed to be two days in Ref.[65], which was not updated since then (1966), whereas the current study estimates a half-life of 1.43 days.No experimental half-lives were previously reported for260,261Es,261-264Md, and265Lr.However,their nearby isotopes have long half-lives, such as257Es (7.7 days),260Md (31.8 days),259Md (1.6 h),258Md (51.5 days),257Md (5.52 h), and266Lr (11 h).Moreover, the Es, Md, and Lr isotopes are located in the extension of the narrow longlived region from226Ra to251Cf, substantiating that the Es,Md, and Lr isotopes are candidates with long partial halflives.Obtaining more measurements is also suggested; for example, the252Cm data have not been updated for more than 50 years.

A comparison of all the possible decay channels is limited by the accurate description of each channel and the observed data; note, the SF mechanism remains unclear, such as its dependence on the FB or deformation.The effect of the quadrupole deformation parameter (ε2) [15] on the halflife estimation was then investigated.If the FB is replaced withε2during RF training, more nuclides are predicted to have longer half-lives.Further investigations should be conducted to understand the dominant factors that contribute to the half-life of SF.The FB combines the contributions of multipole deformations and thus presents a stronger quantum effect, as shown in Fig.2(d, f), compared toε2.Fig.3 demonstrates that the FB increases whenZis large; this indicates the competition between the FB and Coulomb repulsion in superheavy nuclides.

The extrapolation stops at the single-neutron (proton) and two-neutron (two-proton) drip lines.The UNEDF0 data set stops atZ=120.From the existing region to the neutrondeficient side, theαdecay and SF are predicted to compete.On the neutron-rich side, the calculations predict theβ-decay as the dominant mode, whereas the SF competes for specific nuclides.The latest results of most theoretical calculations of the partial half-lives [17–20, 22, 23, 66–70]indicate that theαdecay mode is dominant for new elements atN≤184.As shown in Fig.4, the partial half-lives of isotopes withZ=117–122 were predicted in this study and compared to the corresponding results in Refs.[18–20].Although the partial half-lives ofβ+decay and EC determined in this study were not longer than those indicated in Ref.[20], they remain approximately five orders of magnitude greater than that ofαdecay in this region, which does not change the dominant decay mode.

TheT1∕2,αvalues predicted in this study were longer than those indicated in Refs.[18–20]; this does not change the dominant decay mode of odd-Zisotopes but enhances the competition of SF in even-Zisotopes.Furthermore, the prediction in this study demonstrated a strong odd–even staggering ofT1∕2,SFof even-Zisotopes.In other words, theT1∕2,SFvalue of even–even nuclei is several times shorter than its two isotopic neighbors, which differs from the weak or unpredicted odd–even staggering effect obtained by other SF models shown in Fig.4.Notably, all measuredT1∕2,SFvalues of the even-Zisotopes demonstrate such odd–even staggering.Figure 5 illustratesT1∕2,SFandT1∕2,αof isotopes withZ≥92.For example, whenZis small in the U, Pu, Cm, and Cf isotopes, SF is not competitive with theαdecay because the Coulomb repulsion is not sufficiently strong.However,whenZis large, the Coulomb repulsion increases, and this odd–even staggering makes the SF competitive with theαdecay in the even–even nuclides.Thus,αdecay is suggested to be a key signal detected forZ=119 and 121 isotopes,whereas the SF should also be considered for even-Nisotopes ofZ=120 and 122.Moreover, odd–even staggering also exists in odd-Zisotopes, which can only be verified by260-263Db because the data are limited.Therefore, the odd–even staggering of odd-Zisotopes was not predicted in this study.The DNS model predicted theσERvalue of hundreds of FB for the 3nor 2nchannels producing293119174on the243Am target [71], which can be examined for the new facilities of CAFE2 and SHANS2 in Lanzhou [72].Given the odd–even effect of partial half-lives, nuclide candidates for new superheavy elements still require an analysis based on the cross section and partial half-life.

4 Summary

In this study, the decay modes of superheavy nuclei were investigated using the RF algorithm.The partial half-lives ofαdecay,β-decay,β+decay, as well as EC, and SF were studied and compared.The dominance ofαdecay in the neutron-deficient region was relatively evident.β-decay is predicted to be dominant in the neutron-rich regions.The SF contributes to a long-lived circle at the southwest corner ofZ=114 andN=184.A more accurate and precise measurement of the nuclear mass and decay energy can improve the prediction of the decay mode.The odd–even effect of the SF was observed in even-Znuclides.Combined with the strong Coulomb repulsion, the SF andαdecay became competitive in even–even nuclides.Thus, theαdecay is suggested to be a key probe of isotopes withZ=119 and 121, whereas the competition of SF should be considered in even–even isotopes withZ=120 and 122.

Fig.4 (Color online) Comparison of the partial half-lives of isotopes with Z =117–122.IMELDM is extracted from Ref.[18], GLDM+RHF, KPS, and Xu are extracted from [19], Sarriguren is extracted from Ref.[20], Sridhar is extracted from Ref.[69]

250,252,254Cm ,260,261Es ,261-264Md , and265Lr with halflives predicted to be longer than 104s were suggested for future measurements.The SF, influenced by the fission barrier and Coulomb repulsion, leads to a long-lived region during extrapolation.The results of this study indicate that research regarding SF, especially beyond286Fl,which is currently the heaviest nuclide with a significant SF branch ratio, is critical for performing studies on new facilities, such as CAFE2 and SHANS2 in Lanzhou.

Fig.5 (Color online) Odd–even staggering of T1/2,SF of U, Pu, Cm,Cf, Fm, Rf, Sg, Ds, Cn, and Db isotopes and comparison with T1∕2,α

Acknowledgements The authors acknowledge the useful discussion with Professors Zai-Guo Gan, Zhong-Zhou Ren, and Zhi-Yuan Zhang.

Author Contributions All authors contributed to the study conception and design.Material preparation, data collection and analysis were performed by Bo-Shuai Cai.The first draft of the manuscript was written by Bo-Shuai Cai, and all authors commented on previous versions of the manuscript.All authors read and approved the final manuscript.

Data Availability The data that support the findings of this study are openly available in Science Data Bank at https:// www.doi.org/ 10.57760/ scien cedb.12102 and https:// cstr.cn/ 31253.11.scien cedb.12102.

Declarations

Conflict of interest Cen-Xi Yuan is an editorial board member for Nuclear Science and Techniques and was not involved in the editorial review, or the decision to publish this article.All authors declare that there are no competing interests.