SearcharxivSearch

arXiv subjects

Chengyuan Li

Publications and source records attributed to Chengyuan Li.

At least 19 recordsLinked to original sources

A Systematic Gaia--ZTF Search for Short-Period Blue Compact-Binary Candidates

We present a catalog of 147 short-period (10.34--106.46~min) blue compact-binary candidates, identified by combining Gaia DR3 astrometry and photometry with ZTF DR23 light curves via a Gaia selection, period searches, and machine-learning morphology ranking. Of these, 111 lack prior compact-binary classifications. Multiwavelength data (DESI DR1, GALEX, AllWISE) reveal a heterogeneous sample: on the Gaia colour--magnitude diagram, 52 sources lie on the white-dwarf locus, 69 in the hot-subdwarf region, and 26 are intermediate. Among 26 sources with DESI spectra, only about one third follow the white-dwarf cooling sequence; the rest are more luminous blue stars with white-dwarf-like low-resolution spectra. We highlight a prioritized subset of new white-dwarf-locus candidates for follow-up, including ten with periods below 40~min and none with existing radial-velocity data. Under fiducial binary assumptions, 17 of these newly identified white-dwarf-locus candidates would exceed the adopted LISA signal-to-noise threshold (led by a 37~pc white dwarf), with the count depending on chirp mass (9 for $0.15\,M_\odot$, 17 for $0.3\,M_\odot$, 21 for $0.6\,M_\odot$), assuming orbital modulation. However, for most of the white-dwarf-locus sample, observed modulation amplitudes exceed any plausible ellipsoidal signal by three to five orders of magnitude, implying that rotating magnetic or chemically inhomogeneous single white dwarfs offer a viable alternative that ZTF photometry alone cannot rule out---the catalog includes at least one confirmed case. We release the full 147-source catalog, including periods, Gaia/spectroscopic classifications, harmonic/ellipsoidal diagnostics, and supplementary tables of fiducial GW estimates and UV--IR photometry.

astro-ph.SR

Binary Constraints on the Origin of Nitrogen-rich Field Stars

Recent JWST observations have revealed galaxies with unusually high N/O ratios, suggesting that nitrogen enrichment may be common in intense star-forming environments in the early Universe. In the Milky Way, nitrogen-rich(N-rich) stars in the Galactic field have long served as probes of early Galaxy formation and globular cluster enrichment. However, the identification of binaries among these stars raises the possibility that binary mass transfer could contribute to their origin. In this work, we utilize multi-epoch radial velocities and element abundances from APOGEE DR17 to constrain their formation sites. Among 266 N-rich field stars, 33 exhibit radial velocity variations of $\Delta {\rm RV} > 1\,{\rm km/s}$, including 10 robust spectroscopic binaries identified using the $F_2$ statistic within a well-sampled subset of 46 stars. The resulting close-binary fraction ($21.7\pm6.1\%$) is statistically indistinguishable from that of chemically normal field stars ($18.1\pm0.6\%$), showing no evidence of the excess expected from AGB binary pollution. This is further supported by the absence of correlation between [N/Fe] and [Ce/Fe] and the lack of [C/Fe] enhancement. Crucially, we detect an anti-correlation between binary fraction and [Al/Fe], with strongly Al-enhanced stars ($[\mathrm{Al/Fe}] \gtrsim 0.5$) exhibiting a reduced binary fraction ($< 10\%$). This trend serves as a dynamical fingerprint of high-density environments, consistent with the efficient disruption of binaries via three-body interactions in GC cores. Our results do not support binary mass transfer as the dominant formation channel for N-rich field stars; they are predominantly GC escapees that retain the dynamical memory of their dense birth sites.

astro-ph.GA

Chemical Abundances and Globular Clusters of Milky Way Dwarf Galaxies

We present an overview of our ongoing GASTRONOMI project, which investigates the coevolution of the Milky Way (MW), its satellite dwarf galaxies, and their star clusters through chemo-dynamical analysis. We derive precise chemical abundances for stars in five classical dwarf galaxies, which reveal mass-dependent chemical evolution, particularly in alpha elements, such as [Si/Fe]. A distinct dichotomy in [Al/Fe] is found between metal-rich ([Fe/H]>-1.5) stars formed in-situ in the MW and those originating in dwarf galaxies. Star clusters act as sensitive environmental probes. The presence of multiple populations correlates with galactic evolution, and nitrogen-rich stars in Fornax are likely relics of disrupted globular clusters (GCs). We developed a chemical classification for Galactic GCs, isolating primordial populations by their low [Al/Fe]. This places in-situ and accreted GCs in distinct regions of the [Al/Fe]-[Fe/H] plane, providing a new tool to reconstruct the Galaxy's accretion history.

