logo

Nuclear charge radius predictions by kernel ridge regression with odd-even effects

NUCLEAR PHYSICS AND INTERDISCIPLINARY RESEARCH

Nuclear charge radius predictions by kernel ridge regression with odd-even effects

Lu Tang
Zhen-Hua Zhang
Nuclear Science and TechniquesVol.35, No.2Article number 19Published in print Feb 2024Available online 05 Feb 2024
731011

The extended kernel ridge regression (EKRR) method with odd-even effects was adopted to improve the description of the nuclear charge radius using five commonly used nuclear models. These are: (i) the isospin dependent A1/3 formula, (ii) relativistic continuum Hartree-Bogoliubov (RCHB) theory, (iii) Hartree-Fock-Bogoliubov (HFB) model HFB25, (iv) the Weizsäcker-Skyrme (WS) model WS*, and (v) HFB25* model. In the last two models, the charge radii were calculated using a five-parameter formula with the nuclear shell corrections and deformations obtained from the WS and HFB25 models, respectively. For each model, the resultant root-mean-square deviation for the 1014 nuclei with proton number Z≥8 can be significantly reduced to 0.009-0.013 fm after considering the modification with the EKRR method. The best among them was the RCHB model, with a root-mean-square deviation of 0.0092 fm. The extrapolation abilities of the KRR and EKRR methods for the neutron-rich region were examined and it was found that after considering the odd-even effects, the extrapolation power was improved compared with that of the original KRR method. The strong odd-even staggering of nuclear charge radii of Ca and Cu isotopes and the abrupt kinks across the neutron N=126 and 82 shell closures were also calculated and could be reproduced quite well by calculations using the EKRR method.

Nuclear charge radiusMachine learningKernel ridge regression method
1

Introduction

The nuclear charge radius, similar to other quantities such as the binding energy and half-life, is one of the most basic properties reflecting the important characteristics of atomic nuclei. Assuming a constant saturation density inside the nucleus, the nuclear charge radius is usually described by the A1/3 law, where A is the mass number. By studying the charge radius, information on the nuclear shells and subshell structures [1, 2], shape transitions [3, 4], the neutron skin and halos [5-7], etc., can be obtained.

With improvements in the experimental techniques and measurement methods, various approaches have been adopted for measuring the nuclear charge radii [8, 9]. To date, more than 1000 nuclear charge radii have been measured [10, 11]. Recently, the charge radii of several very exotic nuclei have attracted interest, especially the strong odd-even staggering (OES) in some isotope chains and the abrupt kinks across neutron shell closures [2, 12-21], which provide a benchmark for nuclear models.

Theoretically, except for phenomenological formulae [22-29], various methods, including local-relationship-based models [30-35], macroscopic-microscopic models [36-39], nonrelativistic [40-43] and relativistic mean-field model [44-52] were used to systematically investigate nuclear charge radii. In addition, the ab-initio no-core shell model was adopted for investigating this topic [53, 54]. Each model provides fairly good descriptions of the nuclear charge radii across the nuclear chart. However, with the exception of models based on local relationships, all of these methods have root-mean-square (RMS) deviations larger than 0.02 fm. It should be noted that few of these models can reproduce strong OES and abrupt kinks across the neutron shell closure. To understand these nuclear phenomena, a more accurate description of nuclear charge radii is required.

Recently, due to the development of high- performance computing, machine learning methods have been widely adopted for investigating various aspects of nuclear physics [55-59]. Several machine learning methods have been used to improve the description of nuclear charge radii, such as artificial neural networks [60-63], Bayesian neural networks [64-68], the radial basis function approach [69], the kernel ridge regression (KRR) [70], etc. By training a machine learning network using radius residuals, that is, the deviations between the experimental and calculated nuclear charge radii, machine learning methods can reduce the corresponding rms deviations to 0.01-0.02 fm.

The KRR method is one of the most popular machine-learning approaches, with the extension of ridge regression for nonlinearity [71, 72]. It was improved by including odd-even effects and gradient kernel functions and provided successful descriptions of various aspects of nuclear physics, such as of the nuclear mass [73-77], nuclear energy density functionals [78], and neutron-capture reaction cross-sections [79]. In the present study, the extended KRR (EKRR) method with odd-even effects included through remodulation of the KRR kernel function [74] is used to improve the description of the nuclear charge radius. Compared with the KRR method, the number of weight parameters did not increase in the EKRR method.

The remainder of this paper is organized as follows. A brief introduction to the EKRR method is presented in Sect. 2. The numerical details of the study are presented in Sect. 3. The results obtained using the KRR and EKRR methods are presented in Sect. 4. The extrapolation power of the EKRR method is discussed. The strong OES of the nuclear charge radii in Ca and Cu isotopes and abrupt kinks across the neutrons N=126 and 82 shell closures were investigated. Finally, a summary is presented in Sect. 5.

2

Theoretical framework

The KRR method was successfully applied to improve the descriptions of nuclear charge radii obtained using several widely used phenomenological formulae [70]. To include odd-even effects, the KRR function S(xj)=i=1mK(xj,xi)αi is extended to be the EKRR function [74] S(xj)=i=1mK(xj,xi)αi+i=1mKoe(xj,xi)βi, (1) where xi are the locations of the nuclei in the nuclear chart, with xi=(Zi,Ni). m is the number of training data points, αi and βi are the weights, K(xj,xi) and Koe(xj,xi) are kernel functions that characterize the similarity between the data. In this study, a Gaussian kernel was adopted, which is expressed as K(xj,xi)=exp(||xixj||2/2σ2), (2) where ||xixj||=(ZiZj)2+(NiNj)2 is the distance between two nuclei. Koe(xj,xi) was introduced to enhance the correlations between nuclei with the same number parity of neutrons and protons, which can be written as: Koe(xj,xi)=δoe(xj,xi)exp(||xixj||2/2σoe2). (3) δoe(xj,xi)=1 (0) if the two nuclei have the same (different) number parities of protons and neutrons. σ and σoe are hyperparameters We defined the range affected by the kernel.

