arXiv ScienceSearch

arXiv subjects

Jun Ren

Publications and source records attributed to Jun Ren.

At least 19 recordsLinked to original sources

Comparative qualification of advanced plasma-facing materials for fusion pilot plants through public- and private-sector experiments in DIII-D

A coordinated DIII-D campaign exposed and comparatively assessed 44 advanced plasma-facing materials from 12 institutions, including four public-private fusion partnerships, to support fusion pilot plant wall and divertor material down-selection. Samples were exposed using the Divertor Materials Evaluation System (DiMES) under Ohmic, L-mode, and H-mode conditions with edge-localized modes, at 0.2-2.5 MW m$^{-2}$ on flush geometries and 10-15 MW m$^{-2}$ on 10$^{\circ}$ angled geometries. Engineered tungsten architectures retained integrity; long-fiber Wf/W showed the clearest crack-arrest behavior. W-Re and K-doped W showed near-ITER-W-like responses, while additively manufactured W-Ta showed heat-flux-sensitive mass losses of 0.64 mg for the flat sample and 2.19-2.87 mg for angled samples. After irradiation to 0.3 dpa at 550$^{\circ}$C, neutron-irradiated ITER-grade W retained 2.8 times more deuterium than pristine W, while TiB$_2$ showed the lowest D$_2$ release in the Ohmic set. VTaHfMo was the most stable refractory multi-principal-element alloy. NbC and (Nb$_{0.5}$Ta$_{0.5}$)C retained integrity with 0.02-0.03 mg mass loss, whereas ZrC lost 7 mg. CVD SiC retained macroscopic integrity but exhibited an effective Si erosion yield of 0.5, about 5-10 times above prior DIII-D trends. Renewable boron pebble rods underwent controlled recession; 13% of released boron was ionized near the outer strike point and up to 50% was recovered locally. Initial in-situ chromium gross-erosion measurements yielded values of order $10^{-2}$. Together, these results provide cross-material benchmarks for fusion pilot plant down-selection and future AI/ML-assisted plasma-facing-material development.

physics.plasm-ph

First divertor exposure experiments of a renewable boron pebble aggregate in DIII-D

Boron pebble aggregate was tested for the first time as a high-heat-flux granular plasma-facing material in a tokamak divertor. Exposures of up to $q_{\parallel} = \SI{80}{\MW\per\m\squared}$ incident heat flux were conducted in the DIII-D tokamak. Single protruding rods of pebble aggregate composed of sintered amorphous boron pebbles bound with carbon binder were mounted in the Divertor Material Evaluation System (DiMES) sample holders and exposed to L-mode lower single null (LSN) plasmas. Under these heat loads, significant boron dust emission from the boron spheres was observed, and this dust dominates the divertor boron ionization source. Only about half of the released boron was recovered locally as mm-sized particles; with the rest presumably lost mainly as dust into the plasma and vacuum chamber. Preliminary estimates suggest that the rate of surface recession of $\sim$1 cm/s in the pebble conglomerate within the plasma divertor is consistent with the recession rates observed in laser bench tests subjected to normal-incidence heat loads. Although core performance was not adversely affected by the high boron dust emission, future work will need to improve the boron pebble aggregate design to reduce boron dust emission at high heat loads.

physics.plasm-ph

A microscopic origin for the breakdown of the Stokes Einstein relation in ion transport

Ion transport underlies the operation of biological ion channels and governs the performance of electrochemical energy-storage devices. A long-standing anomaly is that smaller alkali metal ions, such as Li$^+$, migrate more slowly in water than larger ions, in apparent violation of the Stokes-Einstein relation. This breakdown is conventionally attributed to dielectric friction, a collective drag force arising from electrostatic interactions between a drifting ion and its surrounding solvent. Here, combining nanopore transport measurements over electric fields spanning several orders of magnitude with molecular dynamics simulations, we show that the time-averaged electrostatic force on a migrating ion is not a drag force but a net driving force. By contrasting charged ions with neutral particles, we reveal that ionic charge introduces additional Lorentzian peaks in the frequency-dependent friction coefficient. These peaks originate predominantly from short-range Lennard-Jones (LJ) interactions within the first hydration layer and represent additional channels for energy dissipation, strongest for Li$^+$ and progressively weaker for Na$^+$ and K$^+$. Our results demonstrate that electrostatic interactions primarily act to tighten the local hydration structure, thereby amplifying short-range LJ interactions rather than directly opposing ion motion. This microscopic mechanism provides a unified physical explanation for the breakdown of the Stokes-Einstein relation in aqueous ion transport.