astro-ph.GA

An Adjoint-Based Differentiable Physics Framework for Online Parameter Inversion in Closed-Brayton Gas-Cooled Reactor Digital Twins

Digital twins for advanced reactors must invert physical parameters online from noisy, partial sensor streams while the plant is rarely at steady state. Gradient-based inversion is the natural tool for this task, but the forward models in routine use are seldom differentiable end to end, so practitioners fall back on derivative-free filters. We present an end-to-end-differentiable digital twin of a closed-Brayton gas-cooled reactor that propagates reverse-mode automatic differentiation through an implicit differential-algebraic plant model, exposing exact parameter sensitivities. The twin drives an AD-Hessian incremental 4D-Var estimator, benchmarked against ensemble, unscented, and finite-difference variational baselines over a two-by-two matrix that crosses steady with transient excitation and full with partial observation. No single estimator wins everywhere: the unscented filter keeps its best-linear-unbiased advantage on the controlled steady-state corner, while the proposed estimator attains the lowest mean error on the reflector coefficient on the other three corners --- reaching \SI{0.43}{\percent} under transient full observation, roughly an order of magnitude below the unscented filter, and matching the ensemble filter at low-to-moderate noise on the combined transient-partial corner. Every estimator's variance sits within a small factor of the Cram\'er--Rao bound, so the residual error reflects a deterministic bias floor from the twin's differentiability simplifications rather than statistical inefficiency, and the advantage is one of robustness to the resulting multi-modal loss landscape, which a component ablation localises by regime. Differentiating a first-principles plant model thus makes gradient-based inversion competitive with established filters across a reactor's operating range.

eess.SY

jaxdae: A JAX-native Differentiable Solver for Differential-Algebraic Equations in Coupled Multi-physics

Many engineered models begin as partial differential equations. Spatial discretization converts them into ordinary differential equations coupled to algebraic constraints---conservation closures, constitutive laws, network topology---whose joint evolution is a differential-algebraic equation (DAE). Parameter inversion, uncertainty quantification, Bayesian inference, and optimal control all require gradients of this solve. The two software traditions that should supply them have not met: industrial acausal modeling tools simulate DAEs forward but stop at reverse-mode differentiation, while differentiable-physics frameworks in JAX handle explicit ODEs and PDEs but leave the algebraic-constraint layer untouched. Here we show that the forward DAE solve and its reverse-mode sensitivity can be unified in one JAX-native suite. jaxdae pairs adaptive BDF, Radau, and Rosenbrock integration with Pantelides index reduction and dummy derivatives, and makes the adaptive BDF path differentiable by freezing the accepted step grid and re-solving a variable-step BDF-2 on it for the backward pass. The full pipeline differentiates under one $\texttt{jax.grad}$ call, XLA fuses a batched parameter sweep into one program whose wall time stays nearly flat from batch~1 to~1000, and the DAE becomes a differentiable primitive for inference, control, and design.

cs.MS

Escaped White Dwarf Candidates from Open Clusters

Observations reveal a pronounced deficit of white dwarfs (WDs) in open clusters (OCs) relative to theoretical expectations, suggesting that a significant fraction of WDs may have escaped from their parent clusters after formation. In this work, we perform a systematic search for escaped WD candidates from OCs by back-tracing the motions of WDs and star clusters from Gaia DR3 catalogs. We identify 476 candidate WDs with kinematics consistent with having escaped from one of 175 OCs. A control-field Monte Carlo (MC) test yields a contamination rate of 87.6% +/- 4.3%. Given this high contamination rate, we filter the candidates by ensuring each WD's total age is consistent with its host cluster age, thereby establishing a more reliable follow-up sample of 109 stars. The excluded candidates with anomalous ages are more likely field interlopers or products of accelerated binary evolution. Among these, the low-mass regime exhibits a clear excess over expected field binary merger rates, whereas the high-mass regime remains broadly consistent with binary population synthesis predictions. Finally, comparing escaped WDs with cluster properties, absolute escape counts appear limited by Gaia's distance-dependent incompleteness. The normalized escape fraction shows little dependence on cluster age, possibly favouring WD loss near formation over gradual evaporation, but is strongly anticorrelated with cluster mass, plausibly because deeper potential wells of massive clusters retain more of their WDs.