The kernel weights αi and βi are determined by minimizing the following loss function: L(α,β)=i=1m[S(xi)y(xi)]2+λαTKα+λoeβTKoeβ. (4) The first term is the variance between the training data y(xi) and the EKRR prediction S(xi). The second and third terms are regularizers, where the hyperparameters λ and λoe determine the regularization strength and are adopted to reduce the risk of overfitting.

By minimizing the loss function [Eq. (4)], we obtain β=λλoeα (5) α=(K+Koeλλoe+λI)1y. (6) According to Eq. (5), the EKRR function [Eq. (1)] can be written as a standard KRR function: S(xj)=K(xj,xi)αi, (7) where K(xj,xi) is the remodulation kernel. K(xj,xi)=K(xj,xi)+λλoeKoe(xj,xi). (8) According to Eq. (5), the number of weight parameters in the EKRR method is identical to that in the original KRR method.

3

Numerical details

In this study, 1014 experimental data points with Z8 were considered and obtained from Refs. [10, 11]. The EKRR function (7) was trained to reconstruct the residual radius: i.e., the deviations ΔR(N,Z)=Rexp(N,Z)Rth(N,Z) between the experimental data Rexp(N,Z) and the predictions Rth(N,Z) for the following five nuclear models.

(i) The widely used phenomenological formula Rc=rA[1b(NZ)/A]A1/3 [24] with the parameter rA=1.282 fm and b=0.342 was fitted by experimental data (further denoted by A1/3).

(ii) The relativistic continuum Hartree-Bogoliubov (RCHB) theory [47].

(iii) The Hartree-Fock-Bogoliubov (HFB) model HFB25 [80].

(iv) The Weizsäcker-Skyrme (WS) model WS* [11].

(v) The HFB25* model [11].

Note that by considering the nuclear shell corrections and deformations obtained from the WS and HFB25 models, a five-parameter nuclear charge radii formula was proposed in Ref. [11]. In this study, these methods are denoted as WS* and HFB25*, respectively. The parameters in the formulae of these two models were obtained from Refs. [11]. The RMS deviations between the experimental data and the five models (Δrms) are listed in Table 1. Once the weights αi were obtained, the EKRR function S(N, Z) was obtained for each nucleus. Therefore, the predicted charge radius for a nucleus with neutron number N and the proton number Z is given by REKRR=Rth(N,Z)+S(N,Z). In this study, the KRR method was adopted for predicting charge radii for comparison.

Table 1
The hyperparameters (σ, λ, σoe and λoe) in the KRR and EKRR method, and the RMS deviations between the experimental data and the predictions by five different models
Model σ λ σoe λoe Δrms (fm) ΔrmsKRR (fm) ΔrmsEKRR (fm)
A1/3 - - - - 0.0672 - -
  2.84 0.01 - - - 0.0158 -
  2.32 0.01 2.88 0.02 - - 0.0100
RCHB - - - - 0.0350 [47] - -
  2.68 0.02 - - - 0.0157 -
  1.83 0.01 2.73 0.02 - - 0.0092
HFB25 - - - - 0.0256 [80] - -
  1.77 0.34 - - - 0.0177 -
  1.48 0.08 2.20 0.22 - - 0.0130
WS* - - - - 0.0210 [11] - -
  0.70 0.01 - - - 0.0155 -
  1.54 0.02 2.46 0.03 - - 0.0096
HFB25* - - - - 0.0254 [11] - -
  0.68 0.01 - - - 0.0182 -
  1.35 0.05 2.21 0.08 - - 0.0120
Show more
The RMS deviations with (without) KRR and EKRR methods are denoted by ΔrmsKRR and ΔrmsEKRRrms)

Leave-one-out cross-validation was adopted to determine the two hyperparameters (σ and λ) in the KRR method and the four hyperparameters (σ, λ, σoe and λoe) in the EKRR method. The predicted radius for each of the 1014 nuclei can be given by the KRR/EKRR method trained on all other 1013 nuclei with a given set of hyperparameters. The optimized hyperparameters (see Table 1) are obtained when the RMS deviation between the experimental and calculated radii reach a minimum value.

4

Results and Discussion

Table 1 lists the hyperparameters (σ, λ) in the KRR method and (σ, λ, σoe and λoe) using the EKRR method as well as the RMS deviations between the experimental data and the predictions of the five models. The RMS deviations with (without) KRR and EKRR are denoted by ΔrmsKRR and ΔrmsEKRRrms). With the exception of the phenomenological A1/3-formula all other models provided a good global description of the nuclear charge radii, especially for the WS*. It should be noted that a spherical shape is considered in the RCHB theory when investigating the entire nuclear landscape [47]. Therefore, its RMS deviation is slightly larger than that for the nonrelativistic model HFB25. To date, only even-even nuclei have been calculated in the deformed relativistic Hartree-Bogoliubov theory on a continuum (DRHBc) [48, 51]. The description of the nuclear charge radii can be further improved when all nuclei in the nuclear chart are calculated using this model. It can also be observed that HFB25 and HFB25* yield similar RMS deviations when describing the nuclear charge radii. After the KRR method had been considered, all RMS deviations for these five models could be significantly reduced to approximately 0.015-0.018 fm, particularly for the A1/3 formula. Interestingly, the RMS deviations of the HFB25 and HFB25* models were smaller than those of the A1/3 formula and the RCHB model without the KRR method. However, after the KRR method was considered, the situation was reversed. After considering the odd-even effects, the predictive powers of the five models were further improved by the EKRR method compared with the KRR method. The RMS deviation was further reduced by approximately 0.006 fm for the five models, with the exception of the HFB25 model, for which it was reduced to less than 0.005 fm. The RMS deviations of the three models (A1/3 formula, RCHB and WS*) were less than 0.01 fm, whereby the smallest was for the RCHB model with an RMS deviation equal to 0.0092 fm. This is the best result for nuclear charge radii predictions using the machine learning approach, as far as we are aware. Here, we show the typical RMS deviations of some popular machine learning approaches.

