SearcharxivSearch

arXiv subjects

Lin Lin

Publications and source records attributed to Lin Lin.

At least 55 records · Page 3Linked to original sources

Spectroscopic Observations and Emission-Line Diagnoses for H ii Regions in the Late-Type Spiral Galaxy NGC 2403

Being ionized nebulae where star formation events take place, H ii regions are not only natural laboratories for studying physical processes of star formation and photoionization but also signatures reflecting evolution of their internal stellar populations and hosting galaxies. In this paper, we present a comprehensive analysis of spectral emission-line data for H ii regions in the nearby spiral galaxy NGC 2403, aimed at gaining deep insight into underlying properties and evolution for the H ii regions and the galaxy. The spectroscopic data are obtained through observations with the 2.16 m telescope at National Astronomical Observatories of China and a collection of published data in the literature. Photoionization modeling is combined in the analysis for diagnosing the spectral features and interpreting the observational data with certain physical mechanisms. Results of this work not only involve estimates of a set of parameters such as metallicity, the ionization parameter, etc., and evolution stages for the H ii regions in NGC 2403 but also reveal distinct characteristics of different spectral features and their sensitivities to specific parameters, which provides an instructive implication for proper usages of emission-line diagnostics for H ii regions or galaxies nearby and far away.

astro-ph.GA

A Sketch-and-Project Analysis of Subsampled Natural Gradient Algorithms

Subsampled natural gradient descent (SNG) has been used to enable high-precision scientific machine learning, but standard analyses based on stochastic preconditioning fail to provide insight into realistic small-sample settings. We overcome this limitation by instead analyzing SNG as a sketch-and-project method. Motivated by this lens, we discard the usual theoretical proxy which decouples gradients and preconditioners using two independent mini-batches, and we replace it with a new proxy based on squared volume sampling. Under this new proxy we show that the expectation of the SNG direction becomes equal to a preconditioned gradient descent step even in the presence of coupling, leading to (i) global convergence guarantees when using a single mini-batch of any size, and (ii) an explicit characterization of the convergence rate in terms of quantities related to the sketch-and-project structure. These findings in turn yield new insights into small-sample settings, for example by suggesting that the advantage of SNG over SGD is that it can more effectively exploit spectral decay in the model Jacobian. We also extend these ideas to explain a popular structured momentum scheme for SNG, known as SPRING, by showing that it arises naturally from accelerated sketch-and-project methods.

cs.LG

Simple and efficient end-to-end quantum thermal and ground state preparation

Quantum computing algorithms for many-body physics, chemistry and materials science typically require the preparation of thermal or ground states for a given Hamiltonian. We propose quantum algorithms based on system-bath interactions to prepare thermal and ground states for a range of physically relevant Hamiltonians. These algorithms require only forward evolution under a system-bath Hamiltonian in which the bath is a single reusable ancilla qubit, making them especially well-suited for early fault-tolerant quantum devices. By carefully designing the bath and interaction Hamiltonians, we prove that the fixed point of the dynamics accurately approximates the desired quantum state. Furthermore, we establish theoretical guarantees on the mixing time, and thereby provide a rigorous justification for the end-to-end efficiency of system-bath interaction models in thermal and ground state preparation for the physically relevant models we consider.

quant-ph

Tradeoff Between the Number of Transmitted Molecules and the BER Performance in Molecular Communication between Bionanosensors

In the domain of molecular communication (MC), information is conveyed through the characteristics of molecules transmitted between the transmitter and the receiver bionanosensors via propagation. The constrained size of the transmitter imposes limitations on its storage capacity, constraining the number of available molecules for transmission, with a resulting effect on communication reliability. This paper primarily focuses on achieving an equilibrium between the number of transmitted molecules and the bit error rate (BER) performance. To this end, we first analyze the relationship between the number of transmitted molecules and the BER performance. Subsequently, a balancing function that considers both the number of transmitted molecules and the BER performance is introduced, taking into account the molecules' respective weights. Given the difference in magnitude between the number of transmitted molecules and the BER, these parameters are normalized to facilitate analysis. Subsequently, a Gradient Descent Algorithm is employed to determine the optimal number of transmitted molecules, aiming to achieve the optimal equilibrium in the analyzed MC system. Theoretical and simulation results are provided, substantiating that the optimal outcome indeed establishes an ideal balance between the number of transmitted molecules and the BER.