astro-ph.SR

Star Clusters in the Ultraviolet

Ultraviolet (UV) observations provide a powerful window into the hot and evolved stellar populations that shape the structure, evolution and integrated light of star clusters. Because UV wavelengths are highly sensitive to massive main-sequence stars, blue straggler stars (BSS), extreme-horizontal branch (HB) stars, post-HB stars, interacting binaries and compact remnants, they probe key evolutionary processes that are inaccessible at optical and infrared wavelengths. This review synthesises five decades of UV studies of star clusters across the Milky Way, the Magellanic Clouds (MCs) and nearby galaxies, drawing on results from early space missions, wide-field surveys, and high-resolution imaging. In Galactic open clusters, UV studies have revealed compact companions$-$including white dwarfs, hot subdwarfs and stripped stars$-$and have established the mass-transfer origins of BSS, Blue Lurkers and yellow stragglers. In globular clusters, UV imaging has identified multiple stellar populations through UV-sensitive molecular bands, probed helium enrichment and mapped HB morphologies. Wide-field UVIT surveys have extended HST studies with homogeneous catalogues of HB and post-HB stars across entire clusters. In the MCs, UV observations have transformed our understanding of multiple populations, rotation-driven extended main-sequence turn-offs and the UV-dim phenomenon, while spectroscopic surveys have constrained massive-star evolution, stellar winds and binarity at low metallicity. UV mapping of the Magellanic Bridge has revealed ongoing massive-star formation in low-density tidal environments. Beyond the Local Group, UV studies of extragalactic clusters constrain star-formation histories, stellar feedback and population synthesis across galactic environments. Collectively, UV observations now form a cornerstone of star cluster astrophysics and will continue to do so with upcoming missions.

astro-ph.GA

Testing an Ap-like Magnetic Braking Origin for the Extended Main Sequence in Young Open Clusters

Young open clusters commonly exhibit extended or split upper main sequences, which are widely interpreted as signatures of broad, and in some cases bimodal, stellar rotation distributions. The physical origin of the component commonly associated with slow rotation in this framework remains debated. One proposed channel invokes merger-induced magnetic braking analogous to that seen in Ap stars, which predicts that a large fraction of the relevant stars should host strong, stable surface magnetic fields and exhibit the Ap-like chemical peculiarity responsible for the characteristic $5200\,\mathrm{\AA}$ flux depression. We test this prediction using Gaia XP spectra of A-type stars in a sample of eight young open clusters and a diagnostic of the $5200\,\mathrm{\AA}$ flux depression. If Ap-like magnetic braking made a dominant contribution to the extended main-sequence phenomenon, a substantially enhanced incidence of $5200\,\mathrm{\AA}$ depression would be expected. Instead, we find no evidence for such a large excess. These results disfavour Ap-like magnetic braking as the dominant explanation for the extended main sequence in young open clusters, while leaving open magnetic or non-magnetic channels that would not produce a clear Ap-like $5200\,\mathrm{\AA}$ signature.

astro-ph.SR

A Candidate Low-mass Disk-eclipsing Binary in the ~316 Myr Open Cluster UPK 13

UPK~13-c2 is a candidate member of the $\sim$316~Myr open cluster UPK~13 and was previously classified as a white dwarf + main-sequence (WD$+$MS) binary with 99.44\% confidence. We present multi-band photometric evidence that it is instead more plausibly a late-K/early-M binary with a misaligned circumbinary disk. The photometry reveals a flat-bottomed eclipse at $P=36.71$~days with an approximately achromatic $\sim$40\% flux decrement from the optical through $W1$, a reduced $W2$ depth, and a prominent mid-infrared excess at $W3/W4$. Two independent diagnostics strongly disfavor the WD$+$MS interpretation. First, the flat eclipse floor and 2.5-day ingress require complete occultation of an extended stellar component; a white dwarf would cross the disk edge in $\lesssim$2~hr and cannot naturally reproduce the observed multi-day trapezoid. Second, the difference spectrum is well fit by a single $\sim$4000~K thermal spectral energy distribution, favoring a late-K/early-M dwarf over a white dwarf as the occulted source. A decoupled SED decomposition yields a template-based late-K/early-M binary estimate of M1V+K9V with $M_{\rm tot}\approx1.4\,M_\odot$ and an overall systematic uncertainty of about 20\%. Under a sharp-edge eclipse model, forward modeling of the light curve favors an eccentric, spatially localized occulting structure. The light-curve morphology places UPK~13-c2 in the same geometric class as KH~15D and Bernhard-2. If cluster membership is confirmed, UPK~13-c2 may be the oldest known main-sequence disk-eclipsing binary.