(i) artificial neural network: 0.028 fm [61];

(ii) Bayesian neural network: 0.014 fm [68];

(iii) radial basis function approach: 0.017 fm [69].

Note that if the full nuclear landscape is calculated using the DRHBc theory, the description of the nuclear charge radii can still be improved using the EKRR method. To show Table 1 in a more visual manner, a comparison of these five models is also shown in Fig. 1.

Fig. 1
(Color online) The RMS deviations between the experimental data and the predictions of five different models with and without the KRR/EKRR method
pic

Figure 2 shows the differences in the radii between the experimental data and the calculations of the RCHB model (grey solid circles), KRR method (red triangles) and the EKRR methods (blue crosses). Because the improvements achieved by the KRR and EKRR methods for the five models mentioned above were similar, we consider only the RCHB model as an example. In order to study the odd-even effects included in the EKRR method, the data were divided into four groups characterized by even or odd proton numbers Z and neutron numbers N, that is, even-even, even-odd, odd-even, and odd-odd. Clearly, the predictive power of the RCHB model could be further improved by using the EKRR method compared with the original KRR method. The significant improvement of the EKRR method is mainly due to the consideration of the odd-even effects, which eliminates the staggering behavior of radius deviations owing to the odd and even numbers of nucleons using the KRR method. It can be seen that when the mass number is A~150, the predictions of the KRR method exhibit significant deviations from the data, which can be significantly improved using the EKRR method. This is clear evidence of the importance of considering the odd-even effects in predictions of the nuclear charge radius.

Fig. 2
(Color online) Radius differences Δ R between the experimental data and the calculations of the RCHB model (grey solid circles), the KRR method (red triangles), and the EKRR method (blue crosses) for (a) even-even, (b) even-odd, (c) odd-even, and (d) odd-odd nuclei
pic

To investigate the extrapolation abilities of the KRR and EKRR methods for neutron-rich regions, the 1014 nuclei with known charge radii were redivided into one training set and six test sets as follows: For each isotopic chain with more than nine nuclei, the six most neutron-rich nuclei were selected and classified into six test sets based on the distance from the previous nucleus. Test set 1 (6) had the shortest (longest) extrapolation distance. This type of classification is the same as that used in our previous study [70]. The hyperparameters obtained by leave-one-out cross-validation in the KRR/RKRR method remained the same in the following calculations:

RMS deviations of the KRR and EKRR methods for different extrapolation steps for the five models are shown in Figs. 3(a)-(e). A clearer comparison of the RMS deviations scaled to the corresponding RMS deviations of the five models without KRR/EKRR corrections are shown in Figs. 3(f) and (j). Regardless of whether the KRR or EKRR method is considered, the RMS deviation increased with the extrapolation distance. For the A1/3 formula and the RCHB model, the KRR/EKRR method could improve the radius description for all extrapolation distances. For the other three models, the KRR method only improved the radius description for an extrapolation distance of one or two, which could be further improved after considering the odd-even effects with the EKRR method. This indicates that the KRR/EKRR method loses its extrapolation power at extrapolation distances larger than 3 for these three models. This is due to the charge radii calculated using these three models, which were quite good, and their RMS deviations, which were already sufficiently small. The KRR/EKRR method automatically identifies the extrapolation distance limit owing to the hyperparameters σ and σoe being optimized using the training data. Refs. [73, 74] demonstrated that the KRR and EKRR methods lose their predictive power at larger extrapolation distances (approximately six), when predicting the nuclear mass using the mass model WS4 [81]. This may be due to much more mass data existed than the charge radii, and the KRR/EKRR networks can be trained better with more data. In general, the EKRR method has a better predictive power than the KRR method for an extrapolation distance of less than 3. For an extrapolation distance greater than 3, the results of the KRR and EKRR methods were similar in most cases. Almost none of these extrapolations exhibited overfitting, except for WS* at an extrapolation distance of 3, and this overfitting was quite small. This indicates that both the KRR and EKRR methods have good extrapolation powers and can avoid the risk of overfitting to a large extent.

Fig. 3
(Color online) Comparison of the extrapolation ability of the KRR and EKRR methods for the neutron-rich region by considering six test sets with different extrapolation distances. The upper panels (a)-(e) show the RMS deviations of the KRR and EKRR methods. The lower panels (f)-(j) show the RMS deviations scaled to the corresponding RMS deviations for these five models without KRR/EKRR corrections
pic

The observation of the strong OES of the charge radii throughout the nuclear landscape provides a particularly stringent test for nuclear theory. To examine the predictive power of the EKRR method, which is improved by considering the odd-even effects compared with the original KRR method, in the following we will investigate the recently observed OES of the radii in calcium and copper isotopes [14, 15, 16]. Similar to the gap parameter, the OES parameter for the charge radii is defined as: Δr(3)(Z,N)=12[r(Z,N1)2r(Z,N)+r(Z,N+1)], (9) where r(Z, N) is the RMS charge radius of a nucleus with proton number Z and neutron number N.

