SearcharxivSearch

arXiv subjects

Rahul Sharma

Publications and source records attributed to Rahul Sharma.

At least 19 recordsLinked to original sources

Discovery of Superconductivity in a Bulk Moire Superlattice Material

Moire materials provide a versatile platform realizing emergent electronic states arising from enhanced correlation due to flat bands. A variety of phenomena including superconductivity, low dimensional ferromagnetism, Mott insulating phase, topological phenomena have been reported in such systems. To date, moire phenomena have been predominantly explored in artificially assembled low-dimensional van der Waals heterostructures, where relative twist and lattice alignment are controlled during device fabrication. Recently, intrinsically grown bulk moire crystals have emerged as a complementary materials platform, in which lattice mismatch between constituent layers generates a coherent moire superlattice throughout the bulk crystal. Here we report the evidence of bulk superconductivity in single crystals of a recently reported bulk Moire materials (Sr6TaS8)1+x(TaS2)8 under ambient pressure conditions. The material exhibits a superconducting transition at Tc = 2.5 K, evidenced consistently by electrical transport, magnetic susceptibility, and heat-capacity measurements on single-crystal and polycrystalline samples. Transport measurements reveal a pronounced anomaly near 270 K, suggestive of a charge-density-wave transition in this moire system. The observation of bulk superconductivity establishes superconductivity as an emergent phase in this intrinsically synthesized moire material and highlights bulk moire crystals as a promising platform for investigating correlated quantum phenomena beyond artificially assembled two-dimensional heterostructures.

cond-mat.supr-con

CORAL: An LLM-Native Harness for Production Recommender Systems

Production recommender systems shape what billions of people see, and sustaining their performance requires continual optimization: as content, user behavior, and upstream models shift, the choices governing retrieval, ranking, and serving must be revisited. Traditionally, human engineers test such changes through online experiments--a slow, reactive process limited by engineering effort, leaving parts of the system unrevised as conditions change. Although large language models have been applied to ranking, user modeling, and offline model development, few systems place an agent in a continual closed loop that acts on a live recommender and learns from the measured effects of its decisions. We present CORAL (Constraint-Optimized Recommender via an Agentic Loop), an LLM-native harness that closes this loop: each cycle, the agent observes operating signals, reasons over a memory of past decisions and outcomes, and invokes tools--including a numerical optimizer that keeps changes within a fixed operating budget--to reconfigure the recommender, with measured outcomes informing the next cycle. We formulate this as a partially observed, non-stationary, constrained optimization problem in which the policy improves in context, without parameter updates, from its prior actions. Across two large-scale social platforms, evaluated with A/B experiments, the same harness improves engagement at no additional serving cost on one and reduces serving cost without degrading engagement on the other, spanning the engagement-efficiency frontier. Performance improves as the loop iterates, suggesting that a single agentic loop can automate continual optimization work traditionally performed by human algorithm engineers under explicit guardrails.

cs.CL

Rapid Orbital Decay in the Ultracompact Double-degenerate Binary eRASSU J060839.5$-$704014

We present timing and spectral analysis of the recently identified ultracompact double-degenerate (DD) white dwarf binary eRASSU J060839.5$-$704014 using observations from NICER and Einstein Probe (EP), together with archival XMM-Newton data. By phase-connecting the long-term XMM-Newton, NICER, and EP observations, we obtain a coherent quadratic timing solution, yielding an orbital period of 374.15013 (2) s and an orbital decay rate of $\dot{P}= -4.7\,(1) \times 10^{-11} \mathrm{~s~s^{-1}}$. This orbital decay exceeds that measured in the prototypical DD binaries HM Cnc and V407 Vul. Assuming that the observed orbital evolution is primarily driven by gravitational-wave (GW) angular momentum loss, the inferred chirp mass is $\sim0.43\, M_{\odot}$, placing the source among the most massive known systems of this class. The phase-averaged spectra of NICER and EP-Follow-up X-ray Telescope (FXT) are described by a soft thermal component with temperatures of ~126 and ~144 eV, respectively, confirming the supersoft nature of the source. Phase-resolved spectroscopy reveals a clear decrease in temperature across the bright phase in both instruments, indicating a structured emission region with significant temperature gradients. These results establish eRASSU J060839.5$-$704014 as one of the most rapidly evolving ultracompact DD binaries presently known, belonging to the rare class of direct-impact ultracompact binaries, and a promising verification source for future low-frequency GW studies.