astro-ph.SR

Mass-Orbital Period Distribution of Massive White Dwarfs Formed Through Stable Mass Transfer

White dwarfs (WDs) in binaries can form through either the stable mass-transfer process or common envelope evolution (CEE). Compared to CEE, the stable mass-transfer process can lead to a distinct mass-orbital period ($M_{\mathrm{WD}}-P_{\mathrm{orb}}$) relation. Thus, this relation of WDs contains the information about the evolution channels. We can study the relation in WD binary systems to determine whether their progenitors undergo a CEE. We use the stellar evolution code MESA as our primary computational tool and adopt the quasi-adiabatic criterion to ensure that our models satisfy the conditions for stable mass transfer. Our study considers different mass-transfer schemes, varying metallicities, and the relation for both low-mass and intermediate-mass progenitors. Previous studies have focused on the relation for low-mass progenitors, which cannot explain some long-period, high-mass WD binaries. Our results show that the relations for intermediate-mass progenitors whose cores remain non-degenerate prior to central helium burning can account for the formation channels of long-period and massive WD binaries.

astro-ph.SR

In-situ operation of amorphous circuits under heavy-ion irradiation

Radiation-hardened electronics using semiconductors beyond silicon are essential for computation and control in extreme environments. Yet complex digital circuits based on such material platforms operating in situ under heavy-ion irradiation remain largely unexplored. Here, we show a timing circuit based on amorphous thin-film semiconductors at the 100-transistor scale, and demonstrate its robust operation through a functional "Hello World" ASCII output sequence. Beyond static device characterization, we evaluate the circuit under powered heavy-ion irradiation using tantalum ions, providing an operationally relevant assessment of radiation tolerance at the system level. Under a high particle flux of 2.5 x 10^3 ions cm^-2 s^-1, the circuit maintains stable operation during the irradiation test, achieving a total fluence of 1 x 10^6 ions cm^-2, establishing a milestone of prolonged powered digital operation under extreme conditions. Our work expands the design space of radiation-tolerant electronics, highlighting amorphous semiconductors as a promising foundation for digital circuits deployed in harsh environments.

cond-mat.mtrl-sci

Multiple populations detection with the Chinese Space Station Survey Telescope main survey camera

Multiple stellar populations (MPs), characterized by star-to-star light-element abundance variations, are ubiquitous in globular clusters (GCs). Spectroscopy directly reveals these anomalies, while photometric studies, especially with the \textit{Hubble Space Telescope} (\textit{HST}), have been essential for tracing MP sequences in colour-magnitude diagrams (CMDs). However, the limited field of view of \textit{HST} confines most studies to cluster centres. The upcoming \textit{Chinese Space Station Survey Telescope} (CSST), with its wide field of view and UV-optical coverage, will enable systematic MP studies over entire clusters. We assess the capability of the CSST wide-field camera to detect and characterize MPs in GCs using realistic simulations. Synthetic stellar population models with different helium abundances ($\Delta Y$) and CNO variations were used to simulate CSST observations of GCs at distances of 9.6 and 20~kpc under different exposure times. MP detectability was evaluated using CMDs in seven CSST bands and UV-optical pseudo-colour diagrams. For a GC at 9.6~kpc, the $NUV-u$ colour is highly sensitive to $\Delta Y$ and CNO variations, with separations of $\Delta(NUV-u)\approx0.16$ mag for red giants and up to 0.44 mag for dwarfs. MPs can be resolved when the total UV exposure exceeds $\sim1000$~s and the optical exposure exceeds $\sim300$~s. At 20~kpc, encompassing $\sim80\%$ of Galactic GCs, CSST still retains strong diagnostic power, resolving populations with $\Delta Y\geq0.06$ and $\delta[\mathrm{N/Fe}]\geq0.64$, and separating MPs down to $i\sim19.5$ mag in clusters with large chemical spreads. The $NUV$-$u$-$g$ combination provides diagnostic performance comparable to the \textit{HST} F275W--F336W--F438W system. CSST will enable homogeneous MP surveys across the full spatial extent of star clusters in the Milky Way and nearby galaxies.