Figure 4 compares the experimental and calculated OES results for radii (Δr(3)) of the calcium (left panels) and copper (right panels) isotopes. The experimental data show that for the calcium isotopes [Figs. 4(a)-(e)] strong OES exists between N=20 and 28 and that a reduction in the OES appears for N28. Only RCHB theory could reproduce the trend of the experimental OES without KRR/EKRR corrections. However, the amplitude of the calculated OES was significantly less pronounced than that of the experimental data. Interestingly, after considering the KRR corrections, the calculated OES worsened for N < 28, particularly when the phase of the OES was opposite to that of the data. The A1/3-formula had no OES over the entire isotopic chain and the WS* model has a weak OES except at the N=20 and 28 shell closures. The OES in the HFB25 and HFB25* models were slightly higher. However, they were still weak compared with the data. Note that although OES can be obtained in the WS*, HFB25 and HFB25* models, the phases of the calculated OES are opposite to those of the experimental data. Considering the KRR method, the OES in these four models increased, particularly for the WS* and HFB25* models for which the calculated OES were stronger than those of the data. However, the OES in these models were still opposite to those in the data. Therefore, although the KRR method improves the description of the charge radius to a large extent, it was difficult to reproduce the observed OES. After considering the EKRR method, the experimental OES values could be reproduced quite well, especially for the A1/3 formula and RCHB theory for copper isotopes [Figs. 4(f)-(j)]. This situation is similar to that of the calcium isotopes. However, the description of Cu isotopes is not as accurate as that of Ca isotopes when considering the EKRR corrections. The OES is overestimated in all these calculations for N < 33 and N > 46. In addition, the phases of the OES between N=38-40 were not well reproduced. However, the EKRR approach can improve the description of OES to a large extent compared with the original theory. This indicates that after considering the odd-even effects, shell structures and many-body correlations, which are important for OES, can be learned well using an EKRR network.

Fig. 4
(Color online) Comparison of experimental and calculated OES of the charge radii (Δr(3)) of the calcium (left panels) and copper (right panels) isotopes. The experimental data are shown as black squares. The calculation results of these five models are shown as grey solid circles, and the calculation results of the KRR and EKRR models are shown as red triangles and blue crosses, respectively
pic

Similar to OES, abrupt kinks across the neutron shell closures provide a particularly stringent test for nuclear theory. In the present study, Pb and Sn isotopes were considered as examples for investigating the kinks across neutrons with N=126 and 82 shell closures. Figure 5 compares the experimental and calculated differential mean-square charge radii. δr2N,N=r2Nr2N for some, and even for Pb [Figs. 5(a)-(e)] (relative to 208Pb, N’=126) and Sn [Figs. 5(f)-(j)] (relative to 132Sn, N’=82). It can be observed that for Pb isotopes the RCHB theory can reproduce the kink at N=126 perfectly [Fig. 5(b)]. In the A1/3 formula and HFB25 model, there is no kink [Figs. 5(a) and (c)]. The kink could be reproduced using the WS* and HFB25* models, but with a slight overestimation [Figs. 5(d) and (e)]. The results obtained by considering the KRR and EKRR methods were similar. There are several interpretations of kinks [50, 82-85]. Our results indicate that kinks may not be connected to odd-even effects, such as pairing correlations. The well-reproduced kinks also provide a test of the proposed KRR/EKRR method. The kinks at N=126 in all five models could be reproduced quite well, but the calculated differential mean-square charge radius at N=132 was too large compared with the data. For the Sn isotopes, only the WS* and HFB25* models reproduced the kink at N=82. However, the absolute values of the calculated δr2 from N=74-78 are small compared with the data, especially for the WS* model. After applying the KRR/EKRR method, the results reproduced the data quite well. It also can be seen that the KRR/EKRR corrections to the A1/3 formula and HFB25 model are inconspicuous. Therefore, the kink at N=82 cannot be reproduced using the KRR/EKRR method. For the RCHB model, the differential mean-square charge radii calculated from N=74 to-80 were improved, and a kink appeared, but was still slightly weaker compared with the data.

Fig. 5
(Color online) Comparison of experimental and calculated differential mean-square charge radius δr2N,N=r2Nr2N for some even-even (a)-(e) Pb (relative to 208Pb, N’=126) and (f)-(j) Sn (relative to 132Sn, N’=82) isotopes. The experimental data are shown as black squares. The results of these five models are shown as grey solid circles, and the calculation results of the KRR and EKRR models are shown as red triangles and blue crosses, respectively
pic
5

Summary

In summary, the extended kernel ridge regression method with odd-even effects was adopted to improve the description of the nuclear charge radius by using five commonly used nuclear models. The hyperparameters of the KRR and EKRR methods for each model were determined using leave-one-out cross-validation. For each model, the resultant root-mean-square deviations of the 1014 nuclei with proton number Z8 could be significantly reduced to 0.009-0.013 fm after considering a modification with the EKRR method. The best among them was the RCHB model, with a root-mean-square deviation of 0.0092 fm, which is the best result for nuclear charge radii predictions using the machine learning approach as far as we know. The extrapolation abilities of the KRR and EKRR methods for the neutron-rich region were examined and it was found that after considering odd-even effects, the extrapolation power could be improved compared with that of the original KRR method. Strong odd-even staggering of nuclear charge radii in Ca and Cu isotopes was investigated and reproduced quite well using the EKRR method. This indicates that after considering the odd-even effects, shell structures and many-body correlations can be learned quite well using the EKRR network. Abrupt kinks across the neutron N=126 and 82 shell closures were also investigated.

References
1. I. Angeli, K. P. Marinova,

Correlations of nuclear charge radii with other nuclear observables

. J. Phys. G: Nucl. Part. Phys. 42, 055108 (2015). https://doi.org/10.1088/0954-3899/42/5/055108
Baidu ScholarGoogle Scholar
2. C. Gorges, L. V. Rodríguez, D. L. Balabanski et al.,

Laser spectroscopy of neutron-rich tin isotopes: a discontinuity in charge radii across the N=82 shell closure

. Phys. Rev. Lett. 122, 192502 (2019). https://doi.org/10.1103/PhysRevLett.122.192502
Baidu ScholarGoogle Scholar
3. J. L. Wood, K. Heyde, W. Nazarewicz et al.,

Coexistence in even-mass nuclei

. Phys. Rep. 215, 101201 (1992). https://doi.org/10.1016/0370-1573(92)90095-H
Baidu ScholarGoogle Scholar
4. P. Cejnar, J. Jolie, R. F. Casten,

Quantum phase transitions in the shapes of atomic nuclei

. Rev. Mod. Phys. 82, 21552212 (2010). https://doi.org/10.1103/RevModPhys.82.2155
Baidu ScholarGoogle Scholar
5. I. Tanihata, H. Hamagaki, O. Hashimoto et al.,