astro-ph.HE

Prosumer-Centric Flexible Dynamic Operating Envelopes for Low-Voltage Distribution Networks

As the share of distributed energy resources (DERs) increases in the distribution network, maintaining compliance with network constraints has become a challenge. In this context, dynamic operating envelopes (DOEs) have emerged as a promising solution, where the distribution network operator (DNO) computes and imposes a dynamically varying import and export limit on power exchange between prosumers and the distribution network. Existing DOE approaches often require the prosumers to report their desired power exchange to the DNO, which then computes DOE limits that typically do not exceed the reported values. However, due to uncertain renewable generation and load demand, such DOE limits can potentially result in unnecessary curtailment of generation and load during real-time operation. This work addresses this limitation by computing flexible DOEs using a flexible optimization framework that trades off optimality with flexibility. The proposed approach computes both upper and lower limits on the active and reactive power exchange between each prosumer and the grid, and tries to contain the reported values between the upper and lower limits. As long as the power exchange resides within the DOE limits, network constraints are satisfied. The proposed flexible DOE is validated on a modified Australian low-voltage distribution network. Compared to non-flexible DOE, the proposed framework demonstrates superior performance in reducing curtailment and total operational costs while consistently maintaining voltage magnitudes within desired limits.

eess.SY

Resilient $j$=3/2 superconductivity in topological semimetal YPtBi

Cooper pairing in most of the known fermionic superfluids occurs via spin-1/2 quasiparticle interactions that lead to spin-singlet or spin-triplet pairing. In the topological semimetal YPtBi, strong spin-orbit coupling results in a band inversion between highly symmetric $s$- and $p$-like electronic bands and a degeneracy at the $\Gamma$ point that ensures the manifold of $j$=3/2 quasiparticle states thrive near the Fermi level, where superconducting pairing occurs. Here we study the effects of magnetic and nonmagnetic disorder and carrier density on this exotic superconducting pairing state. By varying levels of disorder and carrier densities by nearly two and three orders of magnitude, respectively, we show that the superconducting critical temperature of YPtBi has a remarkable robustness, with little variation across this span. Our results suggest that superconductivity in YPtBi may reside in a regime where phase stiffness, rather than pair formation, governs the transition temperature. The insensitivity of Cooper pairing to dramatic changes in quasiparticle environment in a $j$=3/2 superconductor highlights a new form of protection realized in topological high-spin superconductors.

cond-mat.supr-con

LLM4MTLs: Automated Generation and Empirical Evaluation of Model Transformation Languages

Model transformation languages (MTLs) are domain-specific languages for transforming models conforming to a given metamodel into other models, including textual models such as source code. Developing correct model transformations is challenging, requiring both language-specific and domain knowledge, and motivating the use of large language models (LLMs) for MTL code generation. However, due to limited training data and executable examples, LLM-generated MTL code is often not syntactically valid or semantically usable out of the box. This paper presents LLM4MTLs, an automated workflow for constructing and comparing prompting strategies for LLM-generated MTL code, together with an evaluation suite and an empirical evaluation. The workflow systematically explores prompt constructions combining few-shot prompting, grammar prompting, and helper method inclusion, and evaluates them using syntactic and semantic metrics. We construct an evaluation suite spanning four MTLs (ATL, ETL, QVTo, and the Reactions language) with executable reference scripts and manually written test suites, and evaluate across three LLMs. We find that few-shot prompting consistently improves syntactic quality across all four MTLs while gains in semantic correctness are uneven and language-dependent. For ATL, Pass@1 remains unchanged across all strategies and models, indicating that few-shot prompting improves surface-level syntax more readily than deep transformation semantics. Grammar prompting stabilizes code generation when combined with few-shot examples, but in isolation it can be ineffective or even counterproductive for certain model-language combinations. Including helper methods as a complementary amplifier can also be beneficial. Finally, LLM choice influences syntactic correctness and similarity for certain MTLs, particularly ETL and QVTo, while its influence on semantic correctness remains limited.