cs.IT

Energy Efficient Transmitter Creation by Consuming Free Energy in Molecular Communication

Information molecules play a crucial role in molecular communication (MC), acting as carriers for information transfer. A common approach to get information molecules in MC involves harvesting them from the environment; however, the harvested molecules are often a mixture of various environmental molecules, and the initial concentration ratios in the reservoirs are identical, which hampers high-fidelity transmission techniques such as molecular shift keying (MoSK). This paper presents a transmitter design that harvests molecules from the surrounding environment and stores them in two reservoirs. To separate the mixed molecules, energy is consumed to transfer them between reservoirs. Given limited energy resources, this work explores energy-efficient strategies to optimize transmitter performance. Through theoretical analysis and simulations, we investigate different methods for moving molecules between reservoirs. The results demonstrate that transferring higher initial concentration molecules enhances transmitter performance, while using fewer molecules per transfer further improves efficiency. These findings provide valuable insights for optimizing MC systems through energy-efficient molecule transfer techniques.

cs.IT

Quantum-Enhanced Dark Matter Search Using Cat States

Quantum metrology has recently emerged as a powerful approach for dark matter (DM) searches, particularly using nonclassical bosonic states in microwave cavities that are sensitive to weak signals. Nonclassical cat states - macroscopic superpositions of coherent states featuring sub-Planck interference structures - offer promising advantages for high-precision measurements. However, their practical utility in DM search remains unexplored. Here, we report the first experimental application of four-component cat states within a high-quality superconducting microwave cavity to search for dark photons, a potential DM candidate. We demonstrate an 8.1-fold enhancement in the signal photon rate and constrain the dark photon kinetic mixing angle to an unprecedented $\epsilon < 7.32 \times 10^{-16}$ near 6.44~GHz (26.6~$\mu$eV). By employing a parametric sideband drive to actively tune the cavity frequency, we achieve dark photon searches and background subtraction across multiple frequency bins, yielding a sensitivity at the $10^{-16}$ level within a 100~kHz bandwidth. Our cat-assisted DM (CaD) search and frequency-scanning techniques demonstrate substantial improvements over previous results, promising potential implications in quantum-enhanced searches for new physics.

quant-ph

Step-3 is Large yet Affordable: Model-system Co-design for Cost-effective Decoding

Large language models (LLMs) face low hardware efficiency during decoding, especially for long-context reasoning tasks. This paper introduces Step-3, a 321B-parameter VLM with hardware-aware model-system co-design optimized for minimizing decoding costs. Step-3 innovates in two key dimensions: (1) A novel Multi-Matrix Factorization Attention (MFA) mechanism that significantly reduces both KV cache size and computation while maintaining high attention expressiveness, and (2) Attention-FFN Disaggregation (AFD), a distributed inference system that decouples attention and Feed-Forward Network (FFN) layers into specialized subsystems. This co-design achieves unprecedented cost efficiency: Step-3 significantly reduces theoretical decoding costs compared with models like DeepSeek-V3 and Qwen3 MoE 235B, with the gains widening at longer context. Step-3 achieves low cost while activating 38B parameters per token (more than DeepSeek-V3 and Qwen3 MoE 235B), demonstrating that hardware-aligned attention arithmetic intensity, MoE sparsity, and AFD are critical to cost-effectiveness. We perform a head-to-head comparison with DeepSeek-V3 in its favorable scenarios. Our implementation on Hopper GPUs achieves a decoding throughput of up to 4,039 tokens per second per GPU under 50ms TPOT SLA (4K context, FP8, no MTP). It is higher than DeepSeek-V3's 2,324 in the same setup and sets a new Pareto frontier for LLM decoding.

cs.LG

Investigating FRB 20240114A with FAST: Morphological Classification and Drifting Rate Measurements in a Burst-Cluster Framework