Measurements of interaction cross sections and nuclear radii in the light p-shell region

. Phys. Rev. Lett. 55, 26762679 (1985). https://doi.org/10.1103/PhysRevLett.55.2676
Baidu ScholarGoogle Scholar
6. I. Tanihata, H. Savajols, R. Kanungo,

Recent experimental progress in nuclear halo structure studies

. Prog. Part. Nucl. Phys. 68, 215313 (2013). https://doi.org/10.1016/j.ppnp.2012.07.001
Baidu ScholarGoogle Scholar
7. J. Meng, S. G. Zhou,

Halos in medium-heavy and heavy nuclei with covariant density functional theory in continuum

. J. Phys. G: Nucl. Part. Phys. 42, 093101 (2015). https://doi.org/10.1088/0954-3899/42/9/093101
Baidu ScholarGoogle Scholar
8. B. Cheal, K. T. Flanagan,

Progress in laser spectroscopy at radioactive ion beam facilities

. J. Phys. G: Nucl. Part. Phys. 37, 113101 (2010). https://doi.org/10.1088/0954-3899/37/11/113101
Baidu ScholarGoogle Scholar
9. P. Campbell, I. D. Moore, M. R. Pearson,

Laser spectroscopy for nuclear structure physics

. Prog. Part. Nucl. Phys. 86, 127180 (2016). https://doi.org/10.1016/j.ppnp.2015.09.003
Baidu ScholarGoogle Scholar
10. I. Angeli, K. Marinova,

Table of experimental nuclear ground state charge radii: an update

. At. Data Nucl. Data Tables 99, 6995 (2013). https://doi.org/10.1016/j.adt.2011.12.006
Baidu ScholarGoogle Scholar
11. T. Li, Y. Luo, N. Wang,

Compilation of recent nuclear ground state charge radius measurements and tests for models

. At. Data Nucl. Data Tables 140, 101440 (2021). https://doi.org/10.1016/j.adt.2021.101440
Baidu ScholarGoogle Scholar
12. P. M. Goddard, P. D. Stevenson, A. Rios,

Charge radius isotope shift across the N=126 shell gap

. Phys. Rev. Lett. 110, 032503 (2013). https://doi.org/10.1103/PhysRevLett.110.032503
Baidu ScholarGoogle Scholar
13. M. Hammen, W. Nörtershäuser, D. L. Balabanski et al.,

From calcium to cadmium: testing the pairing functional through charge radii measurements of 100-130Cd

. Phys. Rev. Lett. 121, 102501 (2018). https://doi.org/10.1103/PhysRevLett.121.102501
Baidu ScholarGoogle Scholar
14. G. Ruiz, R. F., M. L. Bissell et al.,

Unexpectedly large charge radii of neutron-rich calcium isotopes

. Nat. Phys. 12, 594598 (2016). https://doi.org/10.1038/nphys3645
Baidu ScholarGoogle Scholar
15. A. J. Miller, K. Minamisono, A. Klose et al.,

Proton superfluidity and charge radii in proton-rich calcium isotopes

. Nat. Phys. 15, 432436 (2019). https://doi.org/10.1038/s41567-019-0416-9
Baidu ScholarGoogle Scholar
16. P. R. de Groote, J. Billowes, C. L. Binnersley et al.,

Measurement and microscopic description of odd-even staggering of charge radii of exotic copper isotopes

. Nat. Phys. 16, 620624 (2020). https://doi.org/10.1038/s41567-020-0868-y
Baidu ScholarGoogle Scholar
17. T. Day Goodacre, A. V. Afanasjev, A. E. Barzakh et al.,

Laser spectroscopy of neutron-rich 207,208Hg isotopes: illuminating the kink and odd-even staggering in charge radii across the N=126 shell closure

. Phys. Rev. Lett. 126, 032502 (2021). https://doi.org/10.1103/PhysRevLett.126.032502
Baidu ScholarGoogle Scholar
18. M. Reponen, R. P. de Groote, L. Al Ayoubi et al.,

Evidence of a sudden increase in the nuclear size of proton-rich silver-96

. Nat. Commun. 12, 4596 (2021). https://doi.org/10.1038/s41467-021-24888-x
Baidu ScholarGoogle Scholar
19. A. Koszorús, X. F. Yang, W. G. Jiang et al.,

Charge radii of exotic potassium isotopes challenge nuclear theory and the magic character of N=32

. Nat. Phys. 17, 439443 (2021). https://doi.org/10.1038/s41567-020-01136-5
Baidu ScholarGoogle Scholar
20. S. Malbrunot-Ettenauer, S. Kaufmann, S. Bacca et al.,

Nuclear charge radii of the nickel isotopes 58-68,70Ni

. Phys. Rev. Lett. 128, 022502 (2022). https://doi.org/10.1103/PhysRevLett.128.022502
Baidu ScholarGoogle Scholar
21. S. Geldhof, M. Kortelainen, O. Beliuskina et al.,

Impact of nuclear deformation and pairing on the charge radii of palladium isotopes

. Phys. Rev. Lett. 128, 152501 (2022). https://doi.org/10.1103/PhysRevLett.128.152501
Baidu ScholarGoogle Scholar
22. A. Bohr, B. R. Mottelson, Nuclear Structure, vol. I (Benjamin, Single-particle Motion, 1969)
23. J. Y. Zeng,

Acta Phys

. Sin. 13, 357 (1957).
Baidu ScholarGoogle Scholar
24. B. Nerlo-Pomorska, K. Pomorski,

Isospin dependence of nuclear radius

. Z. Phys. A 344, 359361 (1993). https://doi.org/10.1007/BF01283190
Baidu ScholarGoogle Scholar
25. J. Duflo,

Phenomenological calculation for nuclear masses and charge radii

. Nucl. Phys. A 576, 2964 (1994). https://doi.org/10.1016/0375-9474(94)90737-4
Baidu ScholarGoogle Scholar
26. S. Zhang, J. Meng, S.-G. Zhou et al.,