cs.SE

From Question-First to Analyst-First: Domain-Expert Skills and Verified Knowledge Compilation for Proactive Enterprise Analytics

Conversational analytics systems assume the user already has a well-formed question, leaving a non-expert facing a blank query box on an unfamiliar enterprise schema. Commercial 'proactive' tools narrow this gap only by detecting statistical anomalies over analyst-curated metric layers, and academic next-question recommenders depend on query logs that a fresh dataset lacks. We describe a production analytics system that inverts the interaction model from question-first to analyst-first through two coupled architectural ideas. First, a pluggable domain-expert 'skill' abstraction: a folder-based, database-free subject-matter pack (a manifest, per-stage prompt facets, keyword-routed references, report templates, and optional compute) auto-selected per (client, dataset) by deterministic schema matching and spliced as a cross-cutting concern into every stage of an agentic pipeline, the schema explorer, and the report engines, degrading to a strict no-op when absent. Because a skill is a self-contained folder resolved deterministically, the catalogue is open-ended: an extensible marketplace of domain experts. Second, an offline knowledge-compilation loop: an agent probes the dataset's parquet via DuckDB (zero load on production), runs critic-gated per-table convergence with self-healing retries, and data-validates joins by value overlap, producing durable schema knowledge that drives standing expert reports whose every published metric is re-verified by re-executing its evidence SQL, plus suggested questions that mirror the report agenda. These close a proactive loop: reports surface numbers, the numbers seed questions, and a click launches a verified deep dive, all before the query box is used. We give a formal model and report illustrative single-tenant evidence. We make no user-study or benchmark claims; the contribution is the architecture and its defensibility.

cs.AI

Near-Room-Temperature Antiferromagnetic Ordering in the Quadruple Perovskite Sr4NaRu3O12

We report the synthesis, structure and magnetic properties of two 1:3 ordered quadruple perovskites Sr4MRu3O12 (M = Li and Na). Sr4NaRu3O12 crystallizes in the centrosymmetric space group R-3 and Sr4LiRu3O12 appears to be isostructural to the Na compound based on the PXRD data. In Sr4NaRu3O12, both Na and Ru are predominantly ordered at the B sites (here Na/Li and Ru) and the structure contains only corner-connected RuO6 and NaO6 octahedra. This atomic ordering also leads to a rather large unit cell with a = 11.25 {\AA} and c = 27.6 {\AA} compared to the basic 12R structure (a = 5.5 {\AA} and c ~ 27 {\AA}). Magnetic measurements reveal that Sr4NaRu3O12 undergoes a magnetic transition to an antiferromagnetic state below TN ~ 265 K which is confirmed by DSC and neutron diffraction. The Ru moments show a collinear antiferromagnetic spin alignment along the hexagonal c axis with a propagation vector k = (0, 0, 1.5). Interestingly, those Ru moments lying on the three-fold roto-inversion do not significantly contribute to the magnetic order, since they are located between antiferromagnetically coupled Ru atoms and are therefore probably highly frustrated. Band structure calculations on Sr4NaRu3O12 complement the observed magnetic ground state and a semiconducting behavior in the compound. Sr4LiRu3O12 shows a magnetic anomaly below 110 K, possibly associated with competing ferromagnetic and antiferromagnetic interactions.

cond-mat.str-el

Thickness-Dependent Spintronic Terahertz Emission in MBE-Grown PtTe$_2$: From Semiconductor to Type-II Dirac Semimetal