This study investigates the morphological classification and drifting rate measurement of the repeating fast radio burst (FRB) source FRB 20240114A using the Five-hundred-meter Aperture Spherical Telescope (FAST). Detected on January 14, 2024, FRB 20240114A exhibited an exceptionally high burst rate, revealing unique properties. Through observational campaigns over several months, we selected a dataset comprising 3,203 bursts (2,109 burst-clusters) during a continuous monitoring session (15,780 seconds) on March 12, 2024. Improving upon previous work, we clarify the definitions of sub-bursts, bursts and burst-clusters. Using an average dispersion measures (DM) of 529.2 pc cm$^{-3}$, we classified the burst-clusters into Downward Drifting, Upward Drifting, No Drifting, No Evidence for Drifting, Not-Clear, and Complex burst-clusters. Among the 978 burst-clusters that exhibit drifting behavior, 233 (23.82%) show upward drifting. Additionally, if 142 upward drifting single-component burst-clusters are excluded, upward drifting double- and multi-component burst-clusters still account for 10.89% of the 836 burst-clusters exhibiting drifting behavior, equating to 91 burst-clusters. Furthermore, if only upward drifting burst-clusters with consecutive time intervals (or upward drifting bursts) are considered, only 9 bursts remain. Drifting rate comparisons with other physical quantities reveal that the drifting rate increases with peak frequency for single-component burst-clusters with drifting behavior. Moreover, in single-component burst-clusters, those with upward drifting exhibit smaller effective widths, bandwidths, and fluxes than their downward drifting counterparts. A Kolmogorov-Smirnov test further indicates that upward drifting burst-clusters possess longer consecutive time intervals than downward drifting ones, suggesting distinct underlying physical mechanisms.

astro-ph.HE

A comprehensive search for Long and Short Periodic Features from an Extremely Active Cycle of FRB 20240114A

Possible periodic features in fast radio bursts (FRBs) may provide insights into their astrophysical origins. Using extensive observations from the Five-hundred-meter Aperture Spherical radio Telescope (FAST), we conduct a multi-timescale periodicity search for the exceptionally active repeater FRB~20240114A. Our analysis is based on different datasets for different timescales: for short-timescale periodicity in Time of Arrivals (TOAs), we use 57 observations from January to August 2024; for long-timescale periodicity, we employ an extended TOA dataset comprising 111 observations spanning from January 2024 to October 2025; and for burst time series analysis, we utilize individual burst data from the 57 FAST observations. We identify three candidate short-timescale periodic signals (0.673~s, 0.635~s, and 0.536~s) with significances of $3.2\sigma$--$6\sigma$, each detected in two independent observations. On longer timescales, we detect a significant $143.40\pm7.19$-day periodicity with $5.2\sigma$ significance, establishing FRB~20240114A as a periodic repeater. In burst time series, we find quasi-periodic oscillations in the few hundred Hz range ($3.4\sigma$ and $3.7\sigma$) and periodic burst trains with periods of several to tens of milliseconds ($3\sigma$--$3.9\sigma$), though these periodic features appear transient and short-lived. The detection of periodic signals at these different time scales indicates that FRB 20240114A exhibits intriguing periodic self-similar characteristics. Despite the comprehensive dataset, no definitive periodicity linked to the source's rotation is confirmed, placing stringent constraints on the intrinsic source properties and the modulation mechanisms. All data are available via the Science Data Bank.

astro-ph.HE

The magnetar model's energy crisis for a prolific repeating fast radio burst source

Fast radio bursts (FRBs) are widely considered to originate from magnetars that power the explosion through releasing magnetic energy. Active repeating FRBs have been seen to produce hundreds of bursts per hour and can stay active for months, thus may provide stringent constraints on the energy budget of FRBs' central engine. Within a time span of 214 days, we detected 11,553 bursts from the hyper-active FRB 20240114A that reached a peak burst rate of 729 hr$^{-1}$. This is the largest burst sample from any single FRB source, exceeding the cumulative total of all published bursts from all known FRBs to date. Assuming typical values of radio efficiency and beaming factor, the estimated total isotropic burst energy of this source exceeds 86% of the dipolar magnetic energy of a typical magnetar. The total released energy from this source exceeds that of other known repeaters by about one and a half orders of magnitude, yielding the most stringent lower limit of $4.7\times10^{32}$ G cm$^3$ for the magnetar's magnetic moment. The source remained active at the end of this observation campaign. Our findings thus require either the FRB's central magnetar engine's possessing exceptionally high emission efficiency or a more powerful compact object than a typical magnetar.