cond-mat.soft

AppForge: From Assistant to Independent Developer -- Are GPTs Ready for Software Development?

Large language models (LLMs) have demonstrated remarkable capability in function-level code generation tasks. Unlike isolated functions, real-world applications demand reasoning over the entire software system: developers must orchestrate how different components interact, maintain consistency across states over time, and ensure the application behaves correctly within the lifecycle and framework constraints. Yet, no existing benchmark adequately evaluates whether LLMs can bridge this gap and construct entire software systems from scratch. To address this gap, we propose APPFORGE, a benchmark consisting of 101 software development problems drawn from real-world Android apps. Given a natural language specification detailing the app functionality, a language model is tasked with implementing the functionality into an Android app from scratch. Developing an Android app from scratch requires understanding and coordinating app states, lifecycle management, and asynchronous operations, calling for LLMs to generate context-aware, robust, and maintainable code. To construct APPFORGE, we design a multi-agent system to automatically summarize the main functionalities from app documents and navigate the app to synthesize test cases validating the functional correctness of app implementation. Following rigorous manual verification by Android development experts, APPFORGE incorporates the test cases within an automated evaluation framework that enables reproducible assessment without human intervention, making it easily adoptable for future research. Our evaluation on 12 flagship LLMs show that all evaluated models achieve low effectiveness, with the best-performing model (GPT-5) developing only 18.8% functionally correct applications, highlighting fundamental limitations in current models' ability to handle complex, multi-component software engineering challenges.

cs.SE

Unidirectional and collective emission of integrated quantum emitters

Unidirectional emission holds significant potential for advancing integrated photonics and quantum information technologies. However, the inherent randomness of spontaneous emission fundamentally makes its efficient realization rather challenging. To address this, here we develop a quantitative metric -- iso-frequency contour straightness and implement Fourier-transform analysis of radiation patterns to systematically evaluate directional quality of emission in photonic crystal (PhC) slabs. Through structural optimization, we demonstrate single-emitter radiation efficiency enhancement while maintaining low-loss unidirectional propagation. Furthermore, by strategically positioning multi-emitter arrays within PhC platforms, we simultaneously achieve scalable intensity amplification and superradiant emission via cooperative effects. This synergy of photonic band engineering and collective emitter coupling is able to realize unprecedented spatiotemporal coherence control in quantum emitter arrays.

physics.optics

Beyond Pass or Fail: Multi-Dimensional Benchmarking of Foundation Models for Goal-based Mobile UI Navigation

Recent advances of foundation models (FMs) have made navigating mobile applications (apps) based on high-level goal instructions within reach, with significant industrial applications such as UI testing. While existing benchmarks evaluate FM-based UI navigation using the binary pass/fail metric, they have two major limitations: they cannot reflect the complex nature of mobile UI navigation where FMs may fail for various reasons (e.g., misunderstanding instructions and failed planning), and they lack industrial relevance due to oversimplified tasks that poorly represent real-world scenarios. To address the preceding limitations, we propose Sphinx, a comprehensive benchmark for multi-dimensional evaluation of FMs in industrial settings of UI navigation. Sphinx introduces a specialized toolkit that evaluates five essential FM capabilities, providing detailed insights into failure modes such as insufficient app knowledge or planning issues. Using both popular Google Play applications and WeChat's internal UI test cases, we evaluate 8 FMs with 20 different configurations. Our results show that existing FMs universally struggle with goal-based testing tasks, primarily due to insufficient UI-specific capabilities. We summarize seven lessons learned from benchmarking FMs with Sphinx, providing clear directions for improving FM-based mobile UI navigation.

cs.SE

Deterministic steady-state subradiance within a single-excitation basis