Spintronic terahertz (THz) emitters have established themselves as among the most practical broadband THz sources available, yet their performance remains fundamentally limited by the spin Hall conductivity of the nonmagnetic conversion layer - a quantity that is fixed once the material is chosen. Here, we demonstrate that in PtTe$_2$, a type-II Dirac semimetal within the transition metal dichalcogenide family, this limitation can be circumvented by exploiting the dramatic thickness-driven electronic phase evolution of the material itself. Using molecular beam epitaxy to grow PtTe$_2$ films with single-monolayer precision from 1 to 20 ML, we show that the spintronic THz emission tracks the underlying electronic phase diagram directly: it is absent in the single-layer semiconducting phase, turns on sharply at the semimetal transition near 2 ML, and reaches a peak amplitude six times that of an equivalent Pt reference at 10 ML, before declining at larger thicknesses due to THz reabsorption in the increasingly metallic film. This non-monotonic behavior is inconsistent with a bulk inverse spin Hall mechanism and instead reflects a multi-channel spin-to-charge conversion process in which spin-momentum-locked topological surface states and a thickness-dependent interfacial Rashba splitting both contribute and strengthen as the type-II Dirac band structure develops. First-principles calculations of the interfacial spin accumulation reproduce the experimental trend quantitatively, confirming this physical picture. These findings introduce thickness engineering of van der Waals semimetals as a new and accessible route to optimizing spintronic THz emitters and spin-orbit torques in magnetic memories (SOT-MRAMs), with direct implications for the broader class of dimensionally tunable topological materials.

cond-mat.mtrl-sci

Leveraging LLMs for Grammar Adaptation: A Study on Metamodel-Grammar Co-Evolution

In model-driven engineering, metamodel evolution leads to the need to adapt corresponding grammars to maintain consistency, which typically requires tedious manual work. Existing rule-based methods can achieve partial automation but have limitations when handling complex grammar scenarios. This paper proposes a Large Language Model-based approach that automatically applies adaptations to new grammars after evolution by learning grammar adaptations from previous versions. We evaluated this approach on six real-world Xtext domain-specific languages, using four DSLs as a training set to develop prompting strategies, two DSLs as a test set for validation, and conducting a longitudinal case study on QVTo. The evaluation used three Large Language Models (Claude Sonnet 4.5, ChatGPT 5.1, Gemini 3) and measured grammar adaptation quality from three dimensions: grammar rule-level adaptation consistency, output similarity, and metamodel conformance. Results show that on the test set, all three LLMs achieved 100% adaptation consistency and output similarity, while the rule-based approach achieved only 84.21% on DOT and 62.50% on Xcore. In the QVTo longitudinal study, the LLM-based approach successfully reused learned adaptations across all three evolution steps without manual grammar editing, while the rule-based approach required manual adjustments in two of three transitions. However, on large-scale grammars (EAST-ADL, 297 rules), LLMs' adaptation consistency was far below 90%. This study demonstrates the advantages of LLM-based approaches in handling complex grammar scenarios, while revealing their limitations in large-scale grammar adaptation.

cs.CL

Accretion geometry and spectral evolution in 1A 1118-61: a comparison of the 2009 and 2026 outbursts

We present a detailed spectro-temporal study of the Be X-ray binary pulsar $1A$ $1118-61$ during its brightest recorded outburst in 2026, using \textit{Swift} and \textit{NuSTAR} observations, and compare its properties with the 2009 outburst. Coherent pulsations at $\sim400$ s are detected throughout the outburst, with pulse profiles evolving strongly with energy and luminosity, indicating changes in emission geometry. A transient quasi-periodic oscillation (QPO) at $\sim$0.11 Hz is observed during the rising phase. The luminosity dependence of the QPO frequency during the current and previous outbursts suggests an origin associated with instabilities near the magnetospheric radius. The broadband spectra are well described by thermal Comptonization and show clear spectral hardening at higher luminosities. A cyclotron line is detected in the two \textit{NuSTAR} observations, with its energy remaining nearly constant despite a factor of $\sim25$ change in luminosity. Long-term monitoring reveals that the 2026 outburst is systematically harder and brighter, suggesting significant difference in the accretion structure and emission regions between the two outbursts.

astro-ph.HE

Rashba engineering at van der Waals interfaces