Isospin and Z1/3-dependence of the nuclear charge radii

. Eur. Phys. J. A 13, 285289 (2002). https://doi.org/10.1007/s10050-002-8757-6
Baidu ScholarGoogle Scholar
27. Y.-A. Lei, Z.-H. Zhang, J.-Y. Zeng,

Improved Z1/3 law of nuclear charge radius

. Commun. Theor. Phys. 51, 123125 (2009). https://doi.org/10.1088/0253-6102/51/1/23
Baidu ScholarGoogle Scholar
28. N. Wang, T. Li,

Shell and isospin effects in nuclear charge radii

. Phys. Rev. C 88, 011301(R) (2013). https://doi.org/10.1103/PhysRevC.88.011301
Baidu ScholarGoogle Scholar
29. T. Bayram, S. Akkoyun, S. Kara et al.,

New parameters for nuclear charge radius formulas

. Acta Phys. Pol. B 44, 17911799 (2013). https://doi.org/10.5506/APhysPolB.44.1791
Baidu ScholarGoogle Scholar
30. J. Piekarewicz, M. Centelles, X. Roca-Maza et al.,

Garvey-Kelson relations for nuclear charge radii

. Eur. Phys. J. A 46, 379386 (2010). https://doi.org/10.1140/epja/i2010-11051-8
Baidu ScholarGoogle Scholar
31. B. H. Sun, Y. Lu, J. P. Peng et al.,

New charge radius relations for atomic nuclei

. Phys. Rev. C 90, 054318 (2014). https://doi.org/10.1103/PhysRevC.90.054318
Baidu ScholarGoogle Scholar
32. M. Bao, Y. Lu, Y. M. Zhao et al.,

Predictions of nuclear charge radii

. Phys. Rev. C 94, 064315 (2016). https://doi.org/10.1103/PhysRevC.94.064315
Baidu ScholarGoogle Scholar
33. B. H. Sun, C. Y. Liu, H. X. Wang,

Correlating double-difference of charge radii with quadrupole deformation and B(E2) in atomic nuclei

. Phys. Rev. C 95, 014307 (2017). https://doi.org/10.1103/PhysRevC.95.014307
Baidu ScholarGoogle Scholar
34. M. Bao, Y. Y. Zong, Y. M. Zhao et al.,

Local relations of nuclear charge radii

. Phys. Rev. C 102, 014306 (2020). https://doi.org/10.1103/PhysRevC.102.014306
Baidu ScholarGoogle Scholar
35. C. Ma, Y. Y. Zong, Y. M. Zhao et al.,

Evaluation of nuclear charge radii based on nuclear radii changes

. Phys. Rev. C 104, 014303 (2021). https://doi.org/10.1103/PhysRevC.104.014303
Baidu ScholarGoogle Scholar
36. F. Buchinger, J. E. Crawford, A. K. Dutta et al.,

Nuclear charge radii in modern mass formulas

. Phys. Rev. C 49, 14021411 (1994). https://doi.org/10.1103/PhysRevC.49.1402
Baidu ScholarGoogle Scholar
37. F. Buchinger, J. M. Pearson, S. Goriely,

Nuclear charge radii in modern mass formulas: an update

. Phys. Rev. C 64, 067303 (2001). https://doi.org/10.1103/PhysRevC.64.067303
Baidu ScholarGoogle Scholar
38. F. Buchinger, J. M. Pearson,

Charge radii in macroscopic-microscopic mass models

. Phys. Rev. C 72, 057305 (2005). https://doi.org/10.1103/PhysRevC.72.057305
Baidu ScholarGoogle Scholar
39. H. Iimura, F. Buchinger,

Charge radii in macroscopic-microscopic mass models of reflection asymmetry

. Phys. Rev. C 78, 067301 (2008). https://doi.org/10.1103/PhysRevC.78.067301
Baidu ScholarGoogle Scholar
40. M. V. Stoitsov, J. Dobaczewski, W. Nazarewicz et al.,

Systematic study of deformed nuclei at the drip lines and beyond

. Phys. Rev. C 68, 054312 (2003). https://doi.org/10.1103/PhysRevC.68.054312
Baidu ScholarGoogle Scholar
41. S. Goriely, S. Hilaire, M. Girod et al.,

First Gogny-Hartree-Fock-Bogoliubov nuclear mass model

. Phys. Rev. Lett. 102, 242501 (2009). https://doi.org/10.1103/PhysRevLett.102.242501
Baidu ScholarGoogle Scholar
42. S. Goriely, N. Chamel, J. M. Pearson,

Further explorations of Skyrme-Hartree-Fock-Bogoliubov mass formulas. XII. Stiffness and stability of neutron-star matter.

Phys. Rev. C 82, 035804 (2010). https://doi.org/10.1103/PhysRevC.82.035804
Baidu ScholarGoogle Scholar
43. P.-G. Reinhard, W. Nazarewicz,

Toward a global description of nuclear charge radii: exploring the Fayans energy density functional

. Phys. Rev. C 95, 064328 (2017). https://doi.org/10.1103/PhysRevC.95.064328
Baidu ScholarGoogle Scholar
44. G. A. Lalazissis, S. Raman, P. Ring,

Ground-state properties of even-even nuclei in the relativistic mean-field theory

. At. Data Nucl. Data Tables 71, 140 (1999). https://doi.org/10.1006/adnd.1998.0795
Baidu ScholarGoogle Scholar
45. L. S. Geng, H. Toki, J. Meng,

Masses, deformations and charge radii-nuclear ground-state properties in the relativistic mean field model

. Prog. Theo. Phys. 113, 785800 (2005). https://doi.org/10.1143/PTP.113.785
Baidu ScholarGoogle Scholar
46. P. W. Zhao, Z. P. Li, J. M. Yao et al.,

New parametrization for the nuclear covariant energy density functional with a point-coupling interaction