Subradiance shows promising applications in quantum information, yet its realization remains more challenging than superradiance due to the need to suppress various decay channels. This study introduces a state space within a single-excitation basis with perfect subradiance and genuine multipartite quantum entanglement resources for the all-to-all case. Utilizing the quantum jump operator method, we also provide an analytical derivation of the system's steady final state for any single-excitation initial state. Additionally, we determine the approximate final state in the quasi-all-to-all coupling scenario. As an illustrative example, we evaluate the coupling and dynamical properties of emitters in a photonic crystal slab possessing an ultra-high quality bound state in the continuum, thereby validating the efficacy of our theoretical approach. This theoretical framework facilitates the analytical prediction of dynamics for long-lived multipartite entanglement while elucidating a pathway toward realizing autonomous subradiance in atomic systems.

quant-ph

Skill-Adpative Imitation Learning for UI Test Reuse

To alleviate the substantial cost of manually crafting user interface (UI) test cases, UI test migration aims to automatically generate test cases for a target mobile application (app) by adapting those from a source app that shares similar functionalities. Traditionally, this process has been approached as a sequential UI-event-mapping problem, where events in the source app are mapped to those in the target one based on their textual descriptions. Prior research has extensively focused on enhancing the event-mapping accuracy of NLP models. Although the advent of large language models (LLMs) with impressive NLP capabilities suggests the potential for near-perfect event-mapping, our study demonstrates that even the highly accurate event-mapping of LLMs is insufficient to address the implementation discrepancies between the source and the target apps, reducing the overall effectiveness of LLM-driven solutions for UI test migration. To address this challenge, in this paper, we propose SAIL, a skill-adaptive imitation learning framework designed to enhance the effectiveness of UI test migration through two key designs. First, SAIL leverages the source test cases as demonstrations and employs a multi-level abstraction of test cases' underlying skills, so as to extract the testing information from source test cases as the knowledge base for the subsequent test generation on the target app. Second, SAIL selectively reuses a subset of the learned skills to guide the generation of test cases for the target app with its novel context- and history-aware skill adaptation. While SAIL can be instantiated with any imitation learning techniques, we utilize the in-context learning capabilities of LLMs to instantiate SAIL. Evaluations results show that SAIL substantially improves the effectiveness of UI test migration, with 149\% higher success rate than state-of-the-art approaches.

cs.SE

Attaining near-ideal Dicke superradiance in expanded spatial domains

Dicke superradiance is essentially a case of correlated dissipation leading to the macroscopic quantum coherence. Superradiance for arrays of inverted emitters in free space requires interactions far beyond the nearest-neighbor, limiting its occurrence to small emitter-emitter distances. Epsilon-near-zero (ENZ) materials, which exhibit infinite effective wavelengths, can mediate long-range interactions between emitters. We investigate the superradiance properties of two ENZ structures, namely plasmonic waveguides and dielectric photonic crystals, and demonstrate their potential to support near-ideal Dicke superradiance across expanded spatial domains. We employ a general method that we have developed to assess the occurrence of superradiance, which is applicable to various coupling scenarios and only relies on the decoherence matrix. Furthermore, by numerically examining the emission dynamics of the few-emitter systems, we distinct the roles of quantum coherence at different stages of emission for the case of all-to-all interaction, and demonstrate that the maximum quantum coherence in the system can be determined using the maximum photon burst rate. The findings of this work have prospective applications in quantum information processing and light-matter interaction.

physics.optics

Diagnosing Quantum Phases Using Long-Range Two-Site Quantum Resource Behaviors

We propose and demonstrate that the behaviors of long-range, two-site quantum resources can effectively diagnose quantum phases. In an XX spin chain with symmetry-breaking quantum phase transitions, we reveal that the asymptotic and oscillating decay modes of quantum coherence or quantum discord, along with two-site distance, can identify two spin-liquid phases. Furthermore, based on our analytical results of spin correlation functions, we confirm the existence of long-range entanglement in the system and establish a connection between two-site entanglement and quantum phases. Additionally, for the extended Ising model with topological phase transitions, we find that coherence and quantum discord behaviors can also signify topological quantum phases. In particular, we discover the quantum resource freezing phenomenon, where topologically protected long-range quantum resources may have potential applications in quantum information processing.

quant-ph

Catalog of Unconventional Magnons in Collinear Magnets