astro-ph.HE

Optimized auxiliary functions for robust mitigation of finite-size errors in periodic hybrid density functional theory

When calculating properties of periodic systems at the thermodynamic limit (TDL), the dominant source of finite size error (FSE) arises from the long-range Coulomb interaction, and can manifest as a slowly converging quadrature error when approximating an integral in the reciprocal space by a finite sum. The singularity subtraction (SS) method offers a systematic approach for reducing this quadrature error and thus the FSE. In this work, we first investigate the performance of the SS method in the simplest setting, aiming at reducing the FSE in exact exchange calculations by subtracting the Coulomb contribution with a single, adjustable Gaussian auxiliary function. We demonstrate that a simple fitting method can robustly estimate the optimal Gaussian width and leads to rapid convergence toward the TDL. Furthermore, we suggest new forms of the auxiliary function, whose optimal parameters could also be determined through least-squares fitting. For a range of semiconductors and insulators, the proposed auxiliary functions achieve robust, millihartree-level accuracy in hybrid density functional theory calculations, including cases with sparse k-meshes and large basis sets.

physics.comp-ph

Coupled Lindblad pseudomode theory for simulating open quantum systems

Coupled Lindblad pseudomode theory is a promising approach for simulating non-Markovian quantum dynamics on both classical and quantum platforms, with dynamics that can be realized as a quantum channel. We provide theoretical evidence that the number of coupled pseudomodes only needs to scale as $\mathrm{polylog}(T/\varepsilon)$ in the simulation time $T$ and precision $\varepsilon$. Inspired by the realization problem in control theory, we also develop a robust numerical algorithm for constructing the coupled modes that avoids the non-convex optimization required by existing approaches. We demonstrate the effectiveness of our method by computing population dynamics and absorption spectra for the spin-boson model. This work provides a significant theoretical and computational improvement to the coupled Lindblad framework, which impacts a broad range of applications from classical simulations of quantum impurity problems to quantum simulations on near-term quantum platforms.

quant-ph

Physics of Strong Magnetism with eXTP

In this paper we present the science potential of the enhanced X-ray Timing and Polarimetry (eXTP) mission, in its new configuration, for studies of strongly magnetized compact objects. We discuss the scientific potential of eXTP for quantum electrodynamic (QED) studies, especially leveraging on the recent observations made with the NASA IXPE mission. Given eXTP's unique combination of timing, spectroscopy, and polarimetry, we focus on the perspectives for physics and astrophysics studies of strongly magnetized compact objects, such as magnetars and accreting X-ray pulsars. Developed by an international Consortium led by the Institute of High Energy Physics of the Chinese Academy of Sciences, the eXTP mission is expected to launch in early 2030.

astro-ph.HE

Prospects for Time-Domain and Multi-Messenger Science with eXTP

In this new era of time-domain and multi-messenger astronomy, various new transients and new phenomena are constantly being discovered thanks to the rapid advances in observations, which provide the excellent opportunity to study the physics in the extreme environments. The enhanced X-ray Timing and Polarimetry mission (eXTP), planned to be launched in 2030, has several key advantages, including advanced polarimetry, high sensitivity & large effective area, and wide energy range coverage, which make it a groundbreaking project in high-energy astrophysics. In this article, we briefly introduce the potential time-domain and multi-messenger targets for eXTP, including gravitational-wave (GW) counterparts, gamma-ray bursts (GRBs), magnetars and fast radio bursts (FRBs), tidal disruption events (TDEs), supernovae, high energy neutrinos and TeV active galactic nucleus (AGNs), and so on. We discuss the advantages of future eXTP observations for detecting these sources, their detection capabilities, the abilities to distinguish theoretical models, and their applications in gravity and cosmology.

astro-ph.HE

Dissipative Preparation of Many-Body Quantum States: Towards Practical Quantum Advantage

