1,354,505 research outputs found
Ultracold atoms in U(2) non-Abelian gauge potentials preserving the Landau levels
We study ultracold atoms subjected to U(2) non-Abelian potentials: we consider gauge potentials having, in the Abelian limit, degenerate Landau levels and we then investigate the effect of general homogeneous non-Abelian terms. The conditions under which the structure of degenerate Landau levels is preserved are classified and discussed. The typical gauge potentials preserving the Landau levels are characterized by a fictitious magnetic field and by an effective spin-orbit interaction (e. g., obtained through the rotation of two-dimensional atomic gases coupled with a tripod scheme). The single-particle energy spectrum can be analytically determined for a class of gauge potentials, whose physical implementation is discussed. The corresponding Landau levels are deformed by the non-Abelian contribution of the potential and their spin degeneracy is split. The related deformed quantum Hall states for fermions and bosons (in the presence of strong intraspecies interaction) are determined far from and at the degeneracy points of the Landau levels, where non-Abelian states appear. We present a discussion of the effect of the angular momentum, as well as results for U(3) gauge potentials
ExaMon-X: a Predictive Maintenance Framework for Automatic Monitoring in Industrial IoT Systems
In recent years, the Industrial Internet of Things (IIoT) has led to significant steps forward in many industries, thanks to the exploitation of several technologies, ranging from Big Data processing to Artificial Intelligence (AI). Among the various IIoT scenarios, large-scale data centers can reap significant benefits from adopting Big Data analytics and AI-boosted approaches since these technologies can allow effective predictive maintenance. However, most of the off-the-shelf currently available solutions are not ideally suited to the HPC context, e.g., they do not sufficiently take into account the very heterogeneous data sources and the privacy issues which hinder the adoption of the cloud solution, or they do not fully
exploit the computing capabilities available in loco in a supercomputing facility. In this paper, we tackle this issue, and we propose an IIoT holistic and vertical framework for predictive maintenance in supercomputers. The framework is based on a big lightweight data monitoring infrastructure, specialized databases suited for heterogeneous data, and a set of high-level AI-based functionalities tailored to HPC actors’ specific needs. We present the deployment and assess the usage of this framework in several in-production HPC systems
Non-abelian anyons from degenerate landau levels of ultracold atoms in artificial gauge potentials
We show that non-abelian potentials acting on ultracold gases with two hyperfine levels can give rise to ground states with non-abelian excitations. We consider a realistic gauge potential for which the Landau levels can be exactly determined: the non-abelian part of the vector potential makes the Landau levels non-degenerate. In the presence of strong repulsive interactions, deformed Laughlin ground states occur in general. However, at the degeneracy points of the Landau levels, non-abelian quantum Hall states appear: these ground states, including deformed Moore-Read states (characterized by Ising anyons as quasi-holes), are studied for both fermionic and bosonic gases
Profiling Inflammatory Extracellular Vesicles in Plasma and Cerebrospinal Fluid: An Optimized Diagnostic Model for Parkinson's Disease
Extracellular vesicles (EVs) play a central role in intercellular communication, which is relevant for inflammatory and immune processes implicated in neurodegenerative disorders, such as Parkinson's Disease (PD). We characterized and compared distinctive cerebrospinal fluid (CSF)-derived EVs in PD and atypical parkinsonisms (AP), aiming to integrate a diagnostic model based on immune profiling of plasma-derived EVs via artificial intelligence. Plasma- and CSF-derived EVs were isolated from patients with PD, multiple system atrophy (MSA), AP with tauopathies (AP-Tau), and healthy controls. Expression levels of 37 EV surface markers were measured by a flow cytometric bead-based platform and a diagnostic model based on expression of EV surface markers was built by supervised learning algorithms. The PD group showed higher amount of CSF-derived EVs than other groups. Among the 17 EV surface markers differentially expressed in plasma, eight were expressed also in CSF of a subgroup of PD, 10 in MSA, and 6 in AP-Tau. A two-level random forest model was built using EV markers co-expressed in plasma and CSF. The model discriminated PD from non-PD patients with high sensitivity (96.6%) and accuracy (92.6%). EV surface marker characterization bolsters the relevance of inflammation in PD and it underscores the role of EVs as pathways/biomarkers for protein aggregation-related neurodegenerative diseases
Exact diagonalization of cubic lattice models in commensurate Abelian magnetic fluxes and translational invariant non-Abelian potentials
Topological van Hove singularities at phase transitions in Weyl metals
We show that in three-dimensional (3D) topological metals, a subset of the van Hove singularities of the density of states sits exactly at the transitions between topological and trivial gapless phases. We may refer to these as topological van Hove singularities. By investigating two minimal models, we show that they originate from energy saddle points located between Weyl points with opposite chiralities, and we illustrate their topological nature through their magnetotransport properties in the ballistic regime. We exemplify the relation between van Hove singularities and topological phase transitions in Weyl systems by analyzing the 3D Hofstadter model, which offers a simple and interesting playground to consider different kinds of Weyl metals and to understand the features of their density of states. In this model, as a function of the magnetic flux, the occurrence of topological van Hove singularities can be explicitly checked
Dyonic zero-energy modes
One-dimensional systems with topological order are intimately related to the appearance of zero-energy modes localized on their boundaries. The most common example is the Kitaev chain, which displays Majorana zero-energy modes and it is characterized by a twofold ground-state degeneracy related to the global Z(2) symmetry associated with fermionic parity. By extending the symmetry to the Z(N) group, it is possible to engineer systems hosting topological parafermionic modes. In this work, we address one-dimensional systems with a generic discrete symmetry group G. We define a ladder model of gauge fluxes that generalizes the Ising and Potts models and displays a symmetry broken phase. Through a non-Abelian Jordan-Wigner transformation, we map this flux ladder into a model of dyonic operators, defined by the group elements and irreducible representations of G. We show that the so-obtained dyonic model has topological order, with zero-energy modes localized at its boundary. These dyonic zero-energy modes are in general weak topological modes, but strong dyonic zero modes appear when suitable position-dependent couplings are considered
Optimizing DNN Inference on Multi-Accelerator SoCs at Training-time
The demand for executing Deep Neural Networks (DNNs) with low latency and minimal power consumption at the edge has led to the development of advanced heterogeneous Systems-on-Chips (SoCs) that incorporate multiple specialized computing units (CUs), such as accelerators. Offloading DNN computations to a specific CU from the available set often exposes accuracy vs efficiency trade-offs, due to differences in their supported operations (e.g., standard vs. depthwise convolution) or data representations (e.g., more/less aggressively quantized). A challenging yet unresolved issue is how to map a DNN onto these multi-CU systems to maximally exploit the parallelization possibilities while taking accuracy into account. To address this problem, we present ODiMO, a hardware-aware tool that efficiently explores fine-grain mapping of DNNs among various on-chip CUs, during the training phase. ODiMO strategically splits individual layers of the neural network and executes them in parallel on the multiple available CUs, aiming to balance the total inference energy consumption or latency with the resulting accuracy, impacted by the unique features of the different hardware units. We test our approach on CIFAR-10, CIFAR-100, and ImageNet, targeting two open-source heterogeneous SoCs, i.e., DIANA and Darkside. We obtain a rich collection of Paretooptimal networks in the accuracy vs. energy or latency space. We show that ODiMO reduces the latency of a DNN executed on the Darkside SoC by up to 8x at iso-accuracy, compared to manual heuristic mappings. When targeting energy, on the same SoC, ODiMO produced up to 50.8x more efficient mappings, with minimal accuracy drop (< 0.3%)
- …