astro-ph.SR

Mock Observations of Multiple Stellar Populations in Tidal Streams of Palomar 5 for the Chinese Space Station Survey Telescope

Observations show that multiple stellar populations (MPs) are ubiquitous in globular clusters. The Hubble Space Telescope (HST) has been a pivotal tool for previous photometric studies of MPs. The Chinese Space Station Survey Telescope (CSST) is a two-meter telescope scheduled for launch. One of its imaging instruments, the Survey Camera (SC), combines ultraviolet sensitivity comparable to that of HST with a significantly larger field of view, making it well-suited for conducting large-scale photometric surveys of MPs within extensive stellar stream structures. In this work, we perform mock observations of the stellar stream Palomar 5 to assess the feasibility of detecting MPs with the CSST/SC. The results indicate that the CSST/SC cannot resolve MPs in stellar streams at distances comparable to Palomar 5 ($\gtrsim 20$ kpc) with one or ten 150 s exposures. This fundamental limitation arises from the absence of the precise proper motions required to disentangle stream members. We estimate that successful resolution would require the target stream to be $\lesssim$ 8 kpc under a 150 s exposure. Furthermore, using theoretical color-magnitude diagrams, we find that the CSST/SC $g$-band provides an optimal balance between contamination rate and completeness rate for member identification in the cluster's core. However, this approach fails in the stream due to severe field star contamination. Therefore, future CSST observations of Palomar 5 and its tidal tails will employ multiple epochs across several bands to obtain the deep photometry and proper motion data for a definitive MP analysis.

astro-ph.IM

A Tale of Two Origins: In-Situ versus Accreted Nitrogen-Rich Field Stars in the MW

Spectroscopic surveys have identified significant numbers of metal-poor nitrogen-rich (N-rich) field stars. These stars are strong candidates for escapees from globular clusters (GCs), as their distinctive nitrogen enhancement mirrors the chemical patterns observed in some of the members of GCs. As part of the effort to characterize their chemodynamical properties, we derived abundances for up to 25 elements in a sample of 33 N-rich field giant stars (18 of them are studied for the first time) using high-resolution optical spectroscopy. We confirm their elevated abundances of N, Na, and Al, strongly supporting a GC origin. Given that Galactic GCs themselves formed within diverse progenitor galaxies, we sought to identify the ancestral systems of these N-rich field stars. By analyzing their dynamical parameters, we separated the sample into high-energy (HE) and low-energy (LE) groups. The HE group exhibits lower [{\alpha}/Fe] and enhanced r-process abundances compared to the LE group. This indicates that the HE stars likely escaped from GCs accreted from massive dwarf galaxies (e.g., Gaia-Sausage-Enceladus), while the LE stars probably originated from in-situ GCs. We also find that the chemical pattern of these N-rich stars with [Fe/H] {\lessapprox} -1.0 are similar to the high-redshift ''N-emitters''. Furthermore, orbital integrations revealed a close encounter between one N-rich field star and the globular cluster NGC 6235. Our work demonstrates the potential of using chemodynamical analyses to trace Galactic assembly through chemical peculiar stars, while highlighting that larger samples and more precise data in the future are crucial to establish definitive origins.

astro-ph.GA

Tidal Synchronization of Binaries in Pleiades

Tidal interactions in close binaries play a key role in the long-term rotational and orbital evolution. The distributions of circularization across open clusters (OCs) place strong observational constraints on tidal dissipation in binaries. However, direct observational constraints on synchronization among binaries in OCs remain limited. For the 125 Myr OC Pleiades, this work combines cluster membership from Gaia Data Release 3, rotation periods from the K2 mission, and orbital solutions of the binary population from a long-term spectroscopic survey, to investigate the degree of tidal synchronization in each binary by comparing the pseudo-synchronization period to the rotation period of the primary stars. Among 42 binaries with reliable orbital periods Porb and rotation periods, we identify seven tidally synchronized systems with Porb < 8.6 days, including one early-type system and six late-type systems. For binaries with longer Porb, primaries generally are super-synchronized, and most systems are eccentric. We find a synchronization transition near Porb ~ 8.6-14 days, comparable to the known circularization period (Porb ~ 7.2 days) in the Pleiades, which suggests similar critical period scales for synchronization and circularization in this coeval population. Synchronization depends much more strongly on mass ratio than on primary mass. Most synchronized systems in Pleiades have high mass ratios and are likely to evolve into double white dwarf systems. Tides likely impose strong rotational braking on close early-type binaries, while their influence on late-type close binaries is weaker, and their spins largely follow the single-star sequence.