While dissipation has traditionally been viewed as an obstacle to quantum coherence, it is increasingly recognized as a powerful computational resource. Dissipative protocols can prepare complex many-body quantum states by leveraging engineered system-environment interactions. This essay focuses on a class of algorithms that utilize algorithmically constructed Lindblad generators, and highlight recent advances enabling the preparation of ground and thermal states for certain non-commuting Hamiltonians with rigorous performance guarantees. We also propose extensions of these protocols to prepare excited and resonance states, which may offer new pathways toward realizing practical quantum advantage on early fault-tolerant quantum computing platforms.

quant-ph

Inverse nonlinear fast Fourier transform on SU(2) with applications to quantum signal processing

The nonlinear Fourier transform (NLFT) extends the classical Fourier transform by replacing addition with matrix multiplication. While the NLFT on $\mathrm{SU}(1,1)$ has been widely studied, its $\mathrm{SU}(2)$ variant has only recently attracted attention due to emerging applications in quantum signal processing (QSP) and quantum singular value transformation (QSVT). In this paper, we investigate the inverse NLFT on $\mathrm{SU}(2)$ and establish the numerical stability of the layer stripping algorithm for the first time under suitable conditions. Furthermore, we develop a fast and numerically stable algorithm, called inverse nonlinear fast Fourier transform, for performing inverse NLFT with near-linear complexity. This algorithm is applicable to computing phase factors for both QSP and the generalized QSP (GQSP).

quant-ph

Operator-Level Quantum Acceleration of Non-Logconcave Sampling

Sampling from probability distributions of the form $\sigma \propto e^{-\beta V}$, where $V$ is a continuous potential, is a fundamental task across physics, chemistry, biology, computer science, and statistics. However, when $V$ is non-convex, the resulting distribution becomes non-logconcave, and classical methods such as Langevin dynamics often exhibit poor performance. We introduce the first quantum algorithm that provably accelerates a broad class of continuous-time sampling dynamics. For Langevin dynamics, our method encodes the target Gibbs measure into the amplitudes of a quantum state, identified as the kernel of a block matrix derived from a factorization of the Witten Laplacian operator. This connection enables Gibbs sampling via singular value thresholding and yields up to a quartic quantum speedup over best-known classical Langevin-based methods in the non-logconcave setting. Building on this framework, we further develop the first quantum algorithm that accelerates replica exchange Langevin diffusion, a widely used method for sampling from complex, rugged energy landscapes.

quant-ph

Searching for quasi-periodicities in short transients: the curious case of GRB 230307A

Gamma-ray bursts (GRBs) are the most powerful explosions in the Universe; their energy release reache s us from the end of the re-ionization era, making them invaluable cosmological probes. GRB 230307A i s the second-brightest GRB ever observed in the 56 years of observations since the discovery of the phenomenon in 1967. Follow-up observations of the event at longer wavelengths revealed a lanthanide-ri ch kilonova with long-lasting X-ray emission immediately following the prompt gamma-rays. Moreover, t he gamma-ray light curve of GRB 230307A collected with INTEGRAL's SPectrometer of INTEGRAL AntiCoincidence Shield (SPI-ACS) and Fermi's Gamma-Ray Burst Monitor (GBM). We use Fourier analysis, wavelets and Gaussian Processes to search for periodic and quasi-periodic oscillations (QPOs) in the prompt gamma-ray emission of GRB 230307A. We critically assess all three methods in terms of their robustness for detections of QPOs in fast transients such as GRBs. Our analyses reveal QPOs at a frequency of $\sim 1.2$ Hz (0.82s period) near the burst's peak emission phase, consistent across instruments and detection methods. We also identify a second, less significant QPO at $\sim 2.9$ Hz (0.34s) nearly simultaneously. We hypothesise that the two QPOs originate from the transition epoch at the end of the jet acceleration phase. These QPOs re present plasma circulation periods in vorticity about the jet axis carried outwards to the prompt radiation zone at much larger radii. They are sampled by colliding structures (e.g., shocks) in the spinning jet, possibly marking the evolution of plasma rotation during the final stages of the progenitor neutron star coalescence event.

astro-ph.HE