Topological magnons have garnered significant interest for their potential in both fundamental research and device applications, owing to their exotic, uncharged, yet topologically protected boundary modes. However, their comprehension has been hindered by the absence of fundamental symmetry descriptions of magnetic materials, which are primarily governed by isotropic Heisenberg interactions in spin Hamiltonians. The ensuing magnon dispersions enable gapless magnon band nodes that go beyond the scenario of representation theory of the magnetic space groups (MSGs), thus referred to as unconventional magnons. Here we developed spin space group (SSG) theory to elucidate collinear magnetic configurations, classifying the 1421 collinear SSGs into four types, constructing their band representations, and providing a comprehensive tabulation of unconventional magnons, such as duodecuple points, octuple nodal lines, and charge-4 octuple points. Based on the MAGNDATA database, we identified 498 collinear magnets with unconventional magnons, among which over 200 magnon band structures were obtained by using first-principles calculations and linear spin wave theory. Additionally, we evaluated the influence of the spin-orbit coupling-induced exchange interaction in these magnets and found that more than 80% are predominantly governed by the Heisenberg interactions, indicating that SSG serves as an ideal framework for describing magnon band nodes in most 3d, 4d and half-filled 4f collinear magnets. Our work offers new pathways for exploring uncharged transports in magnonic systems, holding promise for advancements in next-generation spintronic devices.

cond-mat.mtrl-sci

Enumeration and representation theory of spin space groups

Those fundamental physical properties, such as phase transitions, Weyl fermions, and spin excitation, in all magnetic ordered materials, were ultimately believed to rely on the symmetry theory of magnetic space groups. Recently, it has come to light that a more comprehensive group, known as the spin space group (SSG), which combines separate spin and spatial operations, is necessary to fully characterize the geometry and underlying properties of magnetic ordered materials. However, the basic theory of SSG has seldom been developed. In this work, we present a systematic study of the enumeration and the representation theory of SSG. Starting from the 230 crystallographic space groups and finite translation groups with a maximum order of 8, we establish an extensive collection of over 100000 SSGs under a four-index nomenclature as well as the International notation. We then identify inequivalent SSGs specifically applicable to collinear, coplanar, and noncoplanar magnetic configurations. To facilitate the identification of SSG, we develop an online program (findspingroup.com) that can determine the SSG symmetries of any magnetic ordered crystals. Moreover, we derive the irreducible co-representations of the little group in momentum space within the SSG framework. Finally, we illustrate the SSG symmetries and physical effects beyond the framework of magnetic space groups through several representative material examples, including a well-known altermagnet RuO2, spiral spin polarization in the coplanar antiferromagnet CeAuAl3, and geometric Hall effect in the noncoplanar antiferromagnet CoNb3S6. Our work advances the field of group theory in describing magnetic ordered materials, opening up avenues for deeper comprehension and further exploration of emergent phenomena in magnetic materials.

cond-mat.mtrl-sci

Multipartite quantum correlation, spatially anisotropic coupling, and finite temperature effects in a triangular Ising system with tunable interactions

We investigate multipartite quantum correlation (MQC), spatially anisotropic coupling, and finite temperature effects in a triangular Ising system with tunable interactions using the exact diagonalization method. We demonstrate that spatially anisotropic coupling serves as an effective means to modulate MQC in the antiferromagnetic ground state, which is achievable with current experimental technologies. Moreover, we explore the interplay between MQC and spatially anisotropic coupling in the Ising system at finite temperatures. Our findings reveal a three-way trade-off relationship among high MQC, robust thermal stability, and anisotropic strength in the triangular Ising system with antiferromagnetic interactions, though the MQC in the ferromagnetic case is quite susceptible to temperature changes. These insights contribute to our understanding of ground state properties and MQC modulation in quantum many-body systems.

quant-ph

Chiral Dirac fermion in a collinear antiferromagnet