. Phys. Rev. C 82, 054319 (2010). https://doi.org/10.1103/PhysRevC.82.054319
Baidu ScholarGoogle Scholar
47. X. W. Xia, Y. Lim, P. W. Zhao et al.,

The limits of the nuclear landscape explored by the relativistic continuum Hartree-Bogoliubov theory

. At. Data Nucl. Data Tables 121-122, 1215 (2018). https://doi.org/10.1016/j.adt.2017.09.001
Baidu ScholarGoogle Scholar
48. K. Zhang, M.-K. Cheoun, Y.-B. Choi et al.,

Deformed relativistic Hartree-Bogoliubov theory in continuum with a point-coupling functional: examples of even-even Nd isotopes

. Phys. Rev. C 102, 024314 (2020). https://doi.org/10.1103/PhysRevC.102.024314
Baidu ScholarGoogle Scholar
49. R. An, L.-S. Geng, S.-S. Zhang,

Novel ansatz for charge radii in density functional theories

. Phys. Rev. C 102, 024307 (2020). https://doi.org/10.1103/PhysRevC.102.024307
Baidu ScholarGoogle Scholar
50. U. C. Perera, A. V. Afanasjev, P. Ring,

Charge radii in covariant density functional theory: a global view

. Phys. Rev. C 104, 064313 (2021). https://doi.org/10.1103/PhysRevC.104.064313
Baidu ScholarGoogle Scholar
51. K. Zhang, M.-K. Cheoun, Y.-B. Choi et al.,

Nuclear mass table in deformed relativistic Hartree-Bogoliubov theory in continuum, I: even-even nuclei

. At. Data Nucl. Data Tables 144, 101488 (2022). https://doi.org/10.1016/j.adt.2022.101488
Baidu ScholarGoogle Scholar
52. R. An, S. Sun, L.-G. Cao et al.,

Constraining nuclear symmetry energy with the charge radii of mirror-pair nuclei

. Nucl. Sci. Tech. 34, 119 (2023). https://doi.org/10.1007/s41365-023-01269-1
Baidu ScholarGoogle Scholar
53. C. Forssén, E. Caurier, P. Navrátil,

Charge radii and electromagnetic moments of Li and Be isotopes from the ab initio no-core shell model

. Phys. Rev. C 79, 021303(R) (2009). https://doi.org/10.1103/PhysRevC.79.021303
Baidu ScholarGoogle Scholar
54. P. Choudhary, P. C. Srivastava, P. Navrátil,

Ab initio no-core shell model study of 10-14B isotopes with realistic NN interactions

. Phys. Rev. C 102, 044309 (2020). https://doi.org/10.1103/PhysRevC.102.044309
Baidu ScholarGoogle Scholar
55. P. Bedaque, A. Boehnlein, M. Cromaz et al.,

A.I. for nuclear physics.

Eur. Phys. J. A 57, 100 (2021). https://doi.org/10.1140/epja/s10050-020-00290-x
Baidu ScholarGoogle Scholar
56. A. Boehnlein, M. Diefenthaler, N. Sato et al.,

Colloquium: Machine learning in nuclear physics

. Rev. Mod. Phys. 94, 031003 (2022). https://doi.org/10.1103/RevModPhys.94.031003
Baidu ScholarGoogle Scholar
57. W.-B. He, Y.-G. Ma, L.-G. Pang et al.,

High-energy nuclear physics meets machine learning

. Nucl. Sci. Tech. 34, 88 (2023). https://doi.org/10.1007/s41365-023-01233-z
Baidu ScholarGoogle Scholar
58. W. He, Q. Li, Y. Ma et al.,

Machine learning in nuclear physics at low and intermediate energies

. Sci. China-Phys. Mech. Astron. 66, 282001 (2023). https://doi.org/10.1007/s11433-023-2116-0
Baidu ScholarGoogle Scholar
59. Z.-P. Gao, Y.-J. Wang, H.-L. et al.,

Machine learning the nuclear mass

. Nucl. Sci. Tech. 32, 109 (2021). https://doi.org/10.1007/s41365-021-00956-1
Baidu ScholarGoogle Scholar
60. S. Akkoyun, T. Bayram, S. O. Kara et al.,

An artificial neural network application on nuclear charge radii

. J. Phys. G: Nucl. Part. Phys. 40, 055106 (2013). https://doi.org/10.1088/0954-3899/40/5/055106
Baidu ScholarGoogle Scholar
61. D. Wu, C. L. Bai, H. Sagawa et al.,

Calculation of nuclear charge radii with a trained feed-forward neural network

. Phys. Rev. C 102, 054323 (2020). https://doi.org/10.1103/PhysRevC.102.054323
Baidu ScholarGoogle Scholar
62. T.-S. Shang, J. Li, Z.-M. Niu,

Prediction of nuclear charge density distribution with feedback neural network

. Nucl. Sci. Tech. 33, 153 (2022). https://doi.org/10.1007/s41365-022-01140-9
Baidu ScholarGoogle Scholar
63. Z.-X. Yang, X.-H. Fan, T. Naito et al.,

Calibration of nuclear charge density distribution by back-propagation neural networks

. Phys. Rev. C 108, 034315 (2023). https://doi.org/10.1103/PhysRevC.108.034315
Baidu ScholarGoogle Scholar
64. R. Utama, W.-C. Chen, J. Piekarewicz,

Nuclear charge radii: density functional theory meets Bayesian neural networks

. J. Phys. G: Nucl. Part. Phys. 43, 114002 (2016). https://doi.org/10.1088/0954-3899/43/11/114002
Baidu ScholarGoogle Scholar
65. L. Neufcourt, Y. Cao, W. Nazarewicz et al.,

Bayesian approach to model-based extrapolation of nuclear observables

. Phys. Rev. C 98, 034318 (2018). https://doi.org/10.1103/PhysRevC.98.034318
Baidu ScholarGoogle Scholar
66. Y. Ma, C. Su, J. Liu et al.,

Predictions of nuclear charge radii and physical interpretations based on the naive Bayesian probability classifier