astro-ph.SR

Searching for White Dwarf Candidates Formed Through Binary evolution in Star Clusters

White dwarfs (WDs), the evolutionary endpoints of most stars, can form through both single-star and binary channels. While single-star evolutionary models enable reliable WD age estimates, binary evolution introduces interactions that can accelerate WD formation and result in a variety of exotic WDs, which may exhibit strong magnetic fields, rapid rotation, or even serve as potential gravitational wave sources. Such systems offer valuable insights into magnetic field generation, angular momentum evolution, and compact object physics. Star clusters, with their approximately coeval populations, allow precise age determination of member WDs. If a WD's total age derived from single-star evolution exceeds that of its host cluster, it likely indicates a binary origin. In this study, we use \textit{Gaia} 5D astrometry to identify 439 WD candidates in 117 open clusters, with 244 likely formed via binary evolution. We discuss the possibility of dynamical ejection for WDs meeting only 2D (proper motion space) membership criteria. Spectroscopic observations further reveal a subset with strong magnetic fields and rapid rotation, supporting their binary evolutionary origin.

astro-ph.SR

MCI: Multi-Channel Imager on the Chinese Space Station Survey Telescope

The Multi-Channel Imager (MCI) is a powerful near-ultraviolet (NUV) and visible imager onboard the Chinese Space Station Survey Telescope (CSST). The MCI provides three imaging channels, which are the NUV channel, the Blue channel and the Red channel, with the wavelength range of 255-430 nm, 430-700 nm, and 700-1000 nm, respectively. MCI's three channels can target the same field simultaneously, which is unique compared to other imagers onboard the Hubble Space Telescope (HST) or the James Webb Space Telescope (JWST). Each channel employs a CCD focal plane of 9216 x 9232 pixels and $\sim$7\arcmin.5 x 7\arcmin.5 field of view (FOV), which are about $\gtrsim 4$ times greater than the FOVs of HST imagers. The MCI's three channels feature unprecedented sensitivities and field of views complement the NUV and visible capabilities of the CSST for high-precision photometry and weak-signal detection, which would help build a new standard-star system and the deepest UV-Optical exposures for CSST. Rich filter sets of MCI would help explore other sciences such as local emission line mapping, high-z Ly$\alpha$ emitters searching, etc. Here we present key design features, results of current ground tests, and suggested observing strategies of the MCI.

astro-ph.IM

A magnetic white dwarf formed through a binary merger within 35 million years

White dwarfs (WDs) represent the final evolutionary stage of most stars, typically originating from progenitor stars with masses below approximately 8 $M_{\odot}$ to 10 $M_{\odot}$. Formation through single-star evolution generally requires at least 25 Myr, with the youngest WDs often near the Chandrasekhar limit of 1.4 $M_{\odot}$. In contrast, WDs formed via binary channels, such as mergers or mass transfer, can develop smaller masses in a shorter timescale and may exhibit unique characteristics, including strong surface magnetic fields and rapid rotation. Accurately determining the ages of these WDs is essential for understanding their formation. A valuable method involves studying WDs in star clusters, where member stars share the same age and chemical composition, allowing for precise constraints on the formation times and metallicities of the WDs' progenitors. Here we report a WD found in the open cluster RSG 5, which is only 35 Myr old. The WD's mass is lower than 1.05 $M_{\odot}$, indicating it may not have formed through single-star evolution. The WD possesses an exceptionally strong surface magnetic field ($\ge 200$ MG), a short rotational period ($\sim 6.5$ min), and, most notably, a co-rotating half-ring of ionized circumstellar debris. This distinctive feature provides evidence for a binary merger origin, a scenario further substantiated by our stellar evolution models.

astro-ph.SR