Two-dimensional transition metal dichalcogenide (TMD) interfaces offer a versatile platform for studying emergent quantum phenomena and enabling novel device functionalities. When distinct TMD monolayers are stacked vertically or laterally stitched, their interfaces can exhibit unique electronic band alignments, giving rise to long-lived interlayer excitons, charge transfer effects, and moir\'e superlattices with correlated states. Here, we demonstrate that the interface between a large variety of two different epitaxially grown TMD monolayers controls the intensity and sign of the Rashba spin splitting, which is probed using THz spintronic emission. Optimized TMD heterobilayers, such as HfSe$_2$/PtSe$_2$, show enhanced THz emission that surpass the spin-to-charge conversion efficiency of bulk TMDs, confirming the presence of Rashba states with large spin splitting at the interface. By combining spin- and angle-resolved photoemission spectroscopy with density functional theory, we reveal that the electronic hybridization between the two different TMD monolayers gives rise to extended in-gap states with strong Rashba spin-orbit coupling. The choice of TMD layers enables to engineer the sign and strength of spin-to-charge conversion in van der Waals heterobilayers opening up perspectives to build efficient and tunable THz spintronic emitters.

cond-mat.mes-hall

KI-Adventskalender: An Informal Learning Intervention for Data & AI Literacy

Secondary school students increasingly encounter AI systems whose outputs depend on data quality, evaluation choices and modeling assumptions. To provide accessible entry points to these interconnected concepts, we developed KI-Adventskalender, a free web-based extracurricular initiative with 24 didactically curated, short, guided micro-challenges released daily in December, targeting data-centric competencies and socio-technical themes that shape how data are interpreted in practice. Drawing on two annual iterations, we report aggregate platform traces characterizing participation and task-level engagement. Participation increased substantially in 2025, but early attrition persists. Progression stabilized after midpoint: among users reaching Day 12 in 2025, more than 75% completed the calendar. Competence cluster performance shifted across years; higher revision rates co-occurred with strong pass rates, suggesting sustained engagement. We use these observations to motivate a next-step measurement agenda: tighter task instrumentation, embedded micro-assessments and mixed-method evaluation designs that can distinguish persistence from conceptual uptake, knowledge progression and durable learning outcomes.

cs.HC

Towards Leveraging LLMs to Generate Abstract Penetration Test Cases from Software Architecture

Software architecture models capture early design decisions that strongly influence system quality attributes, including security. However, architecture-level security assessment and feedback are often absent in practice, allowing security weaknesses to propagate into later phases of the software development lifecycle and, in some cases, to remain undiscovered, ultimately leading to vulnerable systems. In this paper, we bridge this gap by proposing the generation of Abstract Penetration Test Cases (APTCs) from software architecture models as an input to support architecture-level security assessment. We first introduce a metamodel that defines the APTC concept, and then investigate the use of large language models with different prompting strategies to generate meaningful APTCs from architecture models. To design the APTC metamodel, we analyze relevant standards and state of the art using two criteria: (i) derivability from software architecture, and (ii) usability for both architecture security assessment and subsequent penetration testing. Building on this metamodel, we then proceed to generate APTCs from software architecture models. Our evaluation shows promising results, achieving up to 93\% usefulness and 86\% correctness, indicating that the generated APTCs can substantially support both architects (by highlighting security-critical design decisions) and penetration testers (by providing actionable testing guidance).

cs.SE

Variational Adaptive Gaussian Decomposition: Scalable Quadrature-Free Time-Sliced Thawed Gaussian Dynamics

Time-slicing has emerged as a strategy for incorporating semiclassical propagation into real-time path integral formulation and recovering full quantum dynamics. A central step is the decomposition of a time-evolved wave function into a superposition of Gaussian wave packets (GWPs). Here we introduce a quadrature-free variational framework for GWP decomposition, reformulating it as an optimization problem in which the GWP parameters are chosen to maximize the overlap with the time-evolving wave function. An autoencoderdecoder neural network is used for this optimization, with the representation being adaptively reoptimized during propagation. Each wave packet in this decomposition represents a localized patch of the underlying semiclassical manifold, while retaining full correlations between all degrees of freedom. This variational adaptive Gaussian decomposition (VAGD) approach yields a compact Gaussian expansion, providing a scalable route to time-sliced semiclassical quantum dynamics. While general, applying VAGD to facilitate time-slicing of thawed Gaussian dynamics allows a route to improving the semiclassical treatment to the full quantum mechanical result in a systematic manner.

quant-ph

Broadband Timing and Spectral Study of Accreting Millisecond X-ray Pulsar SAX J1808.4$-$3658 during Its 2022 Outburst

