Search NASA⌕ Search

SEARCH · Search NASA

Results for “Interaction paradigms”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

IPyOverlay

IPyOverlay is a Python library that provides several IPyWidget components for use within the Jupyter software ecosystem. These components add novel UI capabilities to enable details-on-demand interaction paradigms by providing the ability to render widgets on top of other widgets with arbitrary and controllable positioning. This capability enables adding click-and-draggable overlay windows containing other widgets, right-click context menus, and more complex tooltip functionality.

Martindale, Nathan [Oak Ridge National Laboratory ↗

Second harmonic Bessel-Gauss beam shaping with elliptic axicon aberrations

The second harmonic (SH) of an axicon generated Bessel-Gauss beam is created through the nonlinear interaction of photons with a crystal, resulting in the energy doubling of the output photons. In this work, we show experimentally that in addition to frequency doubling, the SH of Bessel-Gauss beams under asymmetric aberrations from an elliptic axicon exhibit intriguing beam formation. Particularly, the central region of the SH beam profile is composed of two central spots of various geometries surrounded by nested ellipses; one of which is the configuration of two central gamma dots with similar radius knotted by nested ellipses for a zeroth-order Bessel-Gauss pump. These SH beams consistently maintain their spatial profile throughout propagation, reminiscing the behavior of screw dislocations in wave patterns. Our numerical simulations produce beam dynamics consistent with that of experiments and further implicate the remarkable interweaving of bright spots with dark vortices. This is especially noticeable when the beams dynamically oscillate along the optical axis, resulting in the genesis of spatially polarized beams with a knotted framework. The insights gained from our study establish a novel paradigm for exploring interactions of Bessel-like beams with vortex dynamics. This, in turn, has the potential to spark innovations in optical applications, fostering new methodologies to harness and manipulate complex light structures. Our experimental findings could spur new methods of generating logical states of light and new opportunities for material processing control. Published by the American Physical Society 2025

Wang, Tianhong (ORCID:0000000169104201)↗

Daily modulations and broadband strategy in axion searches: An application with the CAST-CAPP detector

It has been previously advocated that the presence of the daily and annual modulations of the axion flux on the Earth’s surface may dramatically change the strategy of the axion searches. The arguments were based on the so-called Axion Quark Nugget (AQN) dark matter model which was originally put forward to explain the similarity of the dark and visible cosmological matter densities Ω dark ∼ Ω visible . In this framework, the population of galactic axions with mass 10 − 6 eV ≲ m a ≲ 10 − 3 eV and velocity ⟨ v a ⟩ ∼ 10 − 3 c will be accompanied by axions with typical velocities ⟨ v a ⟩ ∼ 0.6 c emitted by AQNs. Furthermore, in this framework, it has also been argued that the AQN-induced axion daily modulation (in contrast with the conventional weakly interactive massive particle paradigm) could be as large as (10–20)%, representing the main motivation for the present investigation. We argue that the daily modulations along with the broadband detection strategy can be very useful tools for the discovery of such relativistic axions. The data from the CAST-CAPP detector have been used following such arguments. Unfortunately, due to the dependence of the amplifier chain on temperature-dependent gain drifts and other factors, we could not conclusively show the presence or absence of a dark sector-originated daily modulation. However, this proof of principle analysis procedure can serve as a reference for future studies. Published by the American Physical Society 2025

Caspers, F.↗

ICAT: The Interactive Corpus Analysis Tool

The Interactive Corpus Analysis Tool (ICAT) is a Python library for creating dashboards to explore textual datasets and build simple binary classification models to help filter through them and focus on entries of interest. This tool uses a form of interactive machine learning (IML), a paradigm of “machine teaching” (Simard et al., 2017) that sits at the intersection of the fields of human computer interaction (HCI), visual analytics, and machine learning. The intent of ICAT is to allow subject matter experts (SME) with limited to no experience in machine learning to benefit from an iterative human-in-the-loop (HITL) approach to building their own model without needing to understand the details of the underlying algorithm. This interactivity is achieved by allowing the user to create features, label data points, and visually manipulate a representation of the features to manually cluster and investigate data, while a model is trained on the fly based on these actions. ICAT is built on top of the Panel (Holoviz, 2018) library, using a combination of Vega, a custom IPyWidget using D3, and ipyvuetify, and is intended to be used inside of a Jupyter environment.

Martindale, Nathan [Oak Ridge National Laboratory ↗

Phonon-mediated quantum efficiency measurement in semiconductors

Accurate quantum efficiency measurement not only provides crucial information for the photovoltaic cell industry but also supports experiments aimed at directly detecting dark matter and elastic neutrino interactions. The dark matter direct searches paradigm has recently expanded to include particles with masses below 1,MeV/c2, where the expected signal in an electron–recoil interaction is approximately in the eV range, just above the energy gap for silicon and germanium. A robust calibration method for ionization signals in this lower energy region is essential. This paper presents a method for measuring quantum efficiency and yield (q/E) in semiconductors using phonon-mediated calorimetry. The Neganov–Trofimov–Luke phonon amplification method in low-temperature semiconductor crystals has been employed to indirectly measure ionization down to single-electron accuracy. Specifically, at zero bias, the phonon readout directly quantifies the total energy deposited within the detector, independent of the ionization yield. This eliminates a significant source of systematic uncertainty in quantum efficiency estimates associated with total energy uncertainty. The paper includes results from an updated ionization efficiency measurement in a germanium detector.

Physics↗

From natural language to control signals: a conceptual framework for semantic channel finding in complex experimental infrastructure

Modern experimental platforms such as particle accelerators, fusion devices, telescopes, and industrial process control systems expose tens to hundreds of thousands of control and diagnostic channels, accumulated over decades of hardware evolution. Operators and AI systems alike depend on informal expert knowledge, inconsistent naming conventions, and scattered documentation to locate the signals required for monitoring, troubleshooting, and automated control, creating a persistent bottleneck for reliability, scalability, and emerging language-model-driven interfaces. We formalize semantic channel finding, the task of mapping natural-language intent to concrete control-system signals, as a general problem in complex experimental infrastructure, and introduce a four-paradigm conceptual framework to guide architecture selection based on facility-specific data regimes. The paradigms span (i) direct in-context lookup over small, curated channel dictionaries, (ii) constrained hierarchical navigation through structured trees, (iii) interactive agent exploration using iterative reasoning and tool-based database queries, and (iv) ontology-grounded semantic search that decouples channel meaning from facility-specific naming conventions. We demonstrate the practical feasibility of each paradigm through proof-of-concept implementations at four operational facilities spanning two orders of magnitude in scale: from compact free-electron lasers to large synchrotron light sources, operating under diverse control-system architectures ranging from clean hierarchical naming schemes to legacy environments with decades of heterogeneous conventions. Where evaluated against expert-curated operational queries, these instantiations achieve 90%–97% accuracy, validating the framework’s applicability across real-world deployment scenarios. To accelerate adoption across the broader scientific and industrial control-system community, we release open-source, plug-and-play implementations of all three interactive paradigms-direct lookup, hierarchical navigation, and middle-layer exploration-within the Osprey framework, together with tools for channel database generation, interactive testing, and minimal-configuration deployment. This work establishes semantic channel finding as a foundational capability for human-centric and agentic AI interfaces at large-scale facilities, providing both a systematic framework for architecture design and practical resources to enable adoption without building custom infrastructure from scratch.

channel finding↗

Conformationally Adaptable Extractant Flexes Strong Lanthanide Reverse-Size Selectivity

Chemical selectivity is traditionally understood in the context of rigid molecular scaffolds with precisely defined local coordination and chemical environments that ultimately facilitate a given transformation of interest. By contrast, nature leverages dynamic structures and strong coupling to enable specific interactions with target species in otherwise complex media. Taking inspiration from nature, we demonstrate unconventional selectivity in the solvent extraction of light over heavy lanthanides using a conformationally flexible ligand called octadecyl acyclopa (ODA). This novel ligand forms pseudocyclic molecular complexes with lanthanide ions at organic/aqueous interfaces, revealed by vibrational sum frequency generation spectroscopy. These complexes are extracted into the organic phase, where femtosecond structural dynamics are probed by two-dimensional infrared spectroscopy and ab initio molecular dynamics simulations to mechanistically frame the macroscopic selectivity trends. We find larger-than-expected structural fluctuations and bond lengths for heavy Ln–ODA complexes that arise from an inability of ODA to contort around the smaller ions to satisfy all would-be bonding interactions, despite forming some individually strong bonds. This finding contrasts with the binding of ODA with lighter lanthanides where, despite individually weaker bonds, collective interactions manifest that minimize structural fluctuations and give rise to enhanced thermodynamic stability. Furthermore, these results point to a new paradigm where conformational dynamics and cumulative bonding interactions can be used to facilitate unconventional chemical transformations.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

The Unitarity-Limit Expansion for Two Nucleons with Perturbative Pions: Digest and Ideas

Theorists love nontrivial fixed points. In the Unitarity Limit, the NN 𝑆-wave binding energies are zero, the scattering lengths infinite, Physics is universal, i.e. insensitive to details of the interactions, and observables display richer symmetries, namely invariance under both scaling and Wigner’s combined SU(4) transformation of spin and isospin. In “Pionless” EFT, both are explicitly but weakly broken and hence perturbative in the Unitarity Window (phase shifts 45° ≲ δ(k) ≲ 135°, i.e. momenta k≈mπ). This Unitarity Expansion provides strong hints that Nuclear Physics resides indeed in a sweet spot: bound weakly enough to be insensitive to the details of the nuclear interaction; and therefore interacting strongly enough that the NN scattering lengths are perturbatively close to the Unitarity Limit. In this paradigm change, NN details are less important than NNN interactions to explain the complexity and patterns of the nuclear chart. This presentation is a digest of the first quantitative exploration of corrections to this picture when pions are included [1] (see there for a more comprehensive list of references). Since the pion mass and decay constant introduce dimensionful scales in the NN system, they explicitly break the symmetries of the Unitarity fixed point. In χEFT, these symmetries must therefore be hidden and instead be classified as emergent.

Griesshammer, Harald W. [The George Washington Uni↗

To What Extent Will Decarbonization Deepen the Conversation Between Industry and the Grid?

Decarbonization - the transition away from un-mitigated fossil fuel combustion throughout the economy - requires big changes from both power and process systems. On the power system side, those changes are expected to include large increases in variable generation, e.g., from wind and solar, which has near-zero marginal costs and at large shares can produce infrequent but consequential energy droughts. On the process systems side, industries are investigating their options for direct and indirect electrification, the latter exemplified by replacing fossil fuel inputs with zero-carbon, energy-carrying chemicals like hydrogen and ammonia produced via electrochemical processes. The economic features of these changes within the larger context of power and process systems suggest that their realization could be accompanied by a paradigm shift in how industrial facilities interact with the grid. For example, the dominant type of demand participation in power markets could change from today's focus on load reductions at peak times to a new focus on shifting electricity use, enabled in part by large-scale product storage, to take advantage of renewable energy that would otherwise be curtailed and to avoid consumption during high-price energy droughts. This talk will describe these and other possible design and operational approaches from grid and industrial economic perspectives, culminating in an enumeration of open problems that lie at the interface of today and tomorrow's power and process systems.

co-design↗

Observing Quantum Measurement Collapse as a Learnability Phase Transition

During a quantum measurement, superpositions of states with different observable properties probabilistically collapse into one with a sharp value of the measured observable. In macroscopic quantum systems, this collapse arises via a continuous measurement-induced phase transition (MIPT) at a critical value of the strength of interaction with the measurement apparatus. MIPTs lie outside established paradigms for equilibrium or nonequilibrium critical phenomena and delineate distinct, stable dynamical and computational phases of matter. Quantum computers enable programmable simulation of the interaction of a measurement apparatus with a dynamical quantum system, to explore MIPT phenomena over a range of system sizes while retaining quantum coherence. Yet, existing experimental protocols rely on fundamentally nonscalable postselection techniques or direct classical simulation of quantum circuits. Here, we report the scalable observation of finite-size scaling evidence for an observable-sharpening MIPT in monitored quantum circuits in a chain of Yb + 171 ions in Quantinuum’s H1-1 trapped-ion quantum processor. By leveraging an equivalent description as a statistical physics problem, we implement scalable classical algorithms to infer the value of the measured observable from a single experimental shot. This technique enables a truly scalable protocol to observe observable-sharpening MIPTs in generic classes of circuits that cannot be directly classically simulated and also provides enhanced means to detect and suppress errors in the quantum simulation. Published by the American Physical Society 2024

75 CONDENSED MATTER PHYSICS, SUPERCONDUCTIVITY AND↗

Multi‐Scale Model‐Informed Deep Learning for Plasma‐Nanoparticle Interaction

The Overarching Goal of this proposed research is to understand and quantitively determine the interactions between non-thermal plasma (hot electrons, reactive radicals, vibrationally excited species) and surface reactions on influencing the activity and selectivity of the desired reactions via developing multi-scale model informed deep learning algorithm. Investigating non-thermal plasma-surface interaction is feasible due to the low bulk temperature in the discharge region. To investigate the role of plasma-nanoparticle interaction on enhancing the reaction kinetics, we will focus on ammonia cracking to generate clean hydrogen over earth-abundant, non-critical metallic nanoparticles, which is of great significance for decarbonization. We hypothesize that (1) reactive radicals interacting with surface reaction species via Eley–Rideal mechanism will significantly lower the energetics of the potential rate-limiting step of nitrogen formation; (2) the surface will be charged heterogeneously under non-thermal plasma conditions and the charged site will lower the energetics of ammonia cracking through Langmuir– Hinshelwood mechanism; (3) vibrationally excited ammonia will further promote the initial N-H bond cleavage. To access the hypothesis, we will (1) reveal the surface charge effects on tunning the reaction energetics via interpretable, physics-informed deep learning accelerated density functional theory (DFT) calculations; (2) determine the reactive radicals interacting with surface reaction species on tuning the reaction energetics via DFT; (3) reveal the surface charge effects on tunning the reaction energetics via DFT and deep learning models, (4) quantify how vibrationally excited species, reactive radicals, and surface charging effects on enhancing the catalysis via developing DFT-based microkinetic modeling (MKM) and active learning. Deep and active learning of plasma-nanoparticle interactions effects on enhancing ammonia cracking to generate hydrogen represents a new paradigm for designing high performance plasma materials. The fundamental science of how plasma-nanoparticle interactions will change the plasma kinetics and will improve the energy efficiency for decarbonization and sustainability. The interpretable and physics-informed machine learning model will accelerate low temperature plasma chemistry and material discovery with physics rules and model interpretation.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

Interdependent Water And Power Infrastructure Model

The approach used is the Multi-Agent System (MAS) paradigms, where systems components are represented as agents, interacting both with each other, and with the environment in which they evolved. Agents behaviors correspond to components in the real Integrated Water-Power System. The model simulate actions and interactions of these (autonomous) agents to analyze their effects on the overall system. Agents in the water system capture components of water collection, treatment, transportation, distribution and use (e.g. pipe, canal, pump, water demands for agriculture, etc.). Agents in the power system capture components of power generation, transportation, distribution and use (electricity demands, sources, etc.).

Toba, Danho Ange Lionel [Idaho National Laboratory↗

Magnetically Tunable Polariton Cavities in van der Waals Heterostructures

Nanophotonic cavities are the foundation for a broad spectrum of applications, including quantum sensing, on-chip communication, and cavity quantum electrodynamics. In van der Waals (vdW) materials, these cavities can harness polaritons, which are quasiparticles emerging from photon interactions with excitons, plasmons, or phonons that are confined in microscopic sample flakes. Hybrid phonon–plasmon cavities leverage the long lifetimes of phonons and good tunability of plasmons, but their reconfigurability remains fundamentally limited. Here, in this work, we introduce a magnetic-field-tuning mechanism for polaritonic cavities in a vdW heterostructure. Specifically, we demonstrate that the primary Landau transition in magnetized charge-neutral graphene can be harvested for controlling polaritonic cavity modes in a graphene-based phononic heterostructure. Additionally, we predict a magnetic-field-induced topological transition in the polariton isofrequency contour, causing a nontrivial cavity mode profile redistribution. Our study underscores the versatility of Landau-based nanophotonic cavities, offering new paradigms for the design and manipulation of light–matter interactions at the nanoscale.

36 MATERIALS SCIENCE↗

Interacting dark sector within ETHOS: Cosmological constraints from SPT cluster abundance with DES and HST weak lensing data

We use galaxy cluster abundance measurements from the South Pole Telescope enhanced by multicomponent matched filter confirmation and complemented with mass information obtained using weak-lensing data from Dark Energy Survey Year 3 (DES Y3) and targeted Hubble Space Telescope observations for probing deviations from the cold dark matter paradigm. Concretely, we consider a class of dark sector models featuring interactions between dark matter (DM) and a dark radiation (DR) component within the framework of the effective theory of structure formation (ETHOS). We focus on scenarios that lead to power suppression over a wide range of scales, and thus can be tested with data sensitive to large scales, as realized, for example, for DM–DR interactions following from an unbroken non-Abelian 𝑆⁢𝑈⁡(𝑁) gauge theory (interaction rate with power-law index 𝑛 = 0 within the ETHOS parametrization). Cluster abundance measurements are mostly sensitive to the amount of DR interacting with DM, parametrized by the ratio of DR temperature to the cosmic microwave background (CMB) temperature, 𝜉 DR = 𝑇 DR /𝑇 CMB . We find an upper limit 𝜉 DR < 17% at 95% credibility. When the cluster data are combined with Planck 2018 CMB data along with baryon acoustic oscillation (BAO) measurements we find 𝜉 DR < 10%, corresponding to a limit on the abundance of interacting DR that is around 3 times tighter than that from CMB + BAO data alone. We also discuss the complementarity of weak lensing informed cluster abundance studies with probes sensitive to smaller scales, explore the impact on our analysis of massive neutrinos, and comment on a slight preference for the presence of a nonzero interacting DR abundance, which enables a physical solution to the 𝑆 8 tension.

79 ASTRONOMY AND ASTROPHYSICS↗

MCP-enabled agentic AI workflow for building energy modelling: framework and use cases

Traditional building energy modelling workflows remain labor-intensive and error-prone, requiring specialized expertise that limits broader adoption. This paper introduces a novel Model Context Protocol (MCP)-enabled framework that connects AI assistants to EnergyPlus through MCP, a standardized interface for tool invocation and context management. Two complementary integration paradigms are presented and compared: conversational integration, where users interact through natural language while an AI assistant orchestrates MCP tools on demand, and agentic workflow integration, where specialized agents coordinate autonomously to complete multi-step tasks. Using an experimental testbed for residential buildings, the end-to-end workflows are demonstrated. The conversational approach reduced typical inspection and modification tasks from 1-2 h to under 15 min, while maintaining full transparency through visible tool invocations. The agentic approach automated parametric analysis. These demonstrations establish MCP as a foundational layer for AI-assisted building energy modelling, enabling natural language interactions with simulation tools while preserving professional oversight and decision-making authority.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI↗

Boosted Dark Matter Search with the ICARUS Detector at the Gran Sasso Underground National Laboratory

The quest to discover dark matter is one of the most pressing topics in modern physics. Evidence of gravitational anomalies is present at different cosmological scales, spanning the stability and rotation of galaxies to the overall density profile of the entire observable Universe. Due to the discrepancy between the mass measured and the gravitational influence on the mass, if General Relativity is to correctly describe gravity at different scales, extra electromagnetically invisible matter termed dark matter must exist. In recent decades, many experiments have been performed to detect dark matter with masses that span many orders of magnitude, from Mass Compact Halo Objects (MACHOs) with masses several orders of magnitude that of our sun to very light particles on the order of $\sim\mu$eV. However, experiments have only been able to constrain the possible parameter space of dark matter models and, in general, probe dark matter models with single constituent dark matter like Weakly Interacting Massive Particles (WIMPs). In the Boosted Dark Matter (BDM) paradigm, there are four particles in the dark sector: $\chi_0$, $\chi_1$, $\chi_2$, and the dark photon $X$. WIMP-like properties are ascribed to $\chi_0$ to describe the physics of the gravitational anomalies, while relativistic components are assigned to $\chi_1$ and $\chi_2$. The inelastic boosted dark matter (iBDM) channel $\chi_1 e^-\rightarrow \chi_2 e^-\rightarrow \chi_1 Xe^-\rightarrow \chi_1 (e^+ e^- ) e^-$, where $\chi_2$ is an excited state of $\chi_1$, has a unique signature that is distinguishable from neutrino interactions, making neutrino experiments a viable search environment for BDM. Using data collected by the ICARUS collaboration with ICARUS T-600 Liquid Argon Time Projection Chamber (LArTPC) during its operation at the Gran Sasso Underground Laboratory (LNGS), the first-ever LArTPC dark matter search using the ICARUS detector is presented. With a total detector exposure of 0.13 kton$\cdot$year, a total of 4 iBDM candidate events were identified by several stages of data scanning. All were rejected due to defined selection criteria and a wire-by-wire $dE/dx$ evaluation, giving a null result. Exclusion plots at 90\%C.L. for the dark photon ($m_X$, $\epsilon$) parameter space for fixed ($m_0,m_1,m_2$) DM mass sets are presented, setting new limits on the dark photon visible decay parameter space.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

Embracing disorder in quantum materials design

Many of the most exciting materials discoveries in fundamental condensed matter physics are made in systems hosting some degree of intrinsic disorder. While disorder has historically been regarded as something to be avoided in materials design, it is often of central importance to correlated and quantum materials. This is largely driven by the conceptual and theoretical ease to handle, predict, and understand highly uniform systems that exhibit complex interactions, symmetries, and band structures. In this Perspective, we highlight how flipping this paradigm has enabled exciting possibilities in the emerging field of high entropy materials, focusing primarily on high entropy oxide and chalcogenide quantum materials. These materials host high levels of cation or anion compositional disorder while maintaining unexpectedly uniform single crystal lattices. The diversity of atomic scale interactions of spin, charge, orbital, and lattice degrees of freedom are found to emerge into coherent properties on much larger length scales. Thus, altering the variance and magnitudes of the atomic scale properties through elemental selection can open new routes to tune global correlated phases, such as magnetism, metal–insulator transitions, ferroelectricity, and even emergent topological responses. The strategy of embracing disorder in this way provides a much broader pallet from which functional states can be designed for next-generation microelectronic and quantum information systems.

75 CONDENSED MATTER PHYSICS, SUPERCONDUCTIVITY AND↗

Embracing Disorder in Quantum Materials Design

Many of the most exciting materials discoveries in fundamental condensed matter physics are made in systems hosting some degree of intrinsic disorder. While disorder has historically been regarded as something to be avoided in materials design, it is often of central importance to correlated and quantum materials. This is largely driven by the conceptual and theoretical ease to handle, predict, and understand highly uniform systems that exhibit complex interactions, symmetries, and band structures. In this Perspective, we highlight how flipping this paradigm has enabled exciting possibilities in the emerging field of high entropy materials, focusing primarily on high entropy oxide and chalcogenide quantum materials. These materials host high levels of cation or anion compositional disorder while maintaining unexpectedly uniform single crystal lattices. The diversity of atomic scale interactions of spin, charge, orbital, and lattice degrees of freedom are found to emerge into coherent properties on much larger length scales. Thus, altering the variance and magnitudes of the atomic scale properties through elemental selection can open new routes to tune global correlated phases, such as magnetism, metal–insulator transitions, ferroelectricity, and even emergent topological responses. The strategy of embracing disorder in this way provides a much broader pallet from which functional states can be designed for next-generation microelectronic and quantum information systems.

75 CONDENSED MATTER PHYSICS, SUPERCONDUCTIVITY AND↗