-
SGFusion: Stochastic Geographic Gradient Fusion in Federated Learning
Authors:
Khoa Nguyen,
Khang Tran,
NhatHai Phan,
Cristian Borcea,
Rouming Jin,
Issa Khalil
Abstract:
This paper proposes Stochastic Geographic Gradient Fusion (SGFusion), a novel training algorithm to leverage the geographic information of mobile users in Federated Learning (FL). SGFusion maps the data collected by mobile devices onto geographical zones and trains one FL model per zone, which adapts well to the data and behaviors of users in that zone. SGFusion models the local data-based correla…
▽ More
This paper proposes Stochastic Geographic Gradient Fusion (SGFusion), a novel training algorithm to leverage the geographic information of mobile users in Federated Learning (FL). SGFusion maps the data collected by mobile devices onto geographical zones and trains one FL model per zone, which adapts well to the data and behaviors of users in that zone. SGFusion models the local data-based correlation among geographical zones as a hierarchical random graph (HRG) optimized by Markov Chain Monte Carlo sampling. At each training step, every zone fuses its local gradient with gradients derived from a small set of other zones sampled from the HRG. This approach enables knowledge fusion and sharing among geographical zones in a probabilistic and stochastic gradient fusion process with self-attention weights, such that "more similar" zones have "higher probabilities" of sharing gradients with "larger attention weights." SGFusion remarkably improves model utility without introducing undue computational cost. Extensive theoretical and empirical results using a heart-rate prediction dataset collected across 6 countries show that models trained with SGFusion converge with upper-bounded expected errors and significantly improve utility in all countries compared to existing approaches without notable cost in system scalability.
△ Less
Submitted 27 October, 2025;
originally announced October 2025.
-
The beta decay of Tz=-2 64Se and its descendants: the T=2 isobaric multiplet
Authors:
P. Aguilera,
F. Molina,
B. Rubio,
S. E. A. Orrigo,
W. Gelletly,
Y. Fujita,
J. Agramunt,
A. Algora,
V. Guadilla,
A. Montaner-Pizá,
A. I. Morales,
H. F. Arellano,
P. Ascher,
B. Blank,
M. Gerbaux,
J. Giovinazzo,
T. Goigoux,
S. Grévy,
T. Kurtukian Nieto,
C. Magron,
J. Chiba,
D. Nishimura,
S. Yagi,
H. Oikawa,
Y. Takei
, et al. (27 additional authors not shown)
Abstract:
In this paper we present our results on the decay of 64Se. It is the heaviest Tz=-2 nucleus that both beta decays and has a stable mirror partner Tz=+2, thus allowing comparison with charge exchange reaction studies. The beta decays of 64Se and its descendants were studied at the RIKEN Nishina Center (Tokyo, Japan) following their production in the fragmentation of 78Kr on a beryllium target. Beta…
▽ More
In this paper we present our results on the decay of 64Se. It is the heaviest Tz=-2 nucleus that both beta decays and has a stable mirror partner Tz=+2, thus allowing comparison with charge exchange reaction studies. The beta decays of 64Se and its descendants were studied at the RIKEN Nishina Center (Tokyo, Japan) following their production in the fragmentation of 78Kr on a beryllium target. Beta-delayed gamma-ray and particle radiation was identified for each of the nuclei in the decay chain allowing us to obtain decay schemes for 64Se, 64As, and 63Ge. Thus new excited states could be found for the descendant nuclei, including the interesting case of the N=Z nucleus 64Ge. Furthermore we observed for the first time the beta-delayed proton emission of 64Se and 64As. Based on these results we obtained proton branching ratios of 48.0(9)% in 64Se decay and 4.4(1)% in 64As decay. We obtained a half-life value of 22.5(6) ms for 64Se decay and half-lives slightly more precise than those in the literature for each nucleus involved in the decay chain. Using our results on the excited levels of 64As and the mass excess in the literature for 63Ge we obtained -39588(50) keV for the mass excess of 64As. Then based on the IMME we obtained the mass excess of -27429(88) keV for 64Se by extrapolation. The mirror process of 64Se beta decay, the charge exchange reaction 64Zn(3He,t)64Ga, has already been measured allowing us to study the mirror symmetry through the comparison of the weak force (beta decay) and strong force (charge exchange reaction). An interpretation of the decay schemes based on the idea of the Anti Analogue State is proposed.
△ Less
Submitted 2 October, 2025;
originally announced October 2025.
-
CryptGNN: Enabling Secure Inference for Graph Neural Networks
Authors:
Pritam Sen,
Yao Ma,
Cristian Borcea
Abstract:
We present CryptGNN, a secure and effective inference solution for third-party graph neural network (GNN) models in the cloud, which are accessed by clients as ML as a service (MLaaS). The main novelty of CryptGNN is its secure message passing and feature transformation layers using distributed secure multi-party computation (SMPC) techniques. CryptGNN protects the client's input data and graph st…
▽ More
We present CryptGNN, a secure and effective inference solution for third-party graph neural network (GNN) models in the cloud, which are accessed by clients as ML as a service (MLaaS). The main novelty of CryptGNN is its secure message passing and feature transformation layers using distributed secure multi-party computation (SMPC) techniques. CryptGNN protects the client's input data and graph structure from the cloud provider and the third-party model owner, and it protects the model parameters from the cloud provider and the clients. CryptGNN works with any number of SMPC parties, does not require a trusted server, and is provably secure even if P-1 out of P parties in the cloud collude. Theoretical analysis and empirical experiments demonstrate the security and efficiency of CryptGNN.
△ Less
Submitted 10 September, 2025;
originally announced September 2025.
-
FedUP: Efficient Pruning-based Federated Unlearning for Model Poisoning Attacks
Authors:
Nicolò Romandini,
Cristian Borcea,
Rebecca Montanari,
Luca Foschini
Abstract:
Federated Learning (FL) can be vulnerable to attacks, such as model poisoning, where adversaries send malicious local weights to compromise the global model. Federated Unlearning (FU) is emerging as a solution to address such vulnerabilities by selectively removing the influence of detected malicious contributors on the global model without complete retraining. However, unlike typical FU scenarios…
▽ More
Federated Learning (FL) can be vulnerable to attacks, such as model poisoning, where adversaries send malicious local weights to compromise the global model. Federated Unlearning (FU) is emerging as a solution to address such vulnerabilities by selectively removing the influence of detected malicious contributors on the global model without complete retraining. However, unlike typical FU scenarios where clients are trusted and cooperative, applying FU with malicious and possibly colluding clients is challenging because their collaboration in unlearning their data cannot be assumed. This work presents FedUP, a lightweight FU algorithm designed to efficiently mitigate malicious clients' influence by pruning specific connections within the attacked model. Our approach achieves efficiency by relying only on clients' weights from the last training round before unlearning to identify which connections to inhibit. Isolating malicious influence is non-trivial due to overlapping updates from benign and malicious clients. FedUP addresses this by carefully selecting and zeroing the highest magnitude weights that diverge the most between the latest updates from benign and malicious clients while preserving benign information. FedUP is evaluated under a strong adversarial threat model, where up to 50%-1 of the clients could be malicious and have full knowledge of the aggregation process. We demonstrate the effectiveness, robustness, and efficiency of our solution through experiments across IID and Non-IID data, under label-flipping and backdoor attacks, and by comparing it with state-of-the-art (SOTA) FU solutions. In all scenarios, FedUP reduces malicious influence, lowering accuracy on malicious data to match that of a model retrained from scratch while preserving performance on benign data. FedUP achieves effective unlearning while consistently being faster and saving storage compared to the SOTA.
△ Less
Submitted 19 August, 2025;
originally announced August 2025.
-
Two-proton correlations in the decay of 48Ni and 45Fe
Authors:
A. Ortega Moral,
S. M. Wang,
J. Giovinazzo,
T. Roger,
B. Blank,
P. Ascher,
C. Borcea,
L. Caceres,
M. Caamano,
F. de Oliveira Santos,
A. de Roubin,
B. Fernandez-Dominguez,
D. Fernandez-Dominguez,
J. Lois-Fuentes,
M. Gerbaux,
S. Grevy,
M. Hukkanen,
A. Husson,
O. Kamalou,
T. Kurtukian-Nieto,
J. Michaud,
J. Pancin,
J. Piot,
M. Pomorski,
D. Regueira-Castro
, et al. (6 additional authors not shown)
Abstract:
The main observables of the rare two-proton emission process - half-life, total energy of the decay as well as energy and angular correlations between the emitted protons - have been measured for 48Ni and 45Fe in a recent experiment performed at the GANIL/LISE3 facility. The results, together with previous experimental work, are compared for the first time with calculations performed in the recent…
▽ More
The main observables of the rare two-proton emission process - half-life, total energy of the decay as well as energy and angular correlations between the emitted protons - have been measured for 48Ni and 45Fe in a recent experiment performed at the GANIL/LISE3 facility. The results, together with previous experimental work, are compared for the first time with calculations performed in the recently developed Gamow Coupled-Channel (GCC) framework and to 3-body predictions from literature. The comparison of the 48Ni and the 45Fe two-proton angular distributions with the GCC calculations confirms the adopted strength of the proton-proton interaction for both nuclei and the predominant small-angle emission. A comparison with 3-body model angular distributions indicates the shell closure of the f_7/2 orbital for 48Ni and a substantial occupancy of the p-orbital for 45Fe. Discrepancies between experimental data and theoretical predictions are found when studying the other observables: half-lives, total energy of the decay and energy correlations, showing the complexity of the description of the two-proton emission process.
△ Less
Submitted 20 April, 2025;
originally announced April 2025.
-
FedX: Adaptive Model Decomposition and Quantization for IoT Federated Learning
Authors:
Phung Lai,
Xiaopeng Jiang,
Hai Phan,
Cristian Borcea,
Khang Tran,
An Chen,
Vijaya Datta Mayyuri,
Ruoming Jin
Abstract:
Federated Learning (FL) allows collaborative training among multiple devices without data sharing, thus enabling privacy-sensitive applications on mobile or Internet of Things (IoT) devices, such as mobile health and asset tracking. However, designing an FL system with good model utility that works with low computation/communication overhead on heterogeneous, resource-constrained mobile/IoT device…
▽ More
Federated Learning (FL) allows collaborative training among multiple devices without data sharing, thus enabling privacy-sensitive applications on mobile or Internet of Things (IoT) devices, such as mobile health and asset tracking. However, designing an FL system with good model utility that works with low computation/communication overhead on heterogeneous, resource-constrained mobile/IoT devices is challenging. To address this problem, this paper proposes FedX, a novel adaptive model decomposition and quantization FL system for IoT. To balance utility with resource constraints on IoT devices, FedX decomposes a global FL model into different sub-networks with adaptive numbers of quantized bits for different devices. The key idea is that a device with fewer resources receives a smaller sub-network for lower overhead but utilizes a larger number of quantized bits for higher model utility, and vice versa. The quantization operations in FedX are done at the server to reduce the computational load on devices. FedX iteratively minimizes the losses in the devices' local data and in the server's public data using quantized sub-networks under a regularization term, and thus it maximizes the benefits of combining FL with model quantization through knowledge sharing among the server and devices in a cost-effective training process. Extensive experiments show that FedX significantly improves quantization times by up to 8.43X, on-device computation time by 1.5X, and total end-to-end training time by 1.36X, compared with baseline FL systems. We guarantee the global model convergence theoretically and validate local model convergence empirically, highlighting FedX's optimization efficiency.
△ Less
Submitted 9 June, 2025; v1 submitted 17 April, 2025;
originally announced April 2025.
-
Isospin breaking in the $^{71}$Kr and $^{71}$Br mirror system
Authors:
A. Algora,
A. Vitéz-Sveiczer,
A. Poves,
G. G. Kiss,
B. Rubio,
G. de Angelis,
F. Recchia,
S. Nishimura,
T. Rodriguez,
P. Sarriguren,
J. Agramunt,
V. Guadilla,
A. Montaner-Pizá,
A. I. Morales,
S. E. A. Orrigo,
D. Napoli,
S. M. Lenzi,
A. Boso,
V. H. Phong,
J. Wu,
P. -A. Söderström,
T. Sumikama,
H. Suzuki,
H. Takeda,
D. S. Ahn
, et al. (43 additional authors not shown)
Abstract:
Isospin symmetry is a fundamental concept in nuclear physics. Even though isospin symmetry is partially broken, it holds approximately for most nuclear systems, which makes exceptions very interesting from the nuclear structure perspective. In this framework, it is expected that the spins and parities of the ground states of mirror nuclei should be the same, in particular for the simplest systems…
▽ More
Isospin symmetry is a fundamental concept in nuclear physics. Even though isospin symmetry is partially broken, it holds approximately for most nuclear systems, which makes exceptions very interesting from the nuclear structure perspective. In this framework, it is expected that the spins and parities of the ground states of mirror nuclei should be the same, in particular for the simplest systems where a proton is exchanged with a neutron or vice versa. In this work, we present evidence that this assumption is broken in the mirror pair $^{71}$Br and $^{71}$Kr system. Our conclusions are based on a high-statistics $β$ decay study of $^{71}$Kr and on state-of-the-art shell model calculations. In our work, we also found evidence of a new state in $^{70}$Se, populated in the $β$-delayed proton emission process which can be interpreted as the long sought coexisting 0$^+$ state.
△ Less
Submitted 1 November, 2024;
originally announced November 2024.
-
Demo: SGCode: A Flexible Prompt-Optimizing System for Secure Generation of Code
Authors:
Khiem Ton,
Nhi Nguyen,
Mahmoud Nazzal,
Abdallah Khreishah,
Cristian Borcea,
NhatHai Phan,
Ruoming Jin,
Issa Khalil,
Yelong Shen
Abstract:
This paper introduces SGCode, a flexible prompt-optimizing system to generate secure code with large language models (LLMs). SGCode integrates recent prompt-optimization approaches with LLMs in a unified system accessible through front-end and back-end APIs, enabling users to 1) generate secure code, which is free of vulnerabilities, 2) review and share security analysis, and 3) easily switch from…
▽ More
This paper introduces SGCode, a flexible prompt-optimizing system to generate secure code with large language models (LLMs). SGCode integrates recent prompt-optimization approaches with LLMs in a unified system accessible through front-end and back-end APIs, enabling users to 1) generate secure code, which is free of vulnerabilities, 2) review and share security analysis, and 3) easily switch from one prompt optimization approach to another, while providing insights on model and system performance. We populated SGCode on an AWS server with PromSec, an approach that optimizes prompts by combining an LLM and security tools with a lightweight generative adversarial graph neural network to detect and fix security vulnerabilities in the generated code. Extensive experiments show that SGCode is practical as a public tool to gain insights into the trade-offs between model utility, secure code generation, and system cost. SGCode has only a marginal cost compared with prompting LLMs. SGCode is available at: https://sgcode.codes/.
△ Less
Submitted 25 September, 2024; v1 submitted 11 September, 2024;
originally announced September 2024.
-
Concept Matching: Clustering-based Federated Continual Learning
Authors:
Xiaopeng Jiang,
Cristian Borcea
Abstract:
Federated Continual Learning (FCL) has emerged as a promising paradigm that combines Federated Learning (FL) and Continual Learning (CL). To achieve good model accuracy, FCL needs to tackle catastrophic forgetting due to concept drift over time in CL, and to overcome the potential interference among clients in FL. We propose Concept Matching (CM), a clustering-based framework for FCL to address th…
▽ More
Federated Continual Learning (FCL) has emerged as a promising paradigm that combines Federated Learning (FL) and Continual Learning (CL). To achieve good model accuracy, FCL needs to tackle catastrophic forgetting due to concept drift over time in CL, and to overcome the potential interference among clients in FL. We propose Concept Matching (CM), a clustering-based framework for FCL to address these challenges. The CM framework groups the client models into concept model clusters, and then builds different global models to capture different concepts in FL over time. In each round, the server sends the global concept models to the clients. To avoid catastrophic forgetting, each client selects the concept model best-matching the concept of the current data for further fine-tuning. To avoid interference among client models with different concepts, the server clusters the models representing the same concept, aggregates the model weights in each cluster, and updates the global concept model with the cluster model of the same concept. Since the server does not know the concepts captured by the aggregated cluster models, we propose a novel server concept matching algorithm that effectively updates a global concept model with a matching cluster model. The CM framework provides flexibility to use different clustering, aggregation, and concept matching algorithms. The evaluation demonstrates that CM outperforms state-of-the-art systems and scales well with the number of clients and the model size.
△ Less
Submitted 12 November, 2023;
originally announced November 2023.
-
Search for a neutron dark decay in $^6$He
Authors:
M. Le Joubioux,
H. Savajols,
W. Mittig,
X. Fléchard,
L. Hayen,
Yu. E. Penionzhkevich,
D. Ackermann,
C. Borcea,
L. Caceres,
P. Delahaye,
F. Didierjean,
S. Franchoo,
A. Grillet,
B. Jacquot,
M. Lebois,
X. Ledoux,
N. Lecesne,
E. Liénard,
S. Lukyanov,
O. Naviliat-Cuncic,
J. Piot,
A. Singh,
V. Smirnov,
C. Stodel,
D. Testov
, et al. (2 additional authors not shown)
Abstract:
Neutron dark decays have been suggested as a solution to the discrepancy between bottle and beam experiments, providing a dark matter candidate that can be searched for in halo nuclei. The free neutron in the final state following the decay of $^6$He into $^4$He $+$ $n$ + $χ$ provides an exceptionally clean detection signature when combined with a high efficiency neutron detector. Using a high-int…
▽ More
Neutron dark decays have been suggested as a solution to the discrepancy between bottle and beam experiments, providing a dark matter candidate that can be searched for in halo nuclei. The free neutron in the final state following the decay of $^6$He into $^4$He $+$ $n$ + $χ$ provides an exceptionally clean detection signature when combined with a high efficiency neutron detector. Using a high-intensity $^6$He$^+$ beam at GANIL, a search for a coincident neutron signal resulted in an upper limit on a dark decay branching ratio of Br$_χ\leq 4.0\times10^{-10}$ (95\% C.L.). Using the dark neutron decay model proposed originally by Fornal and Grinstein, we translate this into an upper bound on a dark neutron branching ratio of $\mathcal{O}(10^{-5})$, improving over global constraints by one to several orders of magnitude depending on $m_χ$.
△ Less
Submitted 5 February, 2024; v1 submitted 31 August, 2023;
originally announced August 2023.
-
Zone-based Federated Learning for Mobile Sensing Data
Authors:
Xiaopeng Jiang,
Thinh On,
NhatHai Phan,
Hessamaldin Mohammadi,
Vijaya Datta Mayyuri,
An Chen,
Ruoming Jin,
Cristian Borcea
Abstract:
Mobile apps, such as mHealth and wellness applications, can benefit from deep learning (DL) models trained with mobile sensing data collected by smart phones or wearable devices. However, currently there is no mobile sensing DL system that simultaneously achieves good model accuracy while adapting to user mobility behavior, scales well as the number of users increases, and protects user data priva…
▽ More
Mobile apps, such as mHealth and wellness applications, can benefit from deep learning (DL) models trained with mobile sensing data collected by smart phones or wearable devices. However, currently there is no mobile sensing DL system that simultaneously achieves good model accuracy while adapting to user mobility behavior, scales well as the number of users increases, and protects user data privacy. We propose Zone-based Federated Learning (ZoneFL) to address these requirements. ZoneFL divides the physical space into geographical zones mapped to a mobile-edge-cloud system architecture for good model accuracy and scalability. Each zone has a federated training model, called a zone model, which adapts well to data and behaviors of users in that zone. Benefiting from the FL design, the user data privacy is protected during the ZoneFL training. We propose two novel zone-based federated training algorithms to optimize zone models to user mobility behavior: Zone Merge and Split (ZMS) and Zone Gradient Diffusion (ZGD). ZMS optimizes zone models by adapting the zone geographical partitions through merging of neighboring zones or splitting of large zones into smaller ones. Different from ZMS, ZGD maintains fixed zones and optimizes a zone model by incorporating the gradients derived from neighboring zones' data. ZGD uses a self-attention mechanism to dynamically control the impact of one zone on its neighbors. Extensive analysis and experimental results demonstrate that ZoneFL significantly outperforms traditional FL in two models for heart rate prediction and human activity recognition. In addition, we developed a ZoneFL system using Android phones and AWS cloud. The system was used in a heart rate prediction field study with 63 users for 4 months, and we demonstrated the feasibility of ZoneFL in real-life.
△ Less
Submitted 10 March, 2023;
originally announced March 2023.
-
Complement Sparsification: Low-Overhead Model Pruning for Federated Learning
Authors:
Xiaopeng Jiang,
Cristian Borcea
Abstract:
Federated Learning (FL) is a privacy-preserving distributed deep learning paradigm that involves substantial communication and computation effort, which is a problem for resource-constrained mobile and IoT devices. Model pruning/sparsification develops sparse models that could solve this problem, but existing sparsification solutions cannot satisfy at the same time the requirements for low bidirec…
▽ More
Federated Learning (FL) is a privacy-preserving distributed deep learning paradigm that involves substantial communication and computation effort, which is a problem for resource-constrained mobile and IoT devices. Model pruning/sparsification develops sparse models that could solve this problem, but existing sparsification solutions cannot satisfy at the same time the requirements for low bidirectional communication overhead between the server and the clients, low computation overhead at the clients, and good model accuracy, under the FL assumption that the server does not have access to raw data to fine-tune the pruned models. We propose Complement Sparsification (CS), a pruning mechanism that satisfies all these requirements through a complementary and collaborative pruning done at the server and the clients. At each round, CS creates a global sparse model that contains the weights that capture the general data distribution of all clients, while the clients create local sparse models with the weights pruned from the global model to capture the local trends. For improved model performance, these two types of complementary sparse models are aggregated into a dense model in each round, which is subsequently pruned in an iterative process. CS requires little computation overhead on the top of vanilla FL for both the server and the clients. We demonstrate that CS is an approximation of vanilla FL and, thus, its models perform well. We evaluate CS experimentally with two popular FL benchmark datasets. CS achieves substantial reduction in bidirectional communication, while achieving performance comparable with vanilla FL. In addition, CS outperforms baseline pruning mechanisms for FL.
△ Less
Submitted 10 March, 2023;
originally announced March 2023.
-
FLSys: Toward an Open Ecosystem for Federated Learning Mobile Apps
Authors:
Xiaopeng Jiang,
Han Hu,
Vijaya Datta Mayyuri,
An Chen,
Devu M. Shila,
Adriaan Larmuseau,
Ruoming Jin,
Cristian Borcea,
NhatHai Phan
Abstract:
This article presents the design, implementation, and evaluation of FLSys, a mobile-cloud federated learning (FL) system, which can be a key component for an open ecosystem of FL models and apps. FLSys is designed to work on smart phones with mobile sensing data. It balances model performance with resource consumption, tolerates communication failures, and achieves scalability. In FLSys, different…
▽ More
This article presents the design, implementation, and evaluation of FLSys, a mobile-cloud federated learning (FL) system, which can be a key component for an open ecosystem of FL models and apps. FLSys is designed to work on smart phones with mobile sensing data. It balances model performance with resource consumption, tolerates communication failures, and achieves scalability. In FLSys, different DL models with different FL aggregation methods can be trained and accessed concurrently by different apps. Furthermore, FLSys provides advanced privacy preserving mechanisms and a common API for third-party app developers to access FL models. FLSys adopts a modular design and is implemented in Android and AWS cloud. We co-designed FLSys with a human activity recognition (HAR) model. HAR sensing data was collected in the wild from 100+ college students during a 4-month period. We implemented HAR-Wild, a CNN model tailored to mobile devices, with a data augmentation mechanism to mitigate the problem of non-Independent and Identically Distributed data. A sentiment analysis model is also used to demonstrate that FLSys effectively supports concurrent models. This article reports our experience and lessons learned from conducting extensive experiments using simulations, Android/Linux emulations, and Android phones that demonstrate FLSys achieves good model utility and practical system performance.
△ Less
Submitted 10 March, 2023; v1 submitted 17 November, 2021;
originally announced November 2021.
-
Coulomb and nuclear excitations of $^{70}$Zn and $^{68}$Ni at intermediate energy
Authors:
S. Calinescu,
O. Sorlin,
I. Matea,
F. Carstoiu,
D. Dao,
F. Nowacki,
G. de Angelis,
R. Astabatyan,
S. Bagchi,
C. Borcea,
R. Borcea,
L. Cáceres,
M. Ciemála,
E. Clément,
Z. Dombrádi,
S. Franchoo,
A. Gottardo,
S. Grévy,
H. Guerin,
M. N. Harakeh,
I. M. Harca,
O. Kamalou,
M. Kmiecik,
A. Krasznahorkay,
M. Krzysiek
, et al. (26 additional authors not shown)
Abstract:
The reduced transition probabilities $B(E2; 0^+_{g.s.}\rightarrow2_1^+,2^+_2)$ in $^{70}$Zn and the full $B(E2; 0^+_{g.s.}\rightarrow2^+)$ strength up to S$_n$=7.79 MeV in $^{68}$Ni have been determined at the LISE/GANIL facility using the Coulomb-excitation technique at intermediate beam energy on a $^{208}$Pb target. The $γ$ rays emitted in-flight were detected with an array of 46 BaF$_2$ cryst…
▽ More
The reduced transition probabilities $B(E2; 0^+_{g.s.}\rightarrow2_1^+,2^+_2)$ in $^{70}$Zn and the full $B(E2; 0^+_{g.s.}\rightarrow2^+)$ strength up to S$_n$=7.79 MeV in $^{68}$Ni have been determined at the LISE/GANIL facility using the Coulomb-excitation technique at intermediate beam energy on a $^{208}$Pb target. The $γ$ rays emitted in-flight were detected with an array of 46 BaF$_2$ crystals. The angles of the deflected nuclei were determined in order to disentangle and extract the Coulomb and nuclear contributions to the excitation of the 2$^+$ states. The measured $B(E2; 0^+_{g.s.}\rightarrow2_1^+)$ of 1432(124) e$^2$fm$^4$ for $^{70}$Zn falls in the lower part of the published values which clustered either around 1600 or above 2000 e$^2$fm$^4$, while the $B(E2; 0^+_{g.s.}\rightarrow2^+_2)$ of 53(7) e$^2$fm$^4$ agrees very well with the two published values. The relatively low $B(E2; 0^+_{g.s.}\rightarrow2_1^+)$ of 301(38) e$^2$fm$^4$ for $^{68}$Ni agrees with previous studies and confirms a local magicity at $Z=28, N=40$. Combining the results of the low-energy spectra of $^{68}$Ni and $^{70}$Zn and their shell-model interpretations, it is interesting to notice that four different shapes (spherical, oblate, prolate and triaxial) are present. Finally, a summed $E2$ strength of only about 150 e$^2$fm$^4$ has been found experimentally at high excitation energy, likely due to proton excitations across the $Z=28$ gap. The experimental distribution of this high-energy $E2$ excitation agrees with SM calculations, but its strength is about two times weaker.
△ Less
Submitted 8 October, 2021;
originally announced October 2021.
-
FGLP: A Federated Fine-Grained Location Prediction System for Mobile Users
Authors:
Xiaopeng Jiang,
Shuai Zhao,
Guy Jacobson,
Rittwik Jana,
Wen-Ling Hsu,
Manoop Talasila,
Syed Anwar Aftab,
Yi Chen,
Cristian Borcea
Abstract:
Fine-grained location prediction on smart phones can be used to improve app/system performance. Application scenarios include video quality adaptation as a function of the 5G network quality at predicted user locations, and augmented reality apps that speed up content rendering based on predicted user locations. Such use cases require prediction error in the same range as the GPS error, and no exi…
▽ More
Fine-grained location prediction on smart phones can be used to improve app/system performance. Application scenarios include video quality adaptation as a function of the 5G network quality at predicted user locations, and augmented reality apps that speed up content rendering based on predicted user locations. Such use cases require prediction error in the same range as the GPS error, and no existing works on location prediction can achieve this level of accuracy. We present a system for fine-grained location prediction (FGLP) of mobile users, based on GPS traces collected on the phones. FGLP has two components: a federated learning framework and a prediction model. The framework runs on the phones of the users and also on a server that coordinates learning from all users in the system. FGLP represents the user location data as relative points in an abstract 2D space, which enables learning across different physical spaces. The model merges Bidirectional Long Short-Term Memory (BiLSTM) and Convolutional Neural Networks (CNN), where BiLSTM learns the speed and direction of the mobile users, and CNN learns information such as user movement preferences. FGLP uses federated learning to protect user privacy and reduce bandwidth consumption. Our experimental results, using a dataset with over 600,000 users, demonstrate that FGLP outperforms baseline models in terms of prediction accuracy. We also demonstrate that FGLP works well in conjunction with transfer learning, which enables model reusability. Finally, benchmark results on several types of Android phones demonstrate FGLP's feasibility in real life.
△ Less
Submitted 12 June, 2021;
originally announced June 2021.
-
Beta decay of the very neutron-deficient $^{60}$Ge and $^{62}$Ge nuclei
Authors:
S. E. A. Orrigo,
B. Rubio,
W. Gelletly,
P. Aguilera,
A. Algora,
A. I. Morales,
J. Agramunt,
D. S. Ahn,
P. Ascher,
B. Blank,
C. Borcea,
A. Boso,
R. B. Cakirli,
J. Chiba,
G. de Angelis,
G. de France,
F. Diel,
P. Doornenbal,
Y. Fujita,
N. Fukuda,
E. Ganioğlu,
M. Gerbaux,
J. Giovinazzo,
S. Go,
T. Goigoux
, et al. (26 additional authors not shown)
Abstract:
We report here the results of a study of the $β$ decay of the proton-rich Ge isotopes, $^{60}$Ge and $^{62}$Ge, produced in an experiment at the RIKEN Nishina Center. We have improved our knowledge of the half-lives of $^{62}$Ge (73.5(1) ms), $^{60}$Ge (25.0(3) ms) and its daughter nucleus, $^{60}$Ga (69.4(2) ms). We measured individual $β$-delayed proton and $γ$ emissions and their related branch…
▽ More
We report here the results of a study of the $β$ decay of the proton-rich Ge isotopes, $^{60}$Ge and $^{62}$Ge, produced in an experiment at the RIKEN Nishina Center. We have improved our knowledge of the half-lives of $^{62}$Ge (73.5(1) ms), $^{60}$Ge (25.0(3) ms) and its daughter nucleus, $^{60}$Ga (69.4(2) ms). We measured individual $β$-delayed proton and $γ$ emissions and their related branching ratios. Decay schemes and absolute Fermi and Gamow-Teller transition strengths have been determined. The mass excesses of the nuclei under study have been deduced. A total $β$-delayed proton-emission branching ratio of 67(3)% has been obtained for $^{60}$Ge. New information has been obtained on the energy levels populated in $^{60}$Ga and on the 1/2$^-$ excited state in the $βp$ daughter $^{59}$Zn. We extracted a ground state to ground state feeding of 85.3(3)% for the decay of $^{62}$Ge. Eight new $γ$ lines have been added to the de-excitation of levels populated in the $^{62}$Ga daughter.
△ Less
Submitted 15 February, 2022; v1 submitted 24 August, 2020;
originally announced August 2020.
-
The Structure of $^{33}$Si and the magicity of the N=20 gap at Z=14
Authors:
S. Jongile,
A. Lemasson,
O. Sorlin,
M. Wiedeking,
P. Papka,
D. Bazin,
C. Borcea,
R. Borcea,
A. Gade,
H. Iwasaki,
E. Khan,
A. Lepailleur,
A. Mutschler,
F. Nowacki,
F. Recchia,
T. Roger,
F. Rotaru,
M. Stanoiu,
S. R. Stroberg,
J. A. Tostevin,
M. Vandebrouck,
D. Weisshaar,
K. Wimmer
Abstract:
The structure of $^{33}$Si was studied by a one-neutron knockout reaction from a $^{34}$Si beam at 98.5 MeV/u incident on a $^{9}$Be target. The prompt $γ$-rays following the de-excitation of $^{33}$Si were detected using the GRETINA $γ$-ray tracking array while the reaction residues were identified on an event-by-event basis in the focal plane of the S800 spectrometer at NSCL (National Supercondu…
▽ More
The structure of $^{33}$Si was studied by a one-neutron knockout reaction from a $^{34}$Si beam at 98.5 MeV/u incident on a $^{9}$Be target. The prompt $γ$-rays following the de-excitation of $^{33}$Si were detected using the GRETINA $γ$-ray tracking array while the reaction residues were identified on an event-by-event basis in the focal plane of the S800 spectrometer at NSCL (National Superconducting Cyclotron Laboratory). The presently derived spectroscopic factor values, $C^2S$, for the 3/2$^+$ and 1/2$^+$ states, corresponding to a neutron removal from the $0d_{3/2}$ and $1s_{1/2}$ orbitals, agree with shell model calculations and point to a strong $N=20$ shell closure. Three states arising from the more bound $0d_{5/2}$ orbital are proposed, one of which is unbound by about 930 keV. The sensitivity of this experiment has also confirmed a weak population of 9/2$^-$ and 11/2$_{1,2}^-$ final states, which originate from a higher-order process. This mechanism may also have populated, to some fraction, the 3/2$^-$ and 7/2$^-$ negative-parity states, which hinders a determination of the $C^2S$ values for knockout from the normally unoccupied $1p_{3/2}$ and $0f_{7/2}$ orbits.
△ Less
Submitted 19 August, 2020;
originally announced August 2020.
-
To be Tough or Soft: Measuring the Impact of Counter-Ad-blocking Strategies on User Engagement
Authors:
Shuai Zhao,
Achir Kalra,
Cristian Borcea,
Yi Chen
Abstract:
The fast growing ad-blocker usage results in large revenue decrease for ad-supported online websites. Facing this problem, many online publishers choose either to cooperate with ad-blocker software companies to show acceptable ads or to build a wall that requires users to whitelist the site for content access. However, there is lack of studies on the impact of these two counter-ad-blocking strateg…
▽ More
The fast growing ad-blocker usage results in large revenue decrease for ad-supported online websites. Facing this problem, many online publishers choose either to cooperate with ad-blocker software companies to show acceptable ads or to build a wall that requires users to whitelist the site for content access. However, there is lack of studies on the impact of these two counter-ad-blocking strategies on user behaviors. To address this issue, we conduct a randomized field experiment on the website of Forbes Media, a major US media publisher. The ad-blocker users are divided into a treatment group, which receives the wall strategy, and a control group, which receives the acceptable ads strategy. We utilize the difference-in-differences method to estimate the causal effects. Our study shows that the wall strategy has an overall negative impact on user engagements. However, it has no statistically significant effect on high-engaged users as they would view the pages no matter what strategy is used. It has a big impact on low-engaged users, who have no loyalty to the site. Our study also shows that revisiting behavior decreases over time, but the ratio of session whitelisting increases over time as the remaining users have relatively high loyalty and high engagement. The paper concludes with discussions of managerial insights for publishers when determining counter-ad-blocking strategies.
△ Less
Submitted 16 February, 2020;
originally announced February 2020.
-
Normal and intruder configurations in $^{34}$Si populated in the $β^-$ decay of $^{34}$Mg and $^{34}$Al
Authors:
R. Lica,
F. Rotaru,
M. J. G. Borge,
S. Grevy,
F. Negoita,
A. Poves,
O. Sorlin,
A. N. Andreyev,
R. Borcea,
C. Costache,
H. De Witte,
L. M. Fraile,
P. T. Greenlees,
M. Huyse,
A. Ionescu,
S. Kisyov,
J. Konki,
I. Lazarus,
M. Madurga,
N. Marginean,
R. Marginean,
C. Mihai,
R. E. Mihai,
A. Negret,
F. Nowacki
, et al. (31 additional authors not shown)
Abstract:
The structure of $^{34}$Si was studied through $γ$ spectroscopy separately in the $β^-$ decays of $^{34}$Mg and $^{34}$Al at the ISOLDE facility of CERN. Different configurations in $^{34}$Si were populated independently from the two recently identified $β$-decaying states in $^{34}$Al having spin-parity assignments $J^π= 4^-$ dominated by the normal configuration…
▽ More
The structure of $^{34}$Si was studied through $γ$ spectroscopy separately in the $β^-$ decays of $^{34}$Mg and $^{34}$Al at the ISOLDE facility of CERN. Different configurations in $^{34}$Si were populated independently from the two recently identified $β$-decaying states in $^{34}$Al having spin-parity assignments $J^π= 4^-$ dominated by the normal configuration $π(d_{5/2})^{-1} \otimes ν(f_{7/2})$ and $J^π= 1^+$ by the intruder configuration $π(d_{5/2})^{-1} \otimes ν(d_{3/2})^{-1}(f_{7/2})^{2}$. The paper reports on spectroscopic properties of $^{34}$Si such as an extended level scheme, spin and parity assignments based on log($ft$) values and $γ$-ray branching ratios, absolute $β$ feeding intensities and neutron emission probabilities. A total of 11 newly identified levels and 26 transitions were added to the previously known level scheme of $^{34}$Si. Large scale shell-model calculations using the {\sc sdpf-u-mix} interaction, able to treat higher order intruder configurations, are compared with the new results and conclusions are drawn concerning the predictive power of {\sc sdpf-u-mix}, the $N=20$ shell gap, the level of mixing between normal and intruder configurations for the 0$_1^+$, 0$_2^+$ and 2$_1^+$ states and the absence of triaxial deformation in $^{34}$Si.
△ Less
Submitted 30 August, 2019;
originally announced August 2019.
-
Packaging and Sharing Machine Learning Models via the Acumos AI Open Platform
Authors:
Shuai Zhao,
Manoop Talasila,
Guy Jacobson,
Cristian Borcea,
Syed Anwar Aftab,
John F Murray
Abstract:
Applying Machine Learning (ML) to business applications for automation usually faces difficulties when integrating diverse ML dependencies and services, mainly because of the lack of a common ML framework. In most cases, the ML models are developed for applications which are targeted for specific business domain use cases, leading to duplicated effort, and making reuse impossible. This paper prese…
▽ More
Applying Machine Learning (ML) to business applications for automation usually faces difficulties when integrating diverse ML dependencies and services, mainly because of the lack of a common ML framework. In most cases, the ML models are developed for applications which are targeted for specific business domain use cases, leading to duplicated effort, and making reuse impossible. This paper presents Acumos, an open platform capable of packaging ML models into portable containerized microservices which can be easily shared via the platform's catalog, and can be integrated into various business applications. We present a case study of packaging sentiment analysis and classification ML models via the Acumos platform, permitting easy sharing with others. We demonstrate that the Acumos platform reduces the technical burden on application developers when applying machine learning models to their business applications. Furthermore, the platform allows the reuse of readily available ML microservices in various business domains.
△ Less
Submitted 16 October, 2018;
originally announced October 2018.
-
Auxetic regions in large deformations of periodic frameworks
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
In materials science, auxetic behavior refers to lateral widening upon stretching. We investigate the problem of finding domains of auxeticity in global deformation spaces of periodic frameworks. Case studies include planar periodic mechanisms constructed from quadrilaterals with diagonals as periods and other frameworks with two vertex orbits. We relate several geometric and kinematic description…
▽ More
In materials science, auxetic behavior refers to lateral widening upon stretching. We investigate the problem of finding domains of auxeticity in global deformation spaces of periodic frameworks. Case studies include planar periodic mechanisms constructed from quadrilaterals with diagonals as periods and other frameworks with two vertex orbits. We relate several geometric and kinematic descriptions.
△ Less
Submitted 27 May, 2018;
originally announced May 2018.
-
High Precision Measurement of the $^{19}$Ne Half-life using real-time digital acquisition
Authors:
C. Fontbonne,
P. Ujić,
F. de Oliveira Santos,
X. Fléchard,
F. Rotaru,
N. L. Achouri,
V. Girard Alcindor,
B. Bastin,
F. Boulay,
J. B. Briand,
A. M. Sánchez-Benítez,
H. Bouzomita,
C. Borcea,
R. Borcea,
B. Blank,
B. Carniol,
I. Čeliković,
P. Delahaye,
F. Delaunay,
D. Etasse,
G. Fremont,
G. de France,
J. M. Fontbonne,
G. F. Grinyer,
J. Harang
, et al. (12 additional authors not shown)
Abstract:
The half-life of $^{19}$Ne has been measured using a real-time digital multiparametric acquisition system providing an accurate time-stamp and relevant information on the detectors signals for each decay event. An exhaustive offline analysis of the data gave unique access to experimental effects potentially biasing the measurement. After establishing the influence factors impacting the measurement…
▽ More
The half-life of $^{19}$Ne has been measured using a real-time digital multiparametric acquisition system providing an accurate time-stamp and relevant information on the detectors signals for each decay event. An exhaustive offline analysis of the data gave unique access to experimental effects potentially biasing the measurement. After establishing the influence factors impacting the measurement such as after-pulses, pile-up, gain and base line fluctuations, their effects were accurately estimated and the event selection optimized. The resulting half-life, $17.2569\pm0.0019_{(stat)}\pm0.0009_{(syst)}$~s, is the most precise up to now for $^{19}$Ne. It is found in agreement with two recent precise measurements and not consistent with the most recent one [L.J. Broussard {\it et al.}, Phys. Rev. Lett. {\bf112}, 212301 (2014)] by 3.0 standard deviations. The full potential of the technique for nuclei with half-lives of a few seconds is discussed.
△ Less
Submitted 27 September, 2017;
originally announced September 2017.
-
Periodic auxetics: Structure and design
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
Materials science has adopted the term of auxetic behavior for structural deformations where stretching in some direction entails lateral widening, rather than lateral shrinking. Most studies, in the last three decades, have explored repetitive or cellular structures and used the notion of negative Poisson's ratio as the hallmark of auxetic behavior. However, no general auxetic principle has been…
▽ More
Materials science has adopted the term of auxetic behavior for structural deformations where stretching in some direction entails lateral widening, rather than lateral shrinking. Most studies, in the last three decades, have explored repetitive or cellular structures and used the notion of negative Poisson's ratio as the hallmark of auxetic behavior. However, no general auxetic principle has been established from this perspective. In the present paper, we show that a purely geometric approach to periodic auxetics is apt to identify essential characteristics of frameworks with auxetic deformations and can generate a systematic and endless series of periodic auxetic designs. The critical features refer to convexity properties expressed through families of homothetic ellipsoids.
△ Less
Submitted 13 August, 2017;
originally announced August 2017.
-
A proton density bubble in the doubly magic $^{34}$Si nucleus
Authors:
A. Mutschler,
A. Lemasson,
O. Sorlin,
D. Bazin,
C. Borcea,
R. Borcea,
Z. Dombradi,
J. P. Ebran,
A. Gade,
H. Iwasaki,
E. Khan,
A. Lepailleur,
F. Recchia,
T. Roger,
F. Rotaru,
D. Sohler,
M. Stanoiu,
S. R. Stroberg,
J. A. Tostevin,
M. Vandebrouck,
D. Weisshaar,
K. Wimmer
Abstract:
Many properties of the atomic nucleus, such as vibrations, rotations and incompressibility, can be interpreted as due to a two component quantum liquid of protons and neutrons. Electron scattering measurements on stable nuclei demonstrate that their central densities are saturated, as for liquid drops. In exotic nuclei near the limits of mass and charge, with large imbalances in their proton and n…
▽ More
Many properties of the atomic nucleus, such as vibrations, rotations and incompressibility, can be interpreted as due to a two component quantum liquid of protons and neutrons. Electron scattering measurements on stable nuclei demonstrate that their central densities are saturated, as for liquid drops. In exotic nuclei near the limits of mass and charge, with large imbalances in their proton and neutron numbers, the possibility of a depleted central density, or a 'bubble' structure, has been discussed in a recurrent manner since the 1970s. Here we report first experimental evidence that points to a depletion of the central density of protons in the short-lived nucleus 34Si. The proton-to-neutron density asymmetry in 34Si offers the possibility to place constraints on the density and isospin dependence of the spin--orbit force-on which nuclear models have disagreed for decades-and on its stabilizing effect towards limits of nuclear existence.
△ Less
Submitted 12 July, 2017;
originally announced July 2017.
-
Simultaneous investigation of the $\mathbf{T=1~ (J^π=0^+)}$ and $\mathbf{T=0 ~ (J^π=9^+)}$ $β$ decays in $^{70}$Br
Authors:
A. I. Morales,
A. Algora,
B. Rubio,
K. Kaneko,
S. Nishimura,
P. Aguilera,
S. E. A. Orrigo,
F. Molina,
G. de Angelis,
F. Recchia,
G. Kiss,
V. H. Phong,
J. Wu,
D. Nishimura,
H. Oikawa,
T. Goigoux,
J. Giovinazzo,
P. Ascher,
J. Agramunt,
D. S. Ahn,
H. Baba,
B. Blank,
C. Borcea,
A. Boso,
P. Davies
, et al. (33 additional authors not shown)
Abstract:
The $β$ decay of the odd-odd nucleus $^{70}$Br has been investigated with the BigRIPS and EURICA setups at the Radioactive Ion Beam Factory (RIBF) of the RIKEN Nishina Center. The $T=0$ ($J^π=9^+$) and $T=1$ ($J^π=0^+$) isomers have both been produced in in-flight fragmentation of $^{78}$Kr with ratios of 41.6(8)\% and 58.4(8)\%, respectively. A half-life of $t_{1/2}=2157^{+53}_{-49}$ ms has been…
▽ More
The $β$ decay of the odd-odd nucleus $^{70}$Br has been investigated with the BigRIPS and EURICA setups at the Radioactive Ion Beam Factory (RIBF) of the RIKEN Nishina Center. The $T=0$ ($J^π=9^+$) and $T=1$ ($J^π=0^+$) isomers have both been produced in in-flight fragmentation of $^{78}$Kr with ratios of 41.6(8)\% and 58.4(8)\%, respectively. A half-life of $t_{1/2}=2157^{+53}_{-49}$ ms has been measured for the $J^π=9^+$ isomer from $γ$-ray time decay analysis. Based on this result, we provide a new value of the half-life for the $J^π=0^+$ ground state of $^{70}$Br, $t_{1/2}=78.42\pm0.51$ ms, which is slightly more precise, and in excellent agreement, with the best measurement reported hitherto in the literature. For this decay, we provide the first estimate of the total branching fraction decaying through the $2^+_1$ state in the daughter nucleus $^{70}$Se, $R(2^+_1)=1.3\pm1.1\%$. We also report four new low-intensity $γ$-ray transitions at 661, 1103, 1561, and 1749 keV following the $β$ decay of the $J^π=9^+$ isomer. Based on their coincidence relationships, we tentatively propose two new excited states at 3945 and 4752 keV in $^{70}$Se with most probable spins and parities of $J^π=(6^+)$ and $(8^+)$, respectively. The observed structure is interpreted with the help of shell-model calculations, which predict a complex interplay between oblate and prolate configurations at low excitation energies.
△ Less
Submitted 25 April, 2017;
originally announced April 2017.
-
Auxetic deformations and elliptic curves
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
The problem of detecting auxetic behavior, originating in materials science and mathematical crystallography, refers to the property of a flexible periodic bar-and-joint framework to widen, rather than shrink, when stretched in some direction. The only known algorithmic solution for detecting infinitesimal auxeticity is based on the rather heavy machinery of fixed-dimension semi-definite programmi…
▽ More
The problem of detecting auxetic behavior, originating in materials science and mathematical crystallography, refers to the property of a flexible periodic bar-and-joint framework to widen, rather than shrink, when stretched in some direction. The only known algorithmic solution for detecting infinitesimal auxeticity is based on the rather heavy machinery of fixed-dimension semi-definite programming. In this paper we present a new, simpler algorithmic approach which is applicable to a natural family of 3D periodic bar-and-joint frameworks with 3 degrees-of-freedom. This class includes most zeolite structures, which are important for applications in computational materials science. We show that the existence of auxetic deformations is related to properties of an associated elliptic curve. A fast algorithm for recognizing auxetic capabilities is obtained via the classical Aronhold invariants of the cubic form defining the curve.
△ Less
Submitted 6 December, 2016;
originally announced December 2016.
-
New principles for auxetic periodic design
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
We show that, for any given dimension $d\geq 2$, the range of distinct possible designs for periodic frameworks with auxetic capabilities is infinite. We rely on a purely geometric approach to auxetic trajectories developed within our general theory of deformations of periodic frameworks.
We show that, for any given dimension $d\geq 2$, the range of distinct possible designs for periodic frameworks with auxetic capabilities is infinite. We rely on a purely geometric approach to auxetic trajectories developed within our general theory of deformations of periodic frameworks.
△ Less
Submitted 6 August, 2016;
originally announced August 2016.
-
Geometric deformations of sodalite frameworks
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
In mathematical crystallography and computational materials science, it is important to infer flexibility properties of framework materials from their geometric representation. We study combinatorial, geometric and kinematic properties for frameworks modeled on sodalite.
In mathematical crystallography and computational materials science, it is important to infer flexibility properties of framework materials from their geometric representation. We study combinatorial, geometric and kinematic properties for frameworks modeled on sodalite.
△ Less
Submitted 17 June, 2016;
originally announced June 2016.
-
New neutron-deficient isotopes from $^{78}$Kr fragmentation
Authors:
B. Blank,
T. Goigoux,
P. Ascher,
M. Gerbaux,
J. Giovinazzo,
S. Grevy,
T. Kurtukian Nieto,
C. Magron,
J. Agramunt,
A. Algora,
V. Guadilla,
A. Montaner-Piza,
A. I. Morales,
S. E. A. Orrigo,
B. Rubio,
D. S. Ahn,
P. Doornenbal,
N. Fukuda,
N. Inabe,
G. Kiss,
T. Kubo,
S. Kubono,
S. Nishimura,
V. H. Phong,
H. Sakurai
, et al. (27 additional authors not shown)
Abstract:
In an experiment with the BigRIPS separator at the RIKEN Nishina Center, the fragmentation of a $^{78}$Kr beam allowed the observation of new neutron-deficient isotopes at the proton drip-line. Clean identification spectra could be produced and $^{63}$Se, $^{67}$Kr, and $^{68}$Kr were identified for the first time. In addition, $^{59}$Ge was also observed. Three of these isotopes, $^{59}$Ge,…
▽ More
In an experiment with the BigRIPS separator at the RIKEN Nishina Center, the fragmentation of a $^{78}$Kr beam allowed the observation of new neutron-deficient isotopes at the proton drip-line. Clean identification spectra could be produced and $^{63}$Se, $^{67}$Kr, and $^{68}$Kr were identified for the first time. In addition, $^{59}$Ge was also observed. Three of these isotopes, $^{59}$Ge, $^{63}$Se, and $^{67}$Kr, are potential candidates for ground-state two-proton radioactivity. In addition, the isotopes $^{58}$Ge, $^{62}$Se, and $^{66}$Kr were also sought but without success. The present experiment also allowed the determination of production cross sections for some of the most exotic isotopes. These measurements confirm the trend already observed that the empirical parameterization of fragmentation cross sections, EPAX, significantly overestimates experimental cross sections in this mass region.
△ Less
Submitted 19 May, 2016;
originally announced May 2016.
-
Spectroscopy of $^{35}$P using the one-proton knockout reaction
Authors:
A. Mutschler,
O. Sorlin,
A. Lemasson,
D. Bazin,
C. Borcea,
R. Borcea,
A. Gade,
H. Iwasaki,
E. Khan,
A. Lepailleur,
F. Recchia,
T. Roger,
F. Rotaru,
M. Stanoiu,
R. Stroberg,
J. A. Tostevin,
M. Vandebrouck,
D. Weisshaar,
K. Wimmer
Abstract:
The structure of $^{35}$P was studied with a one-proton knockout reaction at88~MeV/u from a $^{36}$S projectile beam at NSCL. The $γ$ rays from thedepopulation of excited states in $^{35}$P were detected with GRETINA, whilethe $^{35}$P nuclei were identified event-by-event in the focal plane of theS800 spectrograph. The level scheme of $^{35}$P was deduced up to 7.5 MeV using$γ-γ$ coincidences. T…
▽ More
The structure of $^{35}$P was studied with a one-proton knockout reaction at88~MeV/u from a $^{36}$S projectile beam at NSCL. The $γ$ rays from thedepopulation of excited states in $^{35}$P were detected with GRETINA, whilethe $^{35}$P nuclei were identified event-by-event in the focal plane of theS800 spectrograph. The level scheme of $^{35}$P was deduced up to 7.5 MeV using$γ-γ$ coincidences. The observed levels were attributed to protonremovals from the $sd$-shell and also from the deeply-bound $p\_{1/2}$ orbital.The orbital angular momentum of each state was derived from the comparisonbetween experimental and calculated shapes of individual ($γ$-gated)parallel momentum distributions. Despite the use of different reactions andtheir associate models, spectroscopic factors, $C^2S$, derived from the$^{36}$S $(-1p)$ knockout reaction agree with those obtained earlier from$^{36}$S($d$,\nuc{3}{He}) transfer, if a reduction factor $R\_s$, as deducedfrom inclusive one-nucleon removal cross sections, is applied to the knockout transitions.In addition to the expected proton-hole configurations, other states were observedwith individual cross sections of the order of 0.5~mb. Based on their shiftedparallel momentum distributions, their decay modes to negative parity states,their high excitation energy (around 4.7~MeV) and the fact that they were notobserved in the ($d$,\nuc{3}{He}) reaction, we propose that they may resultfrom a two-step mechanism or a nucleon-exchange reaction with subsequent neutronevaporation. Regardless of the mechanism, that could not yet be clarified, thesestates likely correspond to neutron core excitations in \nuc{35}{P}. Thisnewly-identified pathway, although weak, offers the possibility to selectivelypopulate certain intruder configurations that are otherwise hard to produceand identify.
△ Less
Submitted 10 February, 2016;
originally announced February 2016.
-
Expansive periodic mechanisms
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
A one-parameter deformation of a periodic bar-and-joint framework is expansive when all distances between joints increase or stay the same. In dimension two, expansive behavior can be fully explained through our theory of periodic pseudo-triangulations. However, higher dimensions present new challenges. In this paper we study a number of periodic frameworks with expansive capabilities in dimension…
▽ More
A one-parameter deformation of a periodic bar-and-joint framework is expansive when all distances between joints increase or stay the same. In dimension two, expansive behavior can be fully explained through our theory of periodic pseudo-triangulations. However, higher dimensions present new challenges. In this paper we study a number of periodic frameworks with expansive capabilities in dimension $d\geq 3$ and register both similarities and contrasts with the two-dimensional case.
△ Less
Submitted 11 July, 2015;
originally announced July 2015.
-
Spectroscopy of $^{28}$Na: shell evolution toward the drip line
Authors:
A. Lepailleur,
K. Wimmer,
A. Mutschler,
O. Sorlin,
V. Bader,
C. Bancroft,
D. Barofsky,
B. Bastin,
T. Baugher,
D. Bazin,
V. Bildstein,
C. Borcea,
R. Borcea,
B. A. Brown,
L. Caceres,
A. Gade,
L. Gaudefroy,
S. Grévy,
G. F. Grinyer,
H. Iwasaki,
E. Khan,
T. Kröll,
C. Langer,
A. Lemasson,
O. Llidoo
, et al. (18 additional authors not shown)
Abstract:
Excited states in $^{28}$Na have been studied using the $β$-decay of implanted $^{28}$Ne ions at GANIL/LISE as well as the in-beam $γ$-ray spectroscopy at the NSCL/S800 facility. New states of positive (J$^π$=3,4$^+$) and negative (J$^π$=1-5$^-$) parity are proposed. The former arise from the coupling between 0d$\_{5/2}$ protons and a 0d$\_{3/2}$ neutron, while the latter are due to couplings wit…
▽ More
Excited states in $^{28}$Na have been studied using the $β$-decay of implanted $^{28}$Ne ions at GANIL/LISE as well as the in-beam $γ$-ray spectroscopy at the NSCL/S800 facility. New states of positive (J$^π$=3,4$^+$) and negative (J$^π$=1-5$^-$) parity are proposed. The former arise from the coupling between 0d$\_{5/2}$ protons and a 0d$\_{3/2}$ neutron, while the latter are due to couplings with 1p$\_{3/2}$ or 0f$\_{7/2}$ neutrons. While the relative energies between the J$^π$=1-4$^+$ states are well reproduced with the USDA interaction in the N=17 isotones, a progressive shift in the ground state binding energy (by about 500 keV) is observed between $^{26}$F and $^{30}$Al. This points to a possible change in the proton-neutron 0d$\_{5/2}$-0d$\_{3/2}$ effective interaction when moving from stability to the drip line. The presence of J$^π$=1-4$^-$ negative parity states around 1.5 MeV as well as of a candidate for a J$^π$=5$^-$ state around 2.5 MeV give further support to the collapse of the N=20 gap and to the inversion between the 0f$\_{7/2}$ and 1p$\_{3/2}$ levels below Z=12. These features are discussed in the framework of Shell Model and EDF calculations, leading to predicted negative parity states in the low energy spectra of the $^{26}$F and $^{25}$O nuclei.
△ Less
Submitted 30 March, 2015;
originally announced March 2015.
-
Deforming Diamond
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
For materials science, diamond crystals are almost unrivaled for hardness and a range of other properties. Yet, when simply abstracting the carbon bonding structure as a geometric bar-and-joint periodic framework, it is far from rigid. We study the geometric deformations of this type of framework in arbitrary dimension d, with particular regard to the volume variation of a unit cell.
For materials science, diamond crystals are almost unrivaled for hardness and a range of other properties. Yet, when simply abstracting the carbon bonding structure as a geometric bar-and-joint periodic framework, it is far from rigid. We study the geometric deformations of this type of framework in arbitrary dimension d, with particular regard to the volume variation of a unit cell.
△ Less
Submitted 14 January, 2015;
originally announced January 2015.
-
Geometric auxetics
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
We formulate a mathematical theory of auxetic behavior based on one-parameter deformations of periodic frameworks. Our approach is purely geometric, relies on the evolution of the periodicity lattice and works in any dimension. We demonstrate its usefulness by predicting or recognizing, without experiment, computer simulations or numerical approximations, the auxetic capabilities of several well-k…
▽ More
We formulate a mathematical theory of auxetic behavior based on one-parameter deformations of periodic frameworks. Our approach is purely geometric, relies on the evolution of the periodicity lattice and works in any dimension. We demonstrate its usefulness by predicting or recognizing, without experiment, computer simulations or numerical approximations, the auxetic capabilities of several well-known structures available in the literature. We propose new principles of auxetic design and rely on the stronger notion of expansive behavior to provide an infinite supply of planar auxetic mechanisms and several new three-dimensional structures.
△ Less
Submitted 22 November, 2015; v1 submitted 14 January, 2015;
originally announced January 2015.
-
Liftings and stresses for planar periodic frameworks
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
We formulate and prove a periodic analog of Maxwell's theorem relating stressed planar frameworks and their liftings to polyhedral surfaces with spherical topology. We use our lifting theorem to prove deformation and rigidity-theoretic properties for planar periodic pseudo-triangulations, generalizing features known for their finite counterparts. These properties are then applied to questions orig…
▽ More
We formulate and prove a periodic analog of Maxwell's theorem relating stressed planar frameworks and their liftings to polyhedral surfaces with spherical topology. We use our lifting theorem to prove deformation and rigidity-theoretic properties for planar periodic pseudo-triangulations, generalizing features known for their finite counterparts. These properties are then applied to questions originating in mathematical crystallography and materials science, concerning planar periodic auxetic structures and ultrarigid periodic frameworks.
△ Less
Submitted 14 January, 2015;
originally announced January 2015.
-
Nuclear structure studies of $^{24}$F
Authors:
L. Caceres,
A. Lepailleur,
O. Sorlin,
M. Stanoiu,
D. Sohler,
Zs. Dombradi,
S. K. Bogner,
B. A. Brown,
H. Hergert,
J. D. Holt,
A. Schwenk,
F. Azaiez,
B. Bastin,
C. Borcea,
R. Borcea,
C. Bourgeois,
Z. Elekes,
Zs. Fülöp,
S. Grévy,
L. Gaudefroy,
G. F. Grinyer,
D. Guillemaud-Mueller,
F. Ibrahim,
A. Kerek,
A. Krasznahorkay
, et al. (17 additional authors not shown)
Abstract:
The structure of the $^{24}$F nucleus has been studied at GANIL using the $β$ decay of $^{24}$O and the in-beam $γ$-ray spectroscopy from the fragmentation of projectile nuclei. Combining these complementary experimental techniques, the level scheme of $^{24}$F has been constructed up to 3.6 Mev by means of particle-$γ$ and particle-$γγ$ coincidence relations. Experimental results are compared to…
▽ More
The structure of the $^{24}$F nucleus has been studied at GANIL using the $β$ decay of $^{24}$O and the in-beam $γ$-ray spectroscopy from the fragmentation of projectile nuclei. Combining these complementary experimental techniques, the level scheme of $^{24}$F has been constructed up to 3.6 Mev by means of particle-$γ$ and particle-$γγ$ coincidence relations. Experimental results are compared to shell-model calculations using the standard USDA and USDB interactions as well as ab-initio valence-space Hamiltonians calculated from the in-medium similarity renormalization group based on chiral two- and three-nucleon forces. Both methods reproduce the measured level spacings well, and this close agreement allows unidentified spins and parities to be consistently assigned.
△ Less
Submitted 6 January, 2015;
originally announced January 2015.
-
Probing Nuclear forces beyond the drip-line using the mirror nuclei $^{16}$N and $^{16}$F
Authors:
I. Stefan,
F. de Oliveira Santos,
O. Sorlin,
T. Davinson,
M. Lewitowicz,
G. Dumitru,
J. C. Angélique,
M. Angélique,
E. Berthoumieux,
C. Borcea,
R. Borcea,
A. Buta,
J. M. Daugas,
F. De Grancey,
M. Fadil,
S. Grévy,
J. Kiener,
A. Lefebvre-Schuhl,
M. Lenhardt,
J. Mrazek,
F. Negoita,
D. Pantelica,
M. G. Pellegriti,
L. Perrot,
M. Ploszajczak
, et al. (7 additional authors not shown)
Abstract:
Radioactive beams of $^{14}$O and $^{15}$O were used to populate the resonant states 1/2$^+$, 5/2$^+$ and $0^-,1^-,2^-$ in the unbound $^{15}$F and $^{16}$F nuclei respectively by means of proton elastic scattering reactions in inverse kinematics. Based on their large proton spectroscopic factor values, the resonant states in $^{16}$F can be viewed as a core of $^{14}$O plus a proton in the 2s…
▽ More
Radioactive beams of $^{14}$O and $^{15}$O were used to populate the resonant states 1/2$^+$, 5/2$^+$ and $0^-,1^-,2^-$ in the unbound $^{15}$F and $^{16}$F nuclei respectively by means of proton elastic scattering reactions in inverse kinematics. Based on their large proton spectroscopic factor values, the resonant states in $^{16}$F can be viewed as a core of $^{14}$O plus a proton in the 2s$_{1/2}$ or 1d$_{5/2}$ shell and a neutron in 1p$_{1/2}$. Experimental energies were used to derive the strength of the 2s$_{1/2}$-1p$_{1/2}$ and 1d$_{5/2}$-1p$_{1/2}$ proton-neutron interactions. It is found that the former changes by 40% compared with the mirror nucleus $^{16}$N, and the second by 10%. This apparent symmetry breaking of the nuclear force between mirror nuclei finds explanation in the role of the large coupling to the continuum for the states built on an $\ell=0$ proton configuration.
△ Less
Submitted 13 June, 2014;
originally announced June 2014.
-
Excited states in the neutron-rich nucleus 25F
Authors:
Zs. Vajta,
M. Stanoiu,
D. Sohler,
G. R. Jansen,
F. Azaiez,
Zs. Dombrádi,
O. Sorlin,
B. A. Brown,
M. Belleguic,
C. Borcea,
C. Bourgeois,
Z. Dlouhy,
Z. Elekes,
Zs. F ülöp,
S. Grévy,
D. Guillemaud-Mueller,
G. Hagen,
M. Hjorth-Jensen,
F. Ibrahim,
A. Kerek,
A. Krasznahorkay,
M. Lewitowicz,
S. M. Lukyanov,
S. Mandal,
P. Mayet
, et al. (11 additional authors not shown)
Abstract:
The structure of the nucleus 25F was investigated through in-beam γ-ray spectroscopy of the fragmentation of 26Ne and 27,28Na ion beams. Based on the particle-γ and particle-γγ coincidence data, a level scheme was constructed and compared with shell model and coupled-cluster calculations. Some of the observed states were interpreted as quasi single-particle states built on top of the closed-shell…
▽ More
The structure of the nucleus 25F was investigated through in-beam γ-ray spectroscopy of the fragmentation of 26Ne and 27,28Na ion beams. Based on the particle-γ and particle-γγ coincidence data, a level scheme was constructed and compared with shell model and coupled-cluster calculations. Some of the observed states were interpreted as quasi single-particle states built on top of the closed-shell nucleus 24O, while the others were described as states arising from coupling of a single proton to the 2+ core excitation of 24O.
△ Less
Submitted 24 April, 2014;
originally announced April 2014.
-
Spectroscopy of $^{26}$F to probe proton-neutron forces close to the drip line
Authors:
A. Lepailleur,
O. Sorlin,
L. Caceres,
B. Bastin,
C. Borcea,
R. Borcea,
B. A. Brown,
L. Gaudefroy,
S. Gr évy,
G. F. Grinyer,
G. Hagen,
M. Hjorth-Jensen,
G. R. Jansen,
O. Llidoo,
F. Negoita,
F. de Oliveira,
M. -G. Porquet,
F. Rotaru,
M. -G. Saint-Laurent,
D. Sohler,
M. Stanoiu,
J. C. Thomas
Abstract:
A long-lived $J^π=4_1^+$ isomer, $T_{1/2}=2.2(1)$ms, has been discovered at 643.4(1) keV in the weakly-bound $^{26}_{9}$F nucleus. It was populated at GANIL in the fragmentation of a $^{36}$S beam. It decays by an internal transition to the $J^π=1_1^+$ ground state (82(14)%), by $β$-decay to $^{26}$Ne, or beta-delayed neutron emission to $^{25}$Ne. From the beta-decay studies of the $J^π=1_1^+$ an…
▽ More
A long-lived $J^π=4_1^+$ isomer, $T_{1/2}=2.2(1)$ms, has been discovered at 643.4(1) keV in the weakly-bound $^{26}_{9}$F nucleus. It was populated at GANIL in the fragmentation of a $^{36}$S beam. It decays by an internal transition to the $J^π=1_1^+$ ground state (82(14)%), by $β$-decay to $^{26}$Ne, or beta-delayed neutron emission to $^{25}$Ne. From the beta-decay studies of the $J^π=1_1^+$ and $J^π=4_1^+$ states, new excited states have been discovered in $^{25,26}$Ne. Gathering the measured binding energies of the $J^π=1_1^+-4_1^+$ multiplet in $^{26}_{9}$F, we find that the proton-neutron $π0d_{5/2} ν0d_{3/2}$ effective force used in shell-model calculations should be reduced to properly account for the weak binding of $^{26}_{9}$F. Microscopic coupled cluster theory calculations using interactions derived from chiral effective field theory are in very good agreement with the energy of the low-lying $1_1^+,2_1^+,4_1^+$ states in $^{26}$F. Including three-body forces and coupling to the continuum effects improve the agreement between experiment and theory as compared to the use of two-body forces only.
△ Less
Submitted 24 January, 2013;
originally announced January 2013.
-
Search for Superscreening effect in Superconductor
Authors:
P. Ujic,
F. de Oliveira Santos,
M. Lewitowicz,
L. Achouri,
M. Assié,
B. Bastin,
C. Borcea,
R. Borcea,
A. Buta,
A. Coc,
G. De France,
O. Kamalou,
J. Kiener,
A. Lepailleur,
V. Meot,
A. Pautrat,
M. G. Saint Laurent,
O. Sorlin,
M. Stanoiu,
V. Tatischef
Abstract:
The decay of $^{19}$O($β^-$) and $^{19}$Ne($β^+$) implanted in niobium in its superconducting and metallic phase was measured using purified radioactive beams produced by the SPIRAL/GANIL facility. Half-lives and branching ratios measured in the two phases are consistent within one-sigma error bar. This measurement casts strong doubts on the predicted strong electron screening in superconductor, t…
▽ More
The decay of $^{19}$O($β^-$) and $^{19}$Ne($β^+$) implanted in niobium in its superconducting and metallic phase was measured using purified radioactive beams produced by the SPIRAL/GANIL facility. Half-lives and branching ratios measured in the two phases are consistent within one-sigma error bar. This measurement casts strong doubts on the predicted strong electron screening in superconductor, the so-called superscreening. The measured difference in screening potential energy is 110(90) eV for $^{19}$Ne and 400(320) eV for $^{19}$O. Precise determinations of the half-lives were obtained for $^{19}$O: 26.476(9) s and $^{19}$Ne: 17.254(5) s.
△ Less
Submitted 14 December, 2012;
originally announced December 2012.
-
Enabling Social Applications via Decentralized Social Data Management
Authors:
Nicolas Kourtellis,
Jeremy Blackburn,
Cristian Borcea,
Adriana Iamnitchi
Abstract:
An unprecedented information wealth produced by online social networks, further augmented by location/collocation data, is currently fragmented across different proprietary services. Combined, it can accurately represent the social world and enable novel socially-aware applications. We present Prometheus, a socially-aware peer-to-peer service that collects social information from multiple sources…
▽ More
An unprecedented information wealth produced by online social networks, further augmented by location/collocation data, is currently fragmented across different proprietary services. Combined, it can accurately represent the social world and enable novel socially-aware applications. We present Prometheus, a socially-aware peer-to-peer service that collects social information from multiple sources into a multigraph managed in a decentralized fashion on user-contributed nodes, and exposes it through an interface implementing non-trivial social inferences while complying with user-defined access policies. Simulations and experiments on PlanetLab with emulated application workloads show the system exhibits good end-to-end response time, low communication overhead and resilience to malicious attacks.
△ Less
Submitted 28 April, 2015; v1 submitted 19 November, 2012;
originally announced November 2012.
-
Data Survivability in Networks of Mobile Robots in Urban Disaster Environments
Authors:
Nicolas Kourtellis,
Adriana Iamnitchi,
Cristian Borcea,
Robin Murphy
Abstract:
Mobile multi-robot teams deployed for monitoring or search-and-rescue missions in urban disaster areas can greatly improve the quality of vital data collected on-site. Analysis of such data can identify hazards and save lives. Unfortunately, such real deployments at scale are cost prohibitive and robot failures lead to data loss. Moreover, scaled-down deployments do not capture significant levels…
▽ More
Mobile multi-robot teams deployed for monitoring or search-and-rescue missions in urban disaster areas can greatly improve the quality of vital data collected on-site. Analysis of such data can identify hazards and save lives. Unfortunately, such real deployments at scale are cost prohibitive and robot failures lead to data loss. Moreover, scaled-down deployments do not capture significant levels of interaction and communication complexity. To tackle this problem, we propose novel mobility and failure generation frameworks that allow realistic simulations of mobile robot networks for large scale disaster scenarios. Furthermore, since data replication techniques can improve the survivability of data collected during the operation, we propose an adaptive, scalable data replication technique that achieves high data survivability with low overhead. Our technique considers the anticipated robot failures and robot heterogeneity to decide how aggressively to replicate data. In addition, it considers survivability priorities, with some data requiring more effort to be saved than others. Using our novel simulation generation frameworks, we compare our adaptive technique with flooding and broadcast-based replication techniques and show that for failure rates of up to 60% it ensures better data survivability with lower communication costs.
△ Less
Submitted 22 February, 2013; v1 submitted 23 October, 2012;
originally announced October 2012.
-
Unveiling the intruder deformed 0$^+_2$ state in $^{34}$Si
Authors:
F. Rotaru,
F. Negoita,
S. Grévy,
J. Mrazek,
S. Lukyanov,
F. Nowacki,
A. Poves,
O. Sorlin,
C. Borcea,
R. Borcea,
A. Buta,
L. Caceres,
S. Calinescu,
R. Chevrier,
Zs. Dombradi,
J. M. Daugas,
D. Lebhertz,
Y. Penionzhkevich,
C. Petrone,
D. Sohler,
M. Stanoiu,
J. C. Thomas
Abstract:
The 0$^+_2$ state in $^{34}$Si has been populated at the {\sc Ganil/Lise3} facility through the $β$-decay of a newly discovered 1$^+$ isomer in $^{34}$Al of 26(1) ms half-life. The simultaneous detection of $e^+e^-$ pairs allowed the determination of the excitation energy E(0$^+_2$)=2719(3) keV and the half-life T$_{1/2}$=19.4(7) ns, from which an electric monopole strength of $ρ^2$(E0)=13.0(0.9)…
▽ More
The 0$^+_2$ state in $^{34}$Si has been populated at the {\sc Ganil/Lise3} facility through the $β$-decay of a newly discovered 1$^+$ isomer in $^{34}$Al of 26(1) ms half-life. The simultaneous detection of $e^+e^-$ pairs allowed the determination of the excitation energy E(0$^+_2$)=2719(3) keV and the half-life T$_{1/2}$=19.4(7) ns, from which an electric monopole strength of $ρ^2$(E0)=13.0(0.9)$\times10^{-3}$ was deduced. The 2$^+_1$ state is observed to decay both to the 0$^+_1$ ground state and to the newly observed 0$^+_2$ state (via a 607(2) keV transition) with a ratio R(2$^+_1$$\rightarrow0^+_1/2^+_1$$\rightarrow0^+_2$)=1380(717). Gathering all information, a weak mixing with the 0$^+_1$ and a large deformation parameter of $β$=0.29(4) are found for the 0$^+_2$ state, in good agreement with shell model calculations using a new {\sc sdpf-u-mix} interaction allowing \textit{np-nh} excitations across the N=20 shell gap.
△ Less
Submitted 5 July, 2012; v1 submitted 28 June, 2012;
originally announced June 2012.
-
Spectroscopy of $^{26}$F
Authors:
M. Stanoiu,
D. Sohler,
O. Sorlin,
Zs. Dombradi,
F. Azaiez,
B. A. Brown,
C. Borcea,
C. Bourgeois,
Z. Elekes,
Zs. Fülöp,
S. Grévy,
D. Guillemaud-Mueller,
F. Ibrahim,
A. Kerek,
A. Krasznahorkay,
M. Lewitowicz,
S. M. Lukyanov,
J. Mrazek,
F. Negoita,
Yu. -E. Penionzhkevich,
Zs. Podolyak,
M. G. Porquet,
P. Roussel-Chomaz,
M. G. Saint-Laurent,
H. Savajols
, et al. (3 additional authors not shown)
Abstract:
The structure of the weakly-bound $^{26}_{\;\;9}$F$_{17}$ odd-odd nucleus, produced from $^{27,28}$Na nuclei, has been investigated at GANIL by means of the in-beam $γ$-ray spectroscopy technique. A single $γ$-line is observed at 657(7) keV in $^{26}_{9}$F which has been ascribed to the decay of the excited J=$2^+$ state to the J=1$^+$ ground state. The possible presence of intruder negative parit…
▽ More
The structure of the weakly-bound $^{26}_{\;\;9}$F$_{17}$ odd-odd nucleus, produced from $^{27,28}$Na nuclei, has been investigated at GANIL by means of the in-beam $γ$-ray spectroscopy technique. A single $γ$-line is observed at 657(7) keV in $^{26}_{9}$F which has been ascribed to the decay of the excited J=$2^+$ state to the J=1$^+$ ground state. The possible presence of intruder negative parity states in $^{26}$F is also discussed.
△ Less
Submitted 5 January, 2012;
originally announced January 2012.
-
Frameworks with crystallographic symmetry
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
Periodic frameworks with crystallographic symmetry are investigated from the perspective of a general deformation theory of periodic bar-and-joint structures in $R^d$. It is shown that natural parametrizations provide affine section descriptions for families of frameworks with a specified graph and symmetry. A simple geometric setting for diaplacive phase transitions is obtained. Upper bounds are…
▽ More
Periodic frameworks with crystallographic symmetry are investigated from the perspective of a general deformation theory of periodic bar-and-joint structures in $R^d$. It is shown that natural parametrizations provide affine section descriptions for families of frameworks with a specified graph and symmetry. A simple geometric setting for diaplacive phase transitions is obtained. Upper bounds are derived for the number of realizations of minimally rigid periodic graphs.
△ Less
Submitted 20 October, 2011;
originally announced October 2011.
-
Deformations of crystal frameworks
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
We apply our deformation theory of periodic bar-and-joint frameworks to tetrahedral crystal structures. The deformation space is investigated in detail for frameworks modelled on quartz, cristobalite and tridymite.
We apply our deformation theory of periodic bar-and-joint frameworks to tetrahedral crystal structures. The deformation space is investigated in detail for frameworks modelled on quartz, cristobalite and tridymite.
△ Less
Submitted 20 October, 2011;
originally announced October 2011.
-
Periodic body-and-bar frameworks
Authors:
Ciprian S. Borcea,
Ileana Streinu,
Shin-ichi Tanigawa
Abstract:
Abstractions of crystalline materials known as periodic body-and-bar frameworks are made of rigid bodies connected by fixed-length bars and subject to the action of a group of translations. In this paper, we give a Maxwell-Laman characterization for generic minimally rigid periodic body-and-bar frameworks. As a consequence we obtain efficient polynomial time algorithms for their recognition based…
▽ More
Abstractions of crystalline materials known as periodic body-and-bar frameworks are made of rigid bodies connected by fixed-length bars and subject to the action of a group of translations. In this paper, we give a Maxwell-Laman characterization for generic minimally rigid periodic body-and-bar frameworks. As a consequence we obtain efficient polynomial time algorithms for their recognition based on matroid partition and pebble games.
△ Less
Submitted 20 October, 2011;
originally announced October 2011.
-
Spectroscopy of $^{18}$Na: Bridging the two-proton radioactivity of $^{19}$Mg
Authors:
M. Assié,
F. de Oliveira Santos,
T. Davinson,
F. de Grancey,
L. Achouri,
J. Alcántara-Núñez,
T. Al Kalanee,
J. -C. Angélique,
C. Borcea,
R. Borcea,
L. Caceres,
I. Celikovic,
V. Chudoba,
D. Y. Pang,
C. Ducoin,
M. Fallot,
O. Kamalou,
J. Kiener,
Y. Lam,
A. Lefebvre-Schuhl,
G. Lotay,
J. Mrazek,
L. Perrot,
A. M. Sánchez-Benítez,
F. Rotaru
, et al. (9 additional authors not shown)
Abstract:
The unbound nucleus $^{18}$Na, the intermediate nucleus in the two-proton radioactivity of $^{19}$Mg, was studied by the measurement of the resonant elastic scattering reaction $^{17}$Ne(p,$^{17}$Ne)p performed at 4 A.MeV. Spectroscopic properties of the low-lying states were obtained in a R-matrix analysis of the excitation function. Using these new results, we show that the lifetime of the…
▽ More
The unbound nucleus $^{18}$Na, the intermediate nucleus in the two-proton radioactivity of $^{19}$Mg, was studied by the measurement of the resonant elastic scattering reaction $^{17}$Ne(p,$^{17}$Ne)p performed at 4 A.MeV. Spectroscopic properties of the low-lying states were obtained in a R-matrix analysis of the excitation function. Using these new results, we show that the lifetime of the $^{19}$Mg radioactivity can be understood assuming a sequential emission of two protons via low energy tails of $^{18}$Na resonances.
△ Less
Submitted 6 October, 2011;
originally announced October 2011.
-
First direct lifetime measurement of the 2+1 state in 72,74Zn: new evidence for shape transition between N = 40 and N = 42 close to Z = 28
Authors:
M. Niikura,
B. Mouginot,
S. Franchoo,
I. Matea,
I. Stefan,
D. Verney,
F. Azaiez,
M. Assie,
P. Bednarczyk,
C. Borcea,
A. Burger,
G. Burgunder,
A. Buta,
L. Càceres,
2 E. Clément,
L. Coquard,
G. de Angelis,
G. de France,
F. de Oliveira Santos,
A. Dewald,
A. Dijon,
Z. Dombradi,
E. Fiori,
C. Fransen,
G. Friessner
, et al. (23 additional authors not shown)
Abstract:
We report here the first direct lifetime measurement of the 2+1 state in 72,74Zn. The neutron-rich beam was produced by in-flight fragmentation of 76Ge at the Grand Accélérateur National d'Ions Lourds and separated with the LISE spectrometer. The 2+1 state was excited by inelastic scattering and knock-out reaction on a CD2 target and its lifetime was measured by the recoil-distance Dopplershift me…
▽ More
We report here the first direct lifetime measurement of the 2+1 state in 72,74Zn. The neutron-rich beam was produced by in-flight fragmentation of 76Ge at the Grand Accélérateur National d'Ions Lourds and separated with the LISE spectrometer. The 2+1 state was excited by inelastic scattering and knock-out reaction on a CD2 target and its lifetime was measured by the recoil-distance Dopplershift method with the Köln plunger device combined with the EXOGAM detectors. The lifetimes of the 2+1 states in 72,74Zn were determined to be 17.9(18) and 27.0(24) ps, which correspond to reduced transition probabilities B(E2; 2+1 \rightarrow 0+) = 385(39) and 370(33) e2fm4, respectively. These values support the idea of a systematic maximum of collectivity at N = 42 for Zn, Ge and Se nuclei. In addition, the available systematics in the neighboring nuclei point towards a transition from a spherical oscillator at N = 40 to complete γ-softness at N = 42.
△ Less
Submitted 24 April, 2012; v1 submitted 20 May, 2011;
originally announced May 2011.
-
Extremal Configurations of Hinge Structures
Authors:
Ciprian S. Borcea,
Ileana Streinu
Abstract:
We study body-and-hinge and panel-and-hinge chains in R^d, with two marked points: one on the first body, the other on the last. For a general chain, the squared distance between the marked points gives a Morse-Bott function on a torus configuration space. Maximal configurations, when the distance between the two marked points reaches a global maximum, have particularly simple geometrical charac…
▽ More
We study body-and-hinge and panel-and-hinge chains in R^d, with two marked points: one on the first body, the other on the last. For a general chain, the squared distance between the marked points gives a Morse-Bott function on a torus configuration space. Maximal configurations, when the distance between the two marked points reaches a global maximum, have particularly simple geometrical characterizations. The three-dimensional case is relevant for applications to robotics and molecular structures.
△ Less
Submitted 7 December, 2008;
originally announced December 2008.