We report on our investigation of the NuSTAR and AstroSat observations along with simultaneous NICER observations of the accreting millisecond X-ray pulsar SAX J1808.4$-$3658, obtained during its tenth outburst from 2022. The NuSTAR observation captured the source near the outburst peak, while AstroSat observed it during the decay phase. Coherent pulsations at $\sim$401 Hz were detected throughout the outburst, with the fundamental amplitude in the 3--30 keV range increasing from $\sim$4% near the peak to $\sim$6% during the decay. The pulsations display strong energy dependence and negative time lags of $\sim$0.2--0.3 ms, with harder photons leading softer ones. The broadband spectra in both epochs are well described by a soft thermal component and Comptonized continuum, together with a prominent relativistic reflection component. As the outburst evolved, the continuum softened ($\Gamma$ increasing from $\sim$1.88 to $\sim$1.99) and the coronal electron temperature decreased ($kT_{\rm e}$ from $\sim$31 to $\sim$18 keV), consistent with enhanced Compton cooling at lower accretion rates. The ionization parameter declined ($\log \xi$ from $\sim$3.4 to $\sim$1.8) while the reflection fraction increased, suggesting a changing accretion geometry with a more compact corona and a larger disk covering fraction during the decay phase. The X-ray luminosity decreased by a factor of $\sim$3 between the two epochs. Our results suggest the coupled evolution of the corona, disk, and magnetosphere as the mass accretion rate declines.

astro-ph.HE

Editing with AI: How Doctors Refine LLM-Generated Answers to Patient Queries

Patients frequently seek information during their medical journeys, but the rising volume of digital patient messages has strained healthcare systems. Large language models (LLMs) offer promise in generating draft responses for clinicians, yet how physicians refine these drafts remains underexplored. We present a mixed-methods study with nine ophthalmologists answering 144 cataract surgery questions across three conditions: writing from scratch, directly editing LLM drafts, and instruction-based indirect editing. Our quantitative and qualitative analyses reveal that while LLM outputs were generally accurate, occasional errors and automation bias revealed the need for human oversight. Contextualization--adapting generic answers to local practices and patient expectations--emerged as a dominant form of editing. Editing workflows revealed trade-offs: indirect editing reduced effort but introduced errors, while direct editing ensured precision but with higher workload. We conclude with design and policy implications for building safe, scalable LLM-assisted clinical communication systems.

cs.HC

Probing accretion dynamics and spin evolution in the X-ray pulsar RX J0520.5-6932 during its 2024 Outburst

After nearly a decade of quiescence, the transient Be/X-ray binary pulsar RX J0520.5-6932 underwent an outburst in 2024. We performed X-ray monitoring of the source with NICER and AstroSat near the peak of the event. Our primary objective is to investigate the energy and luminosity dependence of the pulsed emission, characterize the spin evolution, and study the broadband X-ray spectral properties of RX J0520.5-6932 during the outburst. The AstroSat/LAXPC and NICER light curves reveal pronounced short-duration flaring activity lasting ~400-700 s, with enhancements by a factor of ~2. The pulse profile exhibits a strong dependence on both energy and intensity, evolving from a simple single-peaked structure at low energies to complex multi-peaked shapes at intermediate energies, and reverting to simpler morphologies at higher energies. Pulse profiles during the flares differ significantly from those in the persistent state, indicating changes in the pulsed beam pattern with a change in the intensity on a short timescale. Broadband spectral analysis reveals a soft excess and an emission feature at ~1 keV, likely arising from reprocessed emission in the accretion disc and fluorescence from Ne K and Fe L ions. Continuous NICER monitoring over nearly one orbital cycle enabled us to track spin evolution with accretion-driven spin-up and spectral variability in the soft X-ray band. Additionally, a declining spin-up rate is observed during the outburst, likely due to a gradual reduction in mass accretion rate. Our results provide a comprehensive view of the complex accretion dynamics in RX J0520.5-6932 during its 2024 outburst. The strong variability in pulse shape and spin behaviour highlights rapid changes in the accretion geometry and torque as a function of accretion rate. [Abridged]

astro-ph.HE