In a Dirac semimetal, the massless Dirac fermion has zero chirality, leading to surface states connected adiabatically to a topologically trivial surface state as well as vanishing anomalous Hall effect (AHE). Recently, it is predicted that in the nonrelativistic limit of certain collinear antiferromagnets, there exists a type of chiral Dirac-like fermion, whose dispersion manifests four-fold degenerate crossing points formed by spin-degenerate linear bands, with topologically protected Fermi arcs. Such unconventional chiral fermion, protected by a hidden SU(2) symmetry in the hierarchy of an enhanced crystallographic group, namely spin space group, is not experimentally verified yet. Here, by angle-resolved photoemission spectroscopy measurements, we reveal the surface origin of the electron pocket at the Fermi surface in collinear antiferromagnet CoNb3S6. Combining with neutron diffraction and first-principles calculations, we suggest a multidomain collinear AFM configuration, rendering the the existence of the Fermi-arc surface states induced by chiral Dirac-like fermions. Our work provides spectral evidence of the chiral Dirac-like fermion caused by particular spin symmetry in CoNb3S6, paving an avenue for exploring new emergent phenomena in antiferromagnets with unconventional quasiparticle excitations.

cond-mat.mtrl-sci

Long-range multipartite quantum correlations and factorization in a one-dimensional spin-1/2 $XY$ chain

We study the properties of multipartite quantum correlation (MQC) in a one-dimensional spin-1/2 $XY$ chain, where the three-spin reduced states are focused on and the four introduced MQC measures are based on entanglement negativity and entanglement of formation. It is found that, even in the Ising case, the three-spin subsystems have the long-range MQCs and the tripartite quantum correlations beyond the nearest-neighbor three spins can detect the quantum phase transition and obey the finite-size scaling around the critical point. Furthermore, in the $XY$ model, we show that the two selected MQCs can indicate exactly the factorization point of the ground state for the anisotropic model in the thermodynamic and finite-size cases. Moreover, the spatial distribution of MQC based on entanglement negativity can attain to a much larger range by tuning the anisotropic parameter, and the newly defined MQC based on entanglement of formation can detect the bound entanglement in the three-spin subsystems when the entanglement negativity loses its efficacy.

quant-ph

Multipartite quantum correlations in the frustrated and nonfrustrated regimes of a tunable triangular Ising system

We study the multipartite quantum correlation (MQC) in a quantum transverse Ising system with the tunable triangular configuration, where it is found that the MQC itself cannot always discriminate the frustrated and nonfrustrated regimes of the ground state but the MQC combined with our newly defined MQC susceptibility can complete the task. Meanwhile, we reveal that the spatially anisotropic coupling is an effective and feasible tool for the MQC modulation in the ground state of frustrated Ising spins. Furthermore, we analyze the multipartite correlation properties in the thermal state, where it is shown that, unlike the thermally fragile MQC in the nonfrustrated regimes, there is a three-way trade-off relation among high MQC, strong thermal robustness, and the spatially anisotropic interactions in the frustrated spins. In addition, an experimental scheme for the MQC modulation via the anisotropic coupling is discussed in the system of cold atoms trapped in an optical lattice.

quant-ph

Topologically protected long-range coherent energy transfer

The realization of robust coherent energy transfer with a long range from a donor to an acceptor has many important applications in the field of quantum optics. However, it is hard to be realized using conventional schemes. Here, we demonstrate theoretically that the robust energy transfer can be achieved using a photonic crystal platform, which includes the topologically protected edge state and zero-dimensional topological corner cavities. When the donor and the acceptor are put into a pair of separated topological cavities, respectively, the energy transfer between them can be fulfilled with the assistance of the topologically protected interface state. Such an energy transfer is robust against various kinds of defects, and can also occur over very long distances, which is very beneficial for biological detections, sensors, quantum information science and so on.

physics.optics

Topologically protected strong coupling and entanglement between distant quantum emitters

The realization of robust strong coupling and entanglement between distant quantum emitters (QEs) is very important for scalable quantum information processes. However, it is hard to achieve it based on conventional systems. Here, we propose theoretically and demonstrate numerically a scheme to realize such strong coupling and entanglement. Our scheme is based on the photonic crystal platform with topologically protected edge state and zero-dimensional topological corner cavities. When the QEs are put into topological cavities, the strong coupling between them can be fulfilled with the assistance of the topologically protected interface state. Such a strong coupling can maintain a very long distance and be robust against various defects. Especially, we numerically prove that the topologically protected entanglement between two QEs can also be realized. Moreover, the duration of quantum beats for such entanglement can reach several orders longer than that for the entanglement in a conventional photonic cavity, making it be very beneficial for a scalable quantum information process.

physics.optics