. Phys. Rev. C 101, 014304 (2020). https://doi.org/10.1103/PhysRevC.101.014304
Baidu ScholarGoogle Scholar
67. X.-X. Dong, R. An, J.-X. Lu et al.,

Novel Bayesian neural network based approach for nuclear charge radii

. Phys. Rev. C 105, 014308 (2022). https://doi.org/10.1103/PhysRevC.105.014308
Baidu ScholarGoogle Scholar
68. X.-X. Dong, R. An, J.-X. Lu et al.,

Nuclear charge radii in Bayesian neural networks revisited

. Phys. Lett. B 838, 137726 (2023). https://doi.org/10.1016/j.physletb.2023.137726
Baidu ScholarGoogle Scholar
69. T. Li, H. Yao, M. Liu et al.,

Nuclear charge radius predictions with the radial basis function Approach

. Nucl. Phys. Rev. 40, 31 (2023). https://doi.org/10.11804/NuclPhysRev.40.2022053
Baidu ScholarGoogle Scholar
70. J.-Q. Ma, Z.-H. Zhang,

Improved phenomenological nuclear charge radius formulae with kernel ridge regression

. Chin. Phys. C 46, 074105 (2022). https://doi.org/10.1088/1674-1137/ac6154
Baidu ScholarGoogle Scholar
71. N. Kim, Y.-S. Jeong, M.-K. Jeong et al.,

Kernel ridge regression with lagged-dependent variable: applications to prediction of internal bond strength in a medium density fiberboard process

. IEEE Trans. Syst. Man Cybern. 42, 10111020 (2012). https://doi.org/10.1109/TSMCC.2011.2177969
Baidu ScholarGoogle Scholar
72. P.-Y. Wu, C.-C. Fang, J. M. Chang et al.,

Cost-effective kernel ridge regression implementation for keystroke-based active authentication system

. IEEE Trans. Cybern 47, 39163927 (2017). https://doi.org/10.1109/TCYB.2016.2590472
Baidu ScholarGoogle Scholar
73. X. H. Wu, P. W. Zhao,

Predicting nuclear masses with the kernel ridge regression

. Phys. Rev. C 101, 051301(R) (2020). https://doi.org/10.1103/PhysRevC.101.051301
Baidu ScholarGoogle Scholar
74. X. H. Wu, L. H. Guo, P. W. Zhao,

Nuclear masses in extended kernel ridge regression with odd-even effects

. Phys. Lett. B 819, 136387 (2021). https://doi.org/10.1016/j.physletb.2021.136387
Baidu ScholarGoogle Scholar
75. L. Guo, X. Wu, P. Zhao,

Nuclear mass predictions of the relativistic density functional theory with the kernel ridge regression and the application to r-process simulations

. Symmetry 14, 1078 (2022). https://doi.org/10.3390/sym14061078
Baidu ScholarGoogle Scholar
76. X. H. Wu, Y. Y. Lu, P. W. Zhao,

Multi-task learning on nuclear masses and separation energies with the kernel ridge regression

. Phys. Lett. B 834, 137394 (2022). https://doi.org/10.1016/j.physletb.2022.137394
Baidu ScholarGoogle Scholar
77. X. Du, P. Guo, X. Wu et al.,

Examination of machine learning to assess physical effects: learning the relativistic continuum mass table with kernel ridge regression

. Chin. Phys. C 47, 074108 (2023). https://doi.org/10.1088/1674-1137/acc791
Baidu ScholarGoogle Scholar
78. X. H. Wu, Z. X. Ren, P. W. Zhao,

Nuclear energy density functionals from machine learning

. Phys. Rev. C 105, L031303 (2022). https://doi.org/10.1103/PhysRevC.105.L031303
Baidu ScholarGoogle Scholar
79. T. X. Huang, X. H. Wu, P. W. Zhao,

Application of kernel ridge regression in predicting neutron-capture reaction cross-sections

. Commun. Theor. Phys. 74, 095302 (2022). https://doi.org/10.1088/1572-9494/ac763b
Baidu ScholarGoogle Scholar
80. S. Goriely, N. Chamel, J. M. Pearson,

Further explorations of Skyrme-Hartree-Fock-Bogoliubov mass formulas. XIII. The 2012 atomic mass evaluation and the symmetry coefficient.

Phys. Rev. C 88, 024308 (2013). https://doi.org/10.1103/PhysRevC.88.024308
Baidu ScholarGoogle Scholar
81. N. Wang, M. Liu, X. Wu et al.,

Surface diffuseness correction in global mass formula

. Phys. Lett. B 734, 215219 (2014). https://doi.org/10.1016/j.physletb.2014.05.049
Baidu ScholarGoogle Scholar
82. M. M. Sharma, G. Lalazissis, J. König et al.,

Isospin dependence of the spin-orbit force and effective nuclear potentials

. Phys. Rev. Lett. 74, 37443747 (1995). https://doi.org/10.1103/PhysRevLett.74.3744
Baidu ScholarGoogle Scholar
83. H. Nakada, T. Inakura,

Effects of three-nucleon spin-orbit interaction on isotope shifts of Pb nuclei

. Phys. Rev. C 91, 021302(R) (2015). https://doi.org/10.1103/PhysRevC.91.021302
Baidu ScholarGoogle Scholar
84. H. Nakada,

Further evidence for three-nucleon spin-orbit interaction in isotope shifts of nuclei with magic proton numbers

. Phys. Rev. C 92, 044307 (2015). https://doi.org/10.1103/PhysRevC.92.044307
Baidu ScholarGoogle Scholar
85. S. A. Fayans, S. V. Tolokonnikov, E. L. Trykov et al.,

Nuclear isotope shifts within the local energy-density functional approach

. Nucl. Phys. A 676, 49119 (2000). https://doi.org/10.1016/S0375-9474(00)00192-5
Baidu ScholarGoogle Scholar
Footnote

The authors declare that they have no competing interests.