-
RetroMotion: Retrocausal Motion Forecasting Models are Instructable
Authors:
Royden Wagner,
Omer Sahin Tas,
Felix Hauser,
Marlon Steiner,
Dominik Strutz,
Abhishek Vivekanandan,
Carlos Fernandez,
Christoph Stiller
Abstract:
Motion forecasts of road users (i.e., agents) vary in complexity as a function of scene constraints and interactive behavior. We address this with a multi-task learning method for motion forecasting that includes a retrocausal flow of information. The corresponding tasks are to forecast (1) marginal trajectory distributions for all modeled agents and (2) joint trajectory distributions for interact…
▽ More
Motion forecasts of road users (i.e., agents) vary in complexity as a function of scene constraints and interactive behavior. We address this with a multi-task learning method for motion forecasting that includes a retrocausal flow of information. The corresponding tasks are to forecast (1) marginal trajectory distributions for all modeled agents and (2) joint trajectory distributions for interacting agents. Using a transformer model, we generate the joint distributions by re-encoding marginal distributions followed by pairwise modeling. This incorporates a retrocausal flow of information from later points in marginal trajectories to earlier points in joint trajectories. Per trajectory point, we model positional uncertainty using compressed exponential power distributions. Notably, our method achieves state-of-the-art results in the Waymo Interaction Prediction dataset and generalizes well to the Argoverse 2 dataset. Additionally, our method provides an interface for issuing instructions through trajectory modifications. Our experiments show that regular training of motion forecasting leads to the ability to follow goal-based instructions and to adapt basic directional instructions to the scene context. Code: https://github.com/kit-mrt/future-motion
△ Less
Submitted 26 May, 2025;
originally announced May 2025.
-
VRSplat: Fast and Robust Gaussian Splatting for Virtual Reality
Authors:
Xuechang Tu,
Lukas Radl,
Michael Steiner,
Markus Steinberger,
Bernhard Kerbl,
Fernando de la Torre
Abstract:
3D Gaussian Splatting (3DGS) has rapidly become a leading technique for novel-view synthesis, providing exceptional performance through efficient software-based GPU rasterization. Its versatility enables real-time applications, including on mobile and lower-powered devices. However, 3DGS faces key challenges in virtual reality (VR): (1) temporal artifacts, such as popping during head movements, (2…
▽ More
3D Gaussian Splatting (3DGS) has rapidly become a leading technique for novel-view synthesis, providing exceptional performance through efficient software-based GPU rasterization. Its versatility enables real-time applications, including on mobile and lower-powered devices. However, 3DGS faces key challenges in virtual reality (VR): (1) temporal artifacts, such as popping during head movements, (2) projection-based distortions that result in disturbing and view-inconsistent floaters, and (3) reduced framerates when rendering large numbers of Gaussians, falling below the critical threshold for VR. Compared to desktop environments, these issues are drastically amplified by large field-of-view, constant head movements, and high resolution of head-mounted displays (HMDs). In this work, we introduce VRSplat: we combine and extend several recent advancements in 3DGS to address challenges of VR holistically. We show how the ideas of Mini-Splatting, StopThePop, and Optimal Projection can complement each other, by modifying the individual techniques and core 3DGS rasterizer. Additionally, we propose an efficient foveated rasterizer that handles focus and peripheral areas in a single GPU launch, avoiding redundant computations and improving GPU utilization. Our method also incorporates a fine-tuning step that optimizes Gaussian parameters based on StopThePop depth evaluations and Optimal Projection. We validate our method through a controlled user study with 25 participants, showing a strong preference for VRSplat over other configurations of Mini-Splatting. VRSplat is the first, systematically evaluated 3DGS approach capable of supporting modern VR applications, achieving 72+ FPS while eliminating popping and stereo-disrupting floaters.
△ Less
Submitted 15 May, 2025;
originally announced May 2025.
-
Transferable Learning of Reaction Pathways from Geometric Priors
Authors:
Juno Nam,
Miguel Steiner,
Max Misterka,
Soojung Yang,
Avni Singhal,
Rafael Gómez-Bombarelli
Abstract:
Identifying minimum-energy paths (MEPs) is crucial for understanding chemical reaction mechanisms but remains computationally demanding. We introduce MEPIN, a scalable machine-learning method for efficiently predicting MEPs from reactant and product configurations, without relying on transition-state geometries or pre-optimized reaction paths during training. The task is defined as predicting devi…
▽ More
Identifying minimum-energy paths (MEPs) is crucial for understanding chemical reaction mechanisms but remains computationally demanding. We introduce MEPIN, a scalable machine-learning method for efficiently predicting MEPs from reactant and product configurations, without relying on transition-state geometries or pre-optimized reaction paths during training. The task is defined as predicting deviations from geometric interpolations along reaction coordinates. We address this task with a continuous reaction path model based on a symmetry-broken equivariant neural network that generates a flexible number of intermediate structures. The model is trained using an energy-based objective, with efficiency enhanced by incorporating geometric priors from geodesic interpolation as initial interpolations or pre-training objectives. Our approach generalizes across diverse chemical reactions and achieves accurate alignment with reference intrinsic reaction coordinates, as demonstrated on various small molecule reactions and [3+2] cycloadditions. Our method enables the exploration of large chemical reaction spaces with efficient, data-driven predictions of reaction pathways.
△ Less
Submitted 21 April, 2025;
originally announced April 2025.
-
AAA-Gaussians: Anti-Aliased and Artifact-Free 3D Gaussian Rendering
Authors:
Michael Steiner,
Thomas Köhler,
Lukas Radl,
Felix Windisch,
Dieter Schmalstieg,
Markus Steinberger
Abstract:
Although 3D Gaussian Splatting (3DGS) has revolutionized 3D reconstruction, it still faces challenges such as aliasing, projection artifacts, and view inconsistencies, primarily due to the simplification of treating splats as 2D entities. We argue that incorporating full 3D evaluation of Gaussians throughout the 3DGS pipeline can effectively address these issues while preserving rasterization effi…
▽ More
Although 3D Gaussian Splatting (3DGS) has revolutionized 3D reconstruction, it still faces challenges such as aliasing, projection artifacts, and view inconsistencies, primarily due to the simplification of treating splats as 2D entities. We argue that incorporating full 3D evaluation of Gaussians throughout the 3DGS pipeline can effectively address these issues while preserving rasterization efficiency. Specifically, we introduce an adaptive 3D smoothing filter to mitigate aliasing and present a stable view-space bounding method that eliminates popping artifacts when Gaussians extend beyond the view frustum. Furthermore, we promote tile-based culling to 3D with screen-space planes, accelerating rendering and reducing sorting costs for hierarchical rasterization. Our method achieves state-of-the-art quality on in-distribution evaluation sets and significantly outperforms other approaches for out-of-distribution views. Our qualitative evaluations further demonstrate the effective removal of aliasing, distortions, and popping artifacts, ensuring real-time, artifact-free rendering.
△ Less
Submitted 17 April, 2025;
originally announced April 2025.
-
Code Improvement Practices at Meta
Authors:
Audris Mockus,
Peter C Rigby,
Rui Abreu,
Anatoly Akkerman,
Yogesh Bhootada,
Payal Bhuptani,
Gurnit Ghardhora,
Lan Hoang Dao,
Chris Hawley,
Renzhi He,
Sagar Krishnamoorthy,
Sergei Krauze,
Jianmin Li,
Anton Lunov,
Dragos Martac,
Francois Morin,
Neil Mitchell,
Venus Montes,
Maher Saba,
Matt Steiner,
Andrea Valori,
Shanchao Wang,
Nachiappan Nagappan
Abstract:
The focus on rapid software delivery inevitably results in the accumulation of technical debt, which, in turn, affects quality and slows future development. Yet, companies with a long history of rapid delivery exist. Our primary aim is to discover how such companies manage to keep their codebases maintainable. Method: we investigate Meta's practices by collaborating with engineers on code quality…
▽ More
The focus on rapid software delivery inevitably results in the accumulation of technical debt, which, in turn, affects quality and slows future development. Yet, companies with a long history of rapid delivery exist. Our primary aim is to discover how such companies manage to keep their codebases maintainable. Method: we investigate Meta's practices by collaborating with engineers on code quality and by analyzing rich source code change history
to reveal a range of practices used for continual improvement of the codebase. In addition, we replicate several aspects of previous industry cases studies investigating the impact of code reengineering. Results: Code improvements at Meta range from completely organic grass-roots done at the initiative of individual engineers, to regularly blocked time and engagement via gamification of Better Engineering (BE) work, to major explicit initiatives aimed at reengineering the complex parts of the codebase or deleting accumulations of dead code. Over 14% of changes are explicitly devoted to code improvement and the developers are given ``badges'' to acknowledge the type of work and the amount of effort. Our investigation to prioritize which parts of the codebase to improve lead to the development of metrics to guide this decision making. Our analysis of the impact of reengineering activities revealed substantial improvements in quality and speed as well as a reduction in code complexity. Overall, such continual improvement is an effective way to develop software with rapid releases, while maintaining high quality.
△ Less
Submitted 23 April, 2025; v1 submitted 16 April, 2025;
originally announced April 2025.
-
European Contributions to Fermilab Accelerator Upgrades and Facilities for the DUNE Experiment
Authors:
DUNE Collaboration,
A. Abed Abud,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
F. Alemanno,
N. S. Alex,
K. Allison,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
A. Aman,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1322 additional authors not shown)
Abstract:
The Proton Improvement Plan (PIP-II) to the FNAL accelerator chain and the Long-Baseline Neutrino Facility (LBNF) will provide the world's most intense neutrino beam to the Deep Underground Neutrino Experiment (DUNE) enabling a wide-ranging physics program. This document outlines the significant contributions made by European national laboratories and institutes towards realizing the first phase o…
▽ More
The Proton Improvement Plan (PIP-II) to the FNAL accelerator chain and the Long-Baseline Neutrino Facility (LBNF) will provide the world's most intense neutrino beam to the Deep Underground Neutrino Experiment (DUNE) enabling a wide-ranging physics program. This document outlines the significant contributions made by European national laboratories and institutes towards realizing the first phase of the project with a 1.2 MW neutrino beam. Construction of this first phase is well underway. For DUNE Phase II, this will be closely followed by an upgrade of the beam power to > 2 MW, for which the European groups again have a key role and which will require the continued support of the European community for machine aspects of neutrino physics. Beyond the neutrino beam aspects, LBNF is also responsible for providing unique infrastructure to install and operate the DUNE neutrino detectors at FNAL and at the Sanford Underground Research Facility (SURF). The cryostats for the first two Liquid Argon Time Projection Chamber detector modules at SURF, a contribution of CERN to LBNF, are central to the success of the ongoing execution of DUNE Phase I. Likewise, successful and timely procurement of cryostats for two additional detector modules at SURF will be critical to the success of DUNE Phase II and the overall physics program. The DUNE Collaboration is submitting four main contributions to the 2026 Update of the European Strategy for Particle Physics process. This paper is being submitted to the 'Accelerator technologies' and 'Projects and Large Experiments' streams. Additional inputs related to the DUNE science program, DUNE detector technologies and R&D, and DUNE software and computing, are also being submitted to other streams.
△ Less
Submitted 31 March, 2025;
originally announced March 2025.
-
DUNE Software and Computing Research and Development
Authors:
DUNE Collaboration,
A. Abed Abud,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
F. Alemanno,
N. S. Alex,
K. Allison,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
A. Aman,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1322 additional authors not shown)
Abstract:
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy toward the implementation of this leading-edge, large-scale science project. The ambitious physics program of Phase I and Phase II of DUNE is dependent upon deployment and utilization of significant computing res…
▽ More
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy toward the implementation of this leading-edge, large-scale science project. The ambitious physics program of Phase I and Phase II of DUNE is dependent upon deployment and utilization of significant computing resources, and successful research and development of software (both infrastructure and algorithmic) in order to achieve these scientific goals. This submission discusses the computing resources projections, infrastructure support, and software development needed for DUNE during the coming decades as an input to the European Strategy for Particle Physics Update for 2026. The DUNE collaboration is submitting four main contributions to the 2026 Update of the European Strategy for Particle Physics process. This submission to the 'Computing' stream focuses on DUNE software and computing. Additional inputs related to the DUNE science program, DUNE detector technologies and R&D, and European contributions to Fermilab accelerator upgrades and facilities for the DUNE experiment, are also being submitted to other streams.
△ Less
Submitted 31 March, 2025;
originally announced March 2025.
-
The DUNE Phase II Detectors
Authors:
DUNE Collaboration,
A. Abed Abud,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
F. Alemanno,
N. S. Alex,
K. Allison,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
A. Aman,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1322 additional authors not shown)
Abstract:
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy for the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I and…
▽ More
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy for the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I and Phase II, as did the previous European Strategy for Particle Physics. The construction of DUNE Phase I is well underway. DUNE Phase II consists of a third and fourth far detector module, an upgraded near detector complex, and an enhanced > 2 MW beam. The fourth FD module is conceived as a 'Module of Opportunity', aimed at supporting the core DUNE science program while also expanding the physics opportunities with more advanced technologies. The DUNE collaboration is submitting four main contributions to the 2026 Update of the European Strategy for Particle Physics process. This submission to the 'Detector instrumentation' stream focuses on technologies and R&D for the DUNE Phase II detectors. Additional inputs related to the DUNE science program, DUNE software and computing, and European contributions to Fermilab accelerator upgrades and facilities for the DUNE experiment, are also being submitted to other streams.
△ Less
Submitted 29 March, 2025;
originally announced March 2025.
-
The DUNE Science Program
Authors:
DUNE Collaboration,
A. Abed Abud,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
F. Alemanno,
N. S. Alex,
K. Allison,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
A. Aman,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1322 additional authors not shown)
Abstract:
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy for the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I and…
▽ More
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy for the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I and Phase II, as did the previous European Strategy for Particle Physics. The construction of DUNE Phase I is well underway. DUNE Phase II consists of a third and fourth far detector module, an upgraded near detector complex, and an enhanced > 2 MW beam. The fourth FD module is conceived as a 'Module of Opportunity', aimed at supporting the core DUNE science program while also expanding the physics opportunities with more advanced technologies. The DUNE collaboration is submitting four main contributions to the 2026 Update of the European Strategy for Particle Physics process. This submission to the 'Neutrinos and cosmic messengers', 'BSM physics' and 'Dark matter and dark sector' streams focuses on the physics program of DUNE. Additional inputs related to DUNE detector technologies and R&D, DUNE software and computing, and European contributions to Fermilab accelerator upgrades and facilities for the DUNE experiment, are also being submitted to other streams.
△ Less
Submitted 29 March, 2025;
originally announced March 2025.
-
TBHubbard: tight-binding and extended Hubbard model database for metal-organic frameworks
Authors:
Pamela C. Carvalho,
Federico Zipoli,
Alan C. Duriez,
Marco Antonio Barroca,
Rodrigo Neumann Barros Ferreira,
Barbara Jones,
Benjamin Wunsch,
Mathias Steiner
Abstract:
Metal-organic frameworks (MOFs) are porous materials composed of metal ions and organic linkers. Their diverse compositions and structures offer a wide range of applications, such as electrical conductivity and diffusion, which can be optimized by tuning the combination of different building blocks. The ease of modifying metal centers or organic linkers makes MOFs ideal for property prediction and…
▽ More
Metal-organic frameworks (MOFs) are porous materials composed of metal ions and organic linkers. Their diverse compositions and structures offer a wide range of applications, such as electrical conductivity and diffusion, which can be optimized by tuning the combination of different building blocks. The ease of modifying metal centers or organic linkers makes MOFs ideal for property prediction and inverse material design through computational modeling. Data science driven techniques can aid in the exploration of novel structures with optimize properties by employing machine learning models and using available simulation data in the literature. Here, we provide an extensive data collection with the simulation of MOFs, derived from the QMOF database, based on density-functional-theory, along with their corresponding tight-binding lattice Hamiltonian, offering insights into the electronic structure of each material. The topology information is augmented by the Smooth Overlap of Atomic Positions (SOAP) descriptors which are used as fingerprints of the local environment. Besides, the Extended Hubbard model is also used to describe a sub-set of MOFs with transition metals, where the Hubbard parameters intra-site U and inter-site V are computed. Due to the highly computational cost associated with the Hubbard calculations and the comprehensive amount of data for the tight-binding Hamiltonian, the database provided here stands as a significant contribution not only for the training of ML models to predict new properties but also to perform inverse design of new MOFs with enhanced target properties.
△ Less
Submitted 16 March, 2025;
originally announced March 2025.
-
Surface Reaction Simulations for Battery Materials through Sample-Based Quantum Diagonalization and Local Embedding
Authors:
Marco Antonio Barroca,
Tanvi Gujarati,
Vidushi Sharma,
Rodrigo Neumann Barros Ferreira,
Young-Hye Na,
Maxwell Giammona,
Antonio Mezzacapo,
Benjamin Wunsch,
Mathias Steiner
Abstract:
Accurate quantum chemistry calculations are essential for understanding electronic structures, yet exactly solving the many-body Schrödinger equation remains impractical due to electron correlation effects. While Density Functional Theory (DFT) is widely used, its inherent approximations limit its ability to capture strong correlation effects, particularly in surface reactions. Quantum computing o…
▽ More
Accurate quantum chemistry calculations are essential for understanding electronic structures, yet exactly solving the many-body Schrödinger equation remains impractical due to electron correlation effects. While Density Functional Theory (DFT) is widely used, its inherent approximations limit its ability to capture strong correlation effects, particularly in surface reactions. Quantum computing offers a promising alternative, especially for localized electron interactions. In this work, we apply a quantum embedding approach to study the Oxygen Reduction Reaction at Lithium battery electrode surfaces. We employ an active space selection strategy, using Density Difference Analysis to identify key orbitals, which are subsequently refined with coupled-cluster natural orbitals. These are treated using Sample-Based Quantum Diagonalization (SQD) and its extended version (Ext-SQD), leveraging the Local Unitary Cluster Jastrow (LUCJ) ansatz for efficient state preparation on quantum hardware. Ext-SQD significantly improves upon standard SQD by incorporating excitation operators into the quantum-computed electron configurations used in classical Quantum Selected Configuration Interaction. Our approach demonstrates improved accuracy over Coupled Cluster Singles and Doubles (CCSD) calculations over ground state energies. The results, validated against Complete Active Space Configuration Interaction (CASCI), whenever computationally feasible, and Heat-Bath Configuration Interaction (HCI), provide new insights into $\mathrm{Li}$-$\mathrm{O_2}$ surface reactions, underscoring the potential of quantum computing in materials discovery and reaction modeling.
△ Less
Submitted 13 March, 2025;
originally announced March 2025.
-
Computing band gaps of periodic materials via sample-based quantum diagonalization
Authors:
Alan Duriez,
Pamela C. Carvalho,
Marco Antonio Barroca,
Federico Zipoli,
Ben Jaderberg,
Rodrigo Neumann Barros Ferreira,
Kunal Sharma,
Antonio Mezzacapo,
Benjamin Wunsch,
Mathias Steiner
Abstract:
State-of-the-art techniques in computational materials science often fail to capture many-body interactions in periodic systems. One particular application is the electronic structure problem, where established approaches such as Density Functional Theory are applied to predict experimental results. In this contribution, we present a sample-based quantum diagonalization (SQD) workflow for simulati…
▽ More
State-of-the-art techniques in computational materials science often fail to capture many-body interactions in periodic systems. One particular application is the electronic structure problem, where established approaches such as Density Functional Theory are applied to predict experimental results. In this contribution, we present a sample-based quantum diagonalization (SQD) workflow for simulating the electronic ground state of periodic materials, and for predicting their band gaps. We obtain a fermionic Hamiltonian for crystalline solids by first projecting the electronic density obtained by density functional theory onto a localized basis set and then adding interaction parameters obtained by a self-consistent field theory. We then build an approximation of the system's ground-state wavefunction with the local unitary cluster Jastrow (LUCJ) ansatz. By sampling the quantum circuit and classically diagonalizing the Hamiltonian in the resulting configuration subspace, we predict the band gap energy of representative materials and obtain agreement with experimental results. The predicted bandgaps were obtained from calculations using 38 and 46 qubits, performed on a superconducting quantum processor, with minimal error-mitigation overhead. Our self-consistent approach offers a scalable pathway for utility-scale quantum simulation of materials.
△ Less
Submitted 13 March, 2025;
originally announced March 2025.
-
Titanium chemistry of WASP-121 b with ESPRESSO in 4-UT mode
Authors:
B. Prinoth,
J. V. Seidel,
H. J. Hoeijmakers,
B. M. Morris,
M. Baratella,
N. W. Borsato,
Y. C. Damasceno,
V. Parmentier,
D. Kitzmann,
E. Sedaghati,
L. Pino,
F. Borsa,
R. Allart,
N. Santos,
M. Steiner,
A. Suárez Mascareño,
H. Tabernero,
M. R. Zapatero Osorio
Abstract:
Transit spectroscopy usually relies on the integration of one or several transits to achieve the S/N necessary to resolve spectral features. Consequently, high-S/N observations of exoplanet atmospheres are essential for disentangling the complex chemistry and dynamics beyond global trends. In this study, we combined two partial 4-UT transits of the ultrahot Jupiter WASP-121 b, observed with the ES…
▽ More
Transit spectroscopy usually relies on the integration of one or several transits to achieve the S/N necessary to resolve spectral features. Consequently, high-S/N observations of exoplanet atmospheres are essential for disentangling the complex chemistry and dynamics beyond global trends. In this study, we combined two partial 4-UT transits of the ultrahot Jupiter WASP-121 b, observed with the ESPRESSO at the VLT in order to revisit its titanium chemistry. Through cross-correlation analysis, we achieved detections of H I, Li I, Na I, K I, Mg I, Ca I, Ti I, V I, Cr I, Mn I, Fe I, Fe II, Co I, Ni I, Ba II, Sr I, and Sr II. Additionally, narrow-band spectroscopy allowed us to resolve strong single lines, resulting in significant detections of H$α$, H$β$, H$γ$, Li I, Na I, K I, Mg I, Ca II, Sr I, Sr II, and Mn I. Our most notable finding is the high-significance detection of Ti I ($\sim$ 5$σ$ per spectrum, and $\sim$ 19$σ$ stacked in the planetary rest frame). Comparison with atmospheric models reveals that Ti I is indeed depleted compared to V I. We also resolve the planetary velocity traces of both Ti I and V I, with Ti I exhibiting a significant blueshift toward the end of the transit. This suggests that Ti I primarily originates from low-latitude regions within the super-rotating jet observed in WASP-121 b. Our observations suggest limited mixing between the equatorial jet and the mid-latitudes, in contrast with model predictions from GCMs. We also report the non-detection of TiO, which we attribute to inaccuracies in the line list that could hinder its detection, even if present. Thus, the final determination of the presence of TiO must await space-based observations. We conclude that the 4-UT mode of ESPRESSO is an excellent testbed for achieving high S/N on relatively faint targets, paving the way for future observations with the ELT.
△ Less
Submitted 17 February, 2025;
originally announced February 2025.
-
Neutrino Interaction Vertex Reconstruction in DUNE with Pandora Deep Learning
Authors:
DUNE Collaboration,
A. Abed Abud,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
F. Alemanno,
N. S. Alex,
K. Allison,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
A. Aman,
H. Amar,
P. Amedo,
J. Anderson,
C. Andreopoulos
, et al. (1313 additional authors not shown)
Abstract:
The Pandora Software Development Kit and algorithm libraries perform reconstruction of neutrino interactions in liquid argon time projection chamber detectors. Pandora is the primary event reconstruction software used at the Deep Underground Neutrino Experiment, which will operate four large-scale liquid argon time projection chambers at the far detector site in South Dakota, producing high-resolu…
▽ More
The Pandora Software Development Kit and algorithm libraries perform reconstruction of neutrino interactions in liquid argon time projection chamber detectors. Pandora is the primary event reconstruction software used at the Deep Underground Neutrino Experiment, which will operate four large-scale liquid argon time projection chambers at the far detector site in South Dakota, producing high-resolution images of charged particles emerging from neutrino interactions. While these high-resolution images provide excellent opportunities for physics, the complex topologies require sophisticated pattern recognition capabilities to interpret signals from the detectors as physically meaningful objects that form the inputs to physics analyses. A critical component is the identification of the neutrino interaction vertex. Subsequent reconstruction algorithms use this location to identify the individual primary particles and ensure they each result in a separate reconstructed particle. A new vertex-finding procedure described in this article integrates a U-ResNet neural network performing hit-level classification into the multi-algorithm approach used by Pandora to identify the neutrino interaction vertex. The machine learning solution is seamlessly integrated into a chain of pattern-recognition algorithms. The technique substantially outperforms the previous BDT-based solution, with a more than 20\% increase in the efficiency of sub-1\,cm vertex reconstruction across all neutrino flavours.
△ Less
Submitted 10 February, 2025;
originally announced February 2025.
-
Empirical Thermophotovoltaic Performance Predictions and Limits
Authors:
Titilope M. Dada,
Calvin M. Mestelle,
Daniel J. Friedman,
Myles A. Steiner,
Eric J. Tervo
Abstract:
Significant progress has been made in the field of thermophotovoltaics, with efficiency recently rising to over 40% due to improvements in cell design and material quality, higher emitter temperatures, and better spectral management. However, inconsistencies in trends for efficiency with semiconductor bandgap energy across various temperatures pose challenges in predicting optimal bandgaps or expe…
▽ More
Significant progress has been made in the field of thermophotovoltaics, with efficiency recently rising to over 40% due to improvements in cell design and material quality, higher emitter temperatures, and better spectral management. However, inconsistencies in trends for efficiency with semiconductor bandgap energy across various temperatures pose challenges in predicting optimal bandgaps or expected performance for different applications. To address these issues, here we present realistic performance predictions for various types of single-junction cells over a broad range of emitter temperatures using an empirical model based on past cell measurements. Our model is validated using data from different authors with various bandgaps and emitter temperatures, and an excellent agreement is seen between the model and the experimental data. Using our model, we show that in addition to spectral losses, it is important to consider practical electrical losses associated with series resistance and cell quality to avoid overestimation of system efficiency. We also show the effect of modifying various system parameters such as bandgap, above and below-bandgap reflectance, saturation current, and series resistance on the efficiency and power density of thermophotovoltaics at different temperatures. Finally, we predict the bandgap energies for best performance over a range of emitter temperatures for different cell material qualities.
△ Less
Submitted 12 May, 2025; v1 submitted 15 January, 2025;
originally announced January 2025.
-
Mode-selective Raman imaging of metal-organic frameworks reveals surface heterogeneities of single HKUST-1 crystals
Authors:
Matheus Esteves Ferreira,
Mariana Del Grande,
Felipe Lopes Oliveira,
Rodrigo Neumann Barros Ferreira,
Ademir Ferreira da Silva,
Pamela Costa Carvalho,
Geisa Lima,
Ado Jorio,
Mathias Steiner
Abstract:
Metal organic frameworks (MOFs) are nanoporous materials with high surface-to-volume ratio that have potential applications as gas sorbents. Sample quality is, however, often compromised and it is unclear how defects and surface contaminants affect the spectral properties of single MOF crystals. Raman micro-spectroscopy is a powerful tool for characterizing MOFs, yet spatial spectral heterogeneity…
▽ More
Metal organic frameworks (MOFs) are nanoporous materials with high surface-to-volume ratio that have potential applications as gas sorbents. Sample quality is, however, often compromised and it is unclear how defects and surface contaminants affect the spectral properties of single MOF crystals. Raman micro-spectroscopy is a powerful tool for characterizing MOFs, yet spatial spectral heterogeneity distributions of single MOF crystals have not been reported so far. In this work, we use Raman micro-spectroscopy to characterize spatially isolated, single crystals of the MOF species HKUST-1. In a first step, we validate HKUST-1's Raman spectrum based on DFT simulations and we identify a previously unreported vibrational feature. In a second step, we acquire diffraction-limited, mode-selective Raman images of a single HKUST-1 crystals that reveal how the spectral variations are distributed across the crystal surface. In a third step, we statistically analyze the measured spectral peak positions and line widths for quantifying the variability occurring within the same crystal as well as between different crystals taken from the same batch. Finally, we explore how multivariate data analysis can aid feature identification in Raman images of single MOF crystals. For enabling validation and reuse, we have made the spectroscopic data and simulation code publicly available.
△ Less
Submitted 21 November, 2024;
originally announced November 2024.
-
Automated, LLM enabled extraction of synthesis details for reticular materials from scientific literature
Authors:
Viviane Torres da Silva,
Alexandre Rademaker,
Krystelle Lionti,
Ronaldo Giro,
Geisa Lima,
Sandro Fiorini,
Marcelo Archanjo,
Breno W. Carvalho,
Rodrigo Neumann,
Anaximandro Souza,
João Pedro Souza,
Gabriela de Valnisio,
Carmen Nilda Paz,
Renato Cerqueira,
Mathias Steiner
Abstract:
Automated knowledge extraction from scientific literature can potentially accelerate materials discovery. We have investigated an approach for extracting synthesis protocols for reticular materials from scientific literature using large language models (LLMs). To that end, we introduce a Knowledge Extraction Pipeline (KEP) that automatizes LLM-assisted paragraph classification and information extr…
▽ More
Automated knowledge extraction from scientific literature can potentially accelerate materials discovery. We have investigated an approach for extracting synthesis protocols for reticular materials from scientific literature using large language models (LLMs). To that end, we introduce a Knowledge Extraction Pipeline (KEP) that automatizes LLM-assisted paragraph classification and information extraction. By applying prompt engineering with in-context learning (ICL) to a set of open-source LLMs, we demonstrate that LLMs can retrieve chemical information from PDF documents, without the need for fine-tuning or training and at a reduced risk of hallucination. By comparing the performance of five open-source families of LLMs in both paragraph classification and information extraction tasks, we observe excellent model performance even if only few example paragraphs are included in the ICL prompts. The results show the potential of the KEP approach for reducing human annotations and data curation efforts in automated scientific knowledge extraction.
△ Less
Submitted 5 November, 2024;
originally announced November 2024.
-
Suppression of Phase Separation in AlGaInAs Compositionally Graded Buffers for 1550 nm Photovoltaic Converters on GaAs
Authors:
Kevin L. Schulte,
John F. Geisz,
Harvey L. Guthrey,
Ryan M. France,
Edgard Winter da Costa,
Myles A. Steiner
Abstract:
We investigate strategies to suppress phase separation and reduce threading dislocation densities (TDD) in AlGaInAs compositionally graded buffers (CGBs) that span the lattice constant range from GaAs to InP. Combining results from high resolution x-ray diffraction, cathodoluminescence, transmission electron microscopy, and photovoltaic device measurements, we correlate choices of epitaxial growth…
▽ More
We investigate strategies to suppress phase separation and reduce threading dislocation densities (TDD) in AlGaInAs compositionally graded buffers (CGBs) that span the lattice constant range from GaAs to InP. Combining results from high resolution x-ray diffraction, cathodoluminescence, transmission electron microscopy, and photovoltaic device measurements, we correlate choices of epitaxial growth conditions with the defect structure of the CGBs and subsequent device performance. Both the use of substrates with high misorientation off (100) towards the (111)A plane and Zn-doping instead of Si-doping are shown to suppress phase separation and reduce TDD. We demonstrate a 0.74 eV GaInAs device grown on a (411)A GaAs substrate using a Zn-doped AlGaInAs CGB with TDD = 3.5 +/- 0.2 x 106 cm^-2 that has a bandgap-open circuit voltage offset of only 0.434 V measured under the AM1.5G solar spectrum. We characterized this device under high-intensity irradiance from a 1570 nm laser and measured a 31.9% peak efficiency laser power conversion efficiency at 3.6 W/cm2. These results provide a roadmap to the manufacture of laser- and thermal-power conversion devices with the performance and cost-effectiveness needed to drive adoption of these technologies at scale.
△ Less
Submitted 5 November, 2024;
originally announced November 2024.
-
The obliquity and atmosphere of the hot Jupiter WASP-122b (KELT-14b) with ESPRESSO: An aligned orbit and no sign of atomic or molecular absorption
Authors:
M. Stangret,
E. Palle,
E. Esparza-Borges,
J. Orell Miquel,
N. Casasayas-Barris,
M. R. Zapatero Osorio,
E. Cristo,
R. Allart,
Y. Alibert,
F. Borsa,
O. D. S. Demangeon,
P. Di Marcantonio,
D. Ehrenreich,
P. Figueira,
J. I. Gonzalez Hernandez,
E. Herrero-Cisneros,
C. J. A. P. Martins,
N. C. Santos,
J. V. Seidel,
T. Azevedo Silva,
A. Sozzetti,
M. Steiner,
A. Suarez Mascareno,
S. Udry
Abstract:
Thanks to their short orbital periods and hot extended atmospheres, hot Jupiters are ideal candidates for atmosphere studies with high-resolution spectroscopy. New stable spectrographs help improve our understanding of the evolution and composition of those types of planets. By analyzing two nights of observations using the ESPRESSO high-resolution spectrograph, we studied the architecture and atm…
▽ More
Thanks to their short orbital periods and hot extended atmospheres, hot Jupiters are ideal candidates for atmosphere studies with high-resolution spectroscopy. New stable spectrographs help improve our understanding of the evolution and composition of those types of planets. By analyzing two nights of observations using the ESPRESSO high-resolution spectrograph, we studied the architecture and atmosphere of hot Jupiter WASP-122b (KELT-14b). By analyzing the Rossiter-McLaughlin (RM) effect, we measured the spin-orbit angle of the system to be lambda = 0.09 +0.88/-0.90 deg. This result is in line with literature obliquity measurements of planetary systems around stars with effective temperatures cooler than 6500 K. Using the transmission spectroscopy, we studied the atmosphere of the planet. Applying both the single-line analysis and the cross-correlation method, we looked for Ca I, Cr I, FeH, Fe I, Fe II, H2O, Li I, Mg I, Na I, Ti I, TiO, V I, VO, and Y I. Our results show no evidence of any of these species in WASP-122b's atmosphere. The lack of significant detections can be explained by either the RM effect covering the regions where the atmospheric signal is expected and masking it, along with the low signal-to-noise ratio (S/N) of the observations or the absence of the relevant species in its atmosphere.
△ Less
Submitted 1 October, 2024;
originally announced October 2024.
-
The track-length extension fitting algorithm for energy measurement of interacting particles in liquid argon TPCs and its performance with ProtoDUNE-SP data
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
N. S. Alex,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
H. Amar,
P. Amedo,
J. Anderson,
C. Andreopoulos
, et al. (1348 additional authors not shown)
Abstract:
This paper introduces a novel track-length extension fitting algorithm for measuring the kinetic energies of inelastically interacting particles in liquid argon time projection chambers (LArTPCs). The algorithm finds the most probable offset in track length for a track-like object by comparing the measured ionization density as a function of position with a theoretical prediction of the energy los…
▽ More
This paper introduces a novel track-length extension fitting algorithm for measuring the kinetic energies of inelastically interacting particles in liquid argon time projection chambers (LArTPCs). The algorithm finds the most probable offset in track length for a track-like object by comparing the measured ionization density as a function of position with a theoretical prediction of the energy loss as a function of the energy, including models of electron recombination and detector response. The algorithm can be used to measure the energies of particles that interact before they stop, such as charged pions that are absorbed by argon nuclei. The algorithm's energy measurement resolutions and fractional biases are presented as functions of particle kinetic energy and number of track hits using samples of stopping secondary charged pions in data collected by the ProtoDUNE-SP detector, and also in a detailed simulation. Additional studies describe the impact of the dE/dx model on energy measurement performance. The method described in this paper to characterize the energy measurement performance can be repeated in any LArTPC experiment using stopping secondary charged pions.
△ Less
Submitted 26 December, 2024; v1 submitted 26 September, 2024;
originally announced September 2024.
-
ESPRESSO reveals blueshifted neutral iron emission lines on the dayside of WASP-76 b
Authors:
A. R. Costa Silva,
O. D. S. Demangeon,
N. C. Santos,
D. Ehrenreich,
C. Lovis,
H. Chakraborty,
M. Lendl,
F. Pepe,
S. Cristiani,
R. Rebolo,
M. R. Zapatero-Osorio,
V. Adibekyan,
Y. Alibert,
R. Allart,
C. Allende Prieto,
T. Azevedo Silva,
F. Borsa,
V. Bourrier,
E. Cristo,
P. Di Marcantonio,
E. Esparza-Borges,
P. Figueira,
J. I. González Hernández,
E. Herrero-Cisneros,
G. Lo Curto
, et al. (12 additional authors not shown)
Abstract:
Ultra hot Jupiters (gas giants, Teq>2000 K) are intriguing exoplanets due to their extreme atmospheres. Their torrid daysides can be characterised using ground-based high-resolution emission spectroscopy. We search for signatures of neutral and singly ionised iron (Fe I and Fe II) in the dayside of the ultra hot Jupiter WASP-76 b, as these species were detected via transmission spectroscopy in thi…
▽ More
Ultra hot Jupiters (gas giants, Teq>2000 K) are intriguing exoplanets due to their extreme atmospheres. Their torrid daysides can be characterised using ground-based high-resolution emission spectroscopy. We search for signatures of neutral and singly ionised iron (Fe I and Fe II) in the dayside of the ultra hot Jupiter WASP-76 b, as these species were detected via transmission spectroscopy in this exoplanet. Furthermore, we aim to confirm the existence of a thermal inversion layer, which has been reported in previous studies, and attempt to constrain its properties. We observed WASP-76 b on four epochs with ESPRESSO at the VLT, at orbital phases shortly before and after the secondary transit, when the dayside is in view. We present the first analysis of high-resolution optical emission spectra for this exoplanet. We compare the data to synthetic templates from petitRADTRANS, using cross-correlation function techniques. We detect a blueshifted (-4.7+-0.3 km/s) Fe I emission signature on the dayside of WASP-76 b at 6.0-sigma. The signal is detected independently both before and after the eclipse, and blueshifted in both cases. The presence of iron emission features confirms the existence of a thermal inversion layer. Fe II was not detected, possibly because this species is located in the upper layers of the atmosphere, which are more optically thin. Thus the Fe II signature on the dayside of WASP-76 b is too weak to be detected with emission spectroscopy. We propose that the blueshifted Fe I signature is created by material rising from the hot spot to the upper layers of the atmosphere, and discuss possible scenarios related to the position of the hotspot. This work unveils some of the dynamic processes ongoing on the dayside of WASP-76 b through the analysis of the Fe I signature from its atmosphere, and complements previous knowledge obtained from transmission studies.
△ Less
Submitted 20 September, 2024;
originally announced September 2024.
-
NuSTAR Observation of the TeV-Detected Radio Galaxy 3C 264: Core Emission and the Hot Accretion Flow Contribution
Authors:
Ka-Wah Wong,
Colin M. Steiner,
Allison M. Blum,
Dacheng Lin,
Rodrigo Nemmen,
Jimmy A. Irwin,
Daniel R. Wik
Abstract:
3C 264 is one of the few FRI radio galaxies with detected TeV emission. It is a low-luminosity AGN (LLAGN) and is generally associated with a radiatively inefficient accretion flow (RIAF). Earlier multiwavelength studies suggest that the X-ray emission originates from a jet. However, the possibility that the RIAF can significantly contribute to the X-rays cannot be ruled out. In particular, hard X…
▽ More
3C 264 is one of the few FRI radio galaxies with detected TeV emission. It is a low-luminosity AGN (LLAGN) and is generally associated with a radiatively inefficient accretion flow (RIAF). Earlier multiwavelength studies suggest that the X-ray emission originates from a jet. However, the possibility that the RIAF can significantly contribute to the X-rays cannot be ruled out. In particular, hard X-ray emission $\gtrsim$10 keV has never been detected, making it challenging to distinguish between X-ray models. Here we report a NuSTAR detection up to 25 keV from 3C 264. We also present subpixel deconvolved Chandra images to resolve jet emission down to ~0.2 arcsec from the center of the unresolved X-ray core. Together with a simultaneous Swift observation, we have constrained the dominant hard X-ray emission to be from its unresolved X-ray core, presumably in its quiescent state. We found evidence of a cutoff in the energy around 20 keV, indicating that at least some of the X-rays from the core can be attributed to the RIAF. The Comptonization model suggests an electron temperature of about 15 keV and an optical depth ranging between 4 and 7, following the universality of coronal properties of black hole accretion. The cutoff energy or electron temperature of 3C 264 is the lowest among those of other LLAGNs. The detected hard X-ray emission is at least an order of magnitude higher than that predicted by synchrotron self-Compton models introduced to explain $γ$-ray and TeV emission, suggesting that the synchrotron electrons might be accelerated to higher energies than previously thought.
△ Less
Submitted 9 September, 2024;
originally announced September 2024.
-
DUNE Phase II: Scientific Opportunities, Detector Concepts, Technological Solutions
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
H. Amar,
P. Amedo,
J. Anderson,
C. Andreopoulos,
M. Andreotti
, et al. (1347 additional authors not shown)
Abstract:
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy toward the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I…
▽ More
The international collaboration designing and constructing the Deep Underground Neutrino Experiment (DUNE) at the Long-Baseline Neutrino Facility (LBNF) has developed a two-phase strategy toward the implementation of this leading-edge, large-scale science project. The 2023 report of the US Particle Physics Project Prioritization Panel (P5) reaffirmed this vision and strongly endorsed DUNE Phase I and Phase II, as did the European Strategy for Particle Physics. While the construction of the DUNE Phase I is well underway, this White Paper focuses on DUNE Phase II planning. DUNE Phase-II consists of a third and fourth far detector (FD) module, an upgraded near detector complex, and an enhanced 2.1 MW beam. The fourth FD module is conceived as a "Module of Opportunity", aimed at expanding the physics opportunities, in addition to supporting the core DUNE science program, with more advanced technologies. This document highlights the increased science opportunities offered by the DUNE Phase II near and far detectors, including long-baseline neutrino oscillation physics, neutrino astrophysics, and physics beyond the standard model. It describes the DUNE Phase II near and far detector technologies and detector design concepts that are currently under consideration. A summary of key R&D goals and prototyping phases needed to realize the Phase II detector technical designs is also provided. DUNE's Phase II detectors, along with the increased beam power, will complete the full scope of DUNE, enabling a multi-decadal program of groundbreaking science with neutrinos.
△ Less
Submitted 22 August, 2024;
originally announced August 2024.
-
SceneMotion: From Agent-Centric Embeddings to Scene-Wide Forecasts
Authors:
Royden Wagner,
Ömer Sahin Tas,
Marlon Steiner,
Fabian Konstantinidis,
Hendrik Königshof,
Marvin Klemp,
Carlos Fernandez,
Christoph Stiller
Abstract:
Self-driving vehicles rely on multimodal motion forecasts to effectively interact with their environment and plan safe maneuvers. We introduce SceneMotion, an attention-based model for forecasting scene-wide motion modes of multiple traffic agents. Our model transforms local agent-centric embeddings into scene-wide forecasts using a novel latent context module. This module learns a scene-wide late…
▽ More
Self-driving vehicles rely on multimodal motion forecasts to effectively interact with their environment and plan safe maneuvers. We introduce SceneMotion, an attention-based model for forecasting scene-wide motion modes of multiple traffic agents. Our model transforms local agent-centric embeddings into scene-wide forecasts using a novel latent context module. This module learns a scene-wide latent space from multiple agent-centric embeddings, enabling joint forecasting and interaction modeling. The competitive performance in the Waymo Open Interaction Prediction Challenge demonstrates the effectiveness of our approach. Moreover, we cluster future waypoints in time and space to quantify the interaction between agents. We merge all modes and analyze each mode independently to determine which clusters are resolved through interaction or result in conflict. Our implementation is available at: https://github.com/kit-mrt/future-motion
△ Less
Submitted 29 November, 2024; v1 submitted 2 August, 2024;
originally announced August 2024.
-
Large Area Near-Field Thermophotovoltaics for Low Temperature Applications
Authors:
Jennifer Selvidge,
Ryan M. France,
John Goldsmith,
Parth Solanki,
Myles A. Steiner,
Eric J. Tervo
Abstract:
Thermophotovoltaics, devices that convert thermal infrared photons to electricity, offer a key pathway for a variety of critical renewable energy technologies including thermal energy storage, waste heat recovery, and direct solar-thermal power generation. However, conventional far-field devices struggle to generate reasonable powers at lower temperatures. Near-field thermophotovoltaics provide a…
▽ More
Thermophotovoltaics, devices that convert thermal infrared photons to electricity, offer a key pathway for a variety of critical renewable energy technologies including thermal energy storage, waste heat recovery, and direct solar-thermal power generation. However, conventional far-field devices struggle to generate reasonable powers at lower temperatures. Near-field thermophotovoltaics provide a pathway to substantially higher powers by leveraging photon tunneling effects. Here we present a large area near-field thermophotovoltaic device, created with an epitaxial co-fabrication approach, that consists of a self-supported 0.28 cm2 emitter-cell pair with a 150 nm gap. The device generates 1.22 mW at 460 C, a twenty-five-fold increase over the same cell measured in a far-field configuration. Furthermore, the near-field device demonstrates short circuit current densities greater than the far-field photocurrent limit at all the temperatures tested, confirming the role of photon tunneling effects in the performance enhancement. Modeling suggests several practical directions for cell improvements and further increases in power density. These results highlight the promise of near-field thermophotovoltaics, especially for low temperature applications.
△ Less
Submitted 2 August, 2024;
originally announced August 2024.
-
First Measurement of the Total Inelastic Cross-Section of Positively-Charged Kaons on Argon at Energies Between 5.0 and 7.5 GeV
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
H. Amar,
P. Amedo,
J. Anderson,
C. Andreopoulos,
M. Andreotti
, et al. (1341 additional authors not shown)
Abstract:
ProtoDUNE Single-Phase (ProtoDUNE-SP) is a 770-ton liquid argon time projection chamber that operated in a hadron test beam at the CERN Neutrino Platform in 2018. We present a measurement of the total inelastic cross section of charged kaons on argon as a function of kaon energy using 6 and 7 GeV/$c$ beam momentum settings. The flux-weighted average of the extracted inelastic cross section at each…
▽ More
ProtoDUNE Single-Phase (ProtoDUNE-SP) is a 770-ton liquid argon time projection chamber that operated in a hadron test beam at the CERN Neutrino Platform in 2018. We present a measurement of the total inelastic cross section of charged kaons on argon as a function of kaon energy using 6 and 7 GeV/$c$ beam momentum settings. The flux-weighted average of the extracted inelastic cross section at each beam momentum setting was measured to be 380$\pm$26 mbarns for the 6 GeV/$c$ setting and 379$\pm$35 mbarns for the 7 GeV/$c$ setting.
△ Less
Submitted 1 August, 2024;
originally announced August 2024.
-
The ANTARESS workflow I. Optimal extraction of spatially resolved stellar spectra with high-resolution transit spectroscopy
Authors:
V. Bourrier,
J. -B. Delisle,
C. Lovis,
H. M. Cegla,
M. Cretignier,
R. Allart,
K. Al Moulla,
S. Tavella,
O. Attia,
D. Mounzer,
V. Vaulato,
M. Steiner,
T. Vrignaud,
S. Mercier,
X. Dumusque,
D. Ehrenreich,
J. V. Seidel,
A. Wyttenbach,
W. Dethier,
F. Pepe
Abstract:
High-resolution spectrographs open a detailed window onto the atmospheres of stars and planets. As the number of systems observed with different instruments grows, it is crucial to develop a standard in analyzing spectral time series of exoplanet transits and occultations, for the benefit of reproducibility. Here, we introduce the ANTARESS workflow, a set of methods aimed at processing high-resolu…
▽ More
High-resolution spectrographs open a detailed window onto the atmospheres of stars and planets. As the number of systems observed with different instruments grows, it is crucial to develop a standard in analyzing spectral time series of exoplanet transits and occultations, for the benefit of reproducibility. Here, we introduce the ANTARESS workflow, a set of methods aimed at processing high-resolution spectroscopy datasets in a robust way and extracting accurate exoplanetary and stellar spectra. While a fast preliminary analysis can be run on order-merged 1D spectra and cross-correlation functions (CCFs), the workflow was optimally designed for extracted 2D echelle spectra to remain close to the original detector counts, limit the spectral resampling, and propagate the correlated noise. Input data from multiple instruments and epochs were corrected for relevant environmental and instrumental effects, processed homogeneously, and analyzed independently or jointly. In this first paper, we show how planet-occulted stellar spectra extracted along the transit chord and cleaned from planetary contamination provide a direct comparison with theoretical stellar models and enable a spectral and spatial mapping of the photosphere. We illustrate this application of the workflow to archival ESPRESSO data, using the Rossiter-McLaughlin effect Revolutions (RMR) technique to confirm the spin-orbit alignment of HD\,209458b and unveil biases in WASP-76b's published orbital architecture. Because the workflow is modular and its concepts are general, it can support new methods and be extended to additional spectrographs to find a range of applications beyond the proposed scope. In a companion paper, we will present how planet-occulted spectra can be processed further to extract and analyze planetary spectra decontaminated from the star, providing clean and direct measurements of atmospheric properties.
△ Less
Submitted 26 July, 2024;
originally announced July 2024.
-
Supernova Pointing Capabilities of DUNE
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
B. Aimard,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1340 additional authors not shown)
Abstract:
The determination of the direction of a stellar core collapse via its neutrino emission is crucial for the identification of the progenitor for a multimessenger follow-up. A highly effective method of reconstructing supernova directions within the Deep Underground Neutrino Experiment (DUNE) is introduced. The supernova neutrino pointing resolution is studied by simulating and reconstructing electr…
▽ More
The determination of the direction of a stellar core collapse via its neutrino emission is crucial for the identification of the progenitor for a multimessenger follow-up. A highly effective method of reconstructing supernova directions within the Deep Underground Neutrino Experiment (DUNE) is introduced. The supernova neutrino pointing resolution is studied by simulating and reconstructing electron-neutrino charged-current absorption on $^{40}$Ar and elastic scattering of neutrinos on electrons. Procedures to reconstruct individual interactions, including a newly developed technique called ``brems flipping'', as well as the burst direction from an ensemble of interactions are described. Performance of the burst direction reconstruction is evaluated for supernovae happening at a distance of 10 kpc for a specific supernova burst flux model. The pointing resolution is found to be 3.4 degrees at 68% coverage for a perfect interaction-channel classification and a fiducial mass of 40 kton, and 6.6 degrees for a 10 kton fiducial mass respectively. Assuming a 4% rate of charged-current interactions being misidentified as elastic scattering, DUNE's burst pointing resolution is found to be 4.3 degrees (8.7 degrees) at 68% coverage.
△ Less
Submitted 14 July, 2024;
originally announced July 2024.
-
Simulating carbon mineralization at pore scale in capillary networks of digital rock
Authors:
David A. Lazo Vasquez,
Jaione Tirapu Azpiroz,
Rodrigo Neumann Barros Ferreira,
Ronaldo Giro,
Manuela Fernandes Blanco Rodriguez,
Matheus Esteves Ferreira,
Mathias B. Steiner
Abstract:
Predicting the geometrical evolution of the pore space in geological formations due to fluid-solid interactions has applications in reservoir engineering, oil recovery, and geological storage of carbon dioxide. However, modeling frameworks that combine fluid flow with physical and chemical processes at a rock's pore scale are scarce. Here, we report a method for modeling a rock's pore space as a n…
▽ More
Predicting the geometrical evolution of the pore space in geological formations due to fluid-solid interactions has applications in reservoir engineering, oil recovery, and geological storage of carbon dioxide. However, modeling frameworks that combine fluid flow with physical and chemical processes at a rock's pore scale are scarce. Here, we report a method for modeling a rock's pore space as a network of connected capillaries and to simulate the capillary diameter modifications caused by reactive flow processes. Specifically, we model mineral erosion, deposition, dissolution, and precipitation processes by solving the transport equations iteratively, computing diameter changes within each capillary of the network simultaneously. Our automated modeling framework enables simulations on digital rock samples as large as (1.125mm)$^3$ with 125$\times 10^6$ voxels within seconds of CPU time per iteration. As an application of the computational method, we have simulated brine injection and calcium carbonate precipitation in sandstone. For quantitatively comparing simulation results obtained with models predicting either a constant or a flow-rate dependent precipitation, we track the time-dependent capillary diameter distribution as well as the permeability of the connected pore space. For validation and reuse, we have made the automated simulation workflow, the reactive flow model library, and the digital rock samples available in public repositories.
△ Less
Submitted 4 July, 2024;
originally announced July 2024.
-
Heron: Visualizing and Controlling Chemical Reaction Explorations and Networks
Authors:
Charlotte H. Müller,
Miguel Steiner,
Jan P. Unsleber,
Thomas Weymuth,
Moritz Bensberg,
Katja-Sophia Csizi,
Maximilian Mörchen,
Paul L. Türtscher,
Markus Reiher
Abstract:
Automated and high-throughput quantum chemical investigations into chemical processes have become feasible in great detail and broad scope. This results in an increase in complexity of the tasks and in the amount of generated data. An efficient and intuitive way for an operator to interact with these data and to steer virtual experiments is required. Here, we introduce Heron, a graphical user inte…
▽ More
Automated and high-throughput quantum chemical investigations into chemical processes have become feasible in great detail and broad scope. This results in an increase in complexity of the tasks and in the amount of generated data. An efficient and intuitive way for an operator to interact with these data and to steer virtual experiments is required. Here, we introduce Heron, a graphical user interface that allows for advanced human-machine interactions with quantum chemical exploration campaigns into molecular structure and reactivity. Heron offers access to interactive and automated explorations of chemical reactions with standard electronic structure modules, haptic force feedback, microkinetic modeling, and refinement of data by automated correlated calculations including black-box complete active space calculations. It is tailored to the exploration and analysis of vast chemical reaction networks. We show how interoperable modules enable advanced workflows and pave the way for routine low-entrance-barrier access to advanced modeling techniques.
△ Less
Submitted 28 February, 2025; v1 submitted 13 June, 2024;
originally announced June 2024.
-
The atmospheric composition of the ultra-hot Jupiter WASP-178 b observed with ESPRESSO
Authors:
Y. C. Damasceno,
J. V. Seidel,
B. Prinoth,
A. Psaridi,
E. Esparza-Borges,
M. Stangret,
N. C. Santos,
M. R. Zapatero-Osorio,
Y. Alibert,
R. Allart,
T. Azevedo Silva,
M. Cointepas,
A. R. Costa Silva,
E. Cristo,
P. Di Marcantonio,
D. Ehrenreich,
J. I. González Hernández,
E. Herrero-Cisneros,
M. Lendl,
J. Lillo-Box,
C. J. A. P. Martins,
G. Micela,
E. Pallé,
S. G. Sousa,
M. Steiner
, et al. (3 additional authors not shown)
Abstract:
We search for atmospheric constituents for the UHJ WASP-178 b with two ESPRESSO transits using the narrow-band and cross-correlation techniques, focusing on the detections of NaI, H$α$, H$β$, H$γ$, MgI, FeI and FeII. Additionally, we show parallel photometry used to obtain updated and precise stellar, planetary and orbital parameters. We report the resolved line detections of NaI (5.5 and 5.4 $σ$)…
▽ More
We search for atmospheric constituents for the UHJ WASP-178 b with two ESPRESSO transits using the narrow-band and cross-correlation techniques, focusing on the detections of NaI, H$α$, H$β$, H$γ$, MgI, FeI and FeII. Additionally, we show parallel photometry used to obtain updated and precise stellar, planetary and orbital parameters. We report the resolved line detections of NaI (5.5 and 5.4 $σ$), H$α$ (13 $σ$), H$β$ (7.1 $σ$), and tentatively MgI (4.6 $σ$). In cross-correlation, we confirm the MgI detection (7.8 and 5.8 $σ$) and additionally report the detections of FeI (12 and 10 $σ$) and FeII (11 and 8.4 $σ$), on both nights separately. The detection of MgI remains tentative, however, due to the differing results between both nights, as well as compared with the narrow-band derived properties. None of our resolved spectral lines probing the mid- to upper atmosphere show significant shifts relative to the planetary rest frame, however H$α$ and H$β$ exhibit line broadenings of 39.6 $\pm$ 2.1 km/s and 27.6 $\pm$ 4.6 km/s, respectively, indicating the onset of possible escape. WASP-178 b differs from similar UHJ with its lack of strong atmospheric dynamics in the upper atmosphere, however the broadening seen for FeI (15.66 $\pm$ 0.58 km/s) and FeII (11.32 $\pm$ 0.52 km/s) could indicate the presence of winds in the mid-atmosphere. Future studies on the impact of the flux variability caused by the host star activity might shed more light on the subject. Previous work indicated the presence of SiO cloud-precursors in the atmosphere of WASP-178 b and a lack of MgI and FeII. However, our results suggest that a scenario where the planetary atmosphere is dominated by MgI and FeII is more likely. In light of our results, we encourage future observations to further elucidate these atmospheric properties.
△ Less
Submitted 15 July, 2024; v1 submitted 12 June, 2024;
originally announced June 2024.
-
Pentacene-Doped Naphthalene for Levitated Optomechanics
Authors:
Marit O. E. Steiner,
Julen S. Pedernales,
Martin B. Plenio
Abstract:
We introduce pentacene-doped naphthalene as a material for diamagnetic levitation, offering compelling applications in matter-wave interferometry and nuclear magnetic resonance. Pentacene-doped naphthalene offers remarkable polarizability of its nuclear spin ensemble, achieving polarization rates exceeding 80 % at cryogenic temperatures with polarization lifetimes extending weeks. We design a mult…
▽ More
We introduce pentacene-doped naphthalene as a material for diamagnetic levitation, offering compelling applications in matter-wave interferometry and nuclear magnetic resonance. Pentacene-doped naphthalene offers remarkable polarizability of its nuclear spin ensemble, achieving polarization rates exceeding 80 % at cryogenic temperatures with polarization lifetimes extending weeks. We design a multi-spin Stern-Gerlach-type interferometry protocol which, thanks to the homogeneous spin distribution and the absence of a preferential nuclear-spin quantization axis, avoids many of the limitations associated with materials hosting electronic spin defects, such as nanodiamonds containing NV centers. We assess the potential of our interferometer to enhance existing bounds on the free parameters of objective collapse models. Beyond matter-wave interferometry, we analyze the prospects for implementing magic angle spinning at frequencies surpassing the current standard in NMR, capitalizing on the exceptional rotational capabilities offered by levitation. Additionally, we outline a novel protocol for measuring spin ensemble polarization via the position of the nanoparticle and conduct an analysis of dominant noise sources, benchmarking the required isolation levels for various applications.
△ Less
Submitted 22 May, 2024;
originally announced May 2024.
-
Gröbner Basis Cryptanalysis of Ciminion and Hydra
Authors:
Matthias Johann Steiner
Abstract:
Ciminion and Hydra are two recently introduced symmetric key Pseudo-Random Functions for Multi-Party Computation applications. For efficiency, both primitives utilize quadratic permutations at round level. Therefore, polynomial system solving-based attacks pose a serious threat to these primitives. For Ciminion, we construct a quadratic degree reverse lexicographic (DRL) Gröbner basis for the iter…
▽ More
Ciminion and Hydra are two recently introduced symmetric key Pseudo-Random Functions for Multi-Party Computation applications. For efficiency, both primitives utilize quadratic permutations at round level. Therefore, polynomial system solving-based attacks pose a serious threat to these primitives. For Ciminion, we construct a quadratic degree reverse lexicographic (DRL) Gröbner basis for the iterated polynomial model via linear transformations. With the Gröbner basis we can simplify cryptanalysis, as we no longer need to impose genericity assumptions to derive complexity estimates. For Hydra, with the help of a computer algebra program like SageMath we construct a DRL Gröbner basis for the iterated model via linear transformations and a linear change of coordinates. In the Hydra proposal it was claimed that $r_\mathcal{H} = 31$ rounds are sufficient to provide $128$ bits of security against Gröbner basis attacks for an ideal adversary with $ω= 2$. However, via our Hydra Gröbner basis standard term order conversion to a lexicographic (LEX) Gröbner basis requires just $126$ bits with $ω= 2$. Moreover, using a dedicated polynomial system solving technique up to $r_\mathcal{H} = 33$ rounds can be attacked below $128$ bits for an ideal adversary.
△ Less
Submitted 21 February, 2025; v1 submitted 8 May, 2024;
originally announced May 2024.
-
MAP-Former: Multi-Agent-Pair Gaussian Joint Prediction
Authors:
Marlon Steiner,
Marvin Klemp,
Christoph Stiller
Abstract:
There is a gap in risk assessment of trajectories between the trajectory information coming from a traffic motion prediction module and what is actually needed. Closing this gap necessitates advancements in prediction beyond current practices. Existing prediction models yield joint predictions of agents' future trajectories with uncertainty weights or marginal Gaussian probability density function…
▽ More
There is a gap in risk assessment of trajectories between the trajectory information coming from a traffic motion prediction module and what is actually needed. Closing this gap necessitates advancements in prediction beyond current practices. Existing prediction models yield joint predictions of agents' future trajectories with uncertainty weights or marginal Gaussian probability density functions (PDFs) for single agents. Although, these methods achieve high accurate trajectory predictions, they only provide little or no information about the dependencies of interacting agents. Since traffic is a process of highly interdependent agents, whose actions directly influence their mutual behavior, the existing methods are not sufficient to reliably assess the risk of future trajectories. This paper addresses that gap by introducing a novel approach to motion prediction, focusing on predicting agent-pair covariance matrices in a ``scene-centric'' manner, which can then be used to model Gaussian joint PDFs for all agent-pairs in a scene. We propose a model capable of predicting those agent-pair covariance matrices, leveraging an enhanced awareness of interactions. Utilizing the prediction results of our model, this work forms the foundation for comprehensive risk assessment with statistically based methods for analyzing agents' relations by their joint PDFs.
△ Less
Submitted 30 April, 2024;
originally announced April 2024.
-
Exploration of Quantum Computing in Materials Discovery for Direct Air Capture Applications
Authors:
Marco Antonio Barroca,
Rodrigo Neumann Barros Ferreira,
Mathias Steiner
Abstract:
Direct air capture (DAC) of carbon dioxide is a promising method for mitigating climate change. Solid sorbents, such as metal-organic frameworks, are currently being tested for DAC application. However, their potential for deployment at scale has not been fully realized. The computational discovery of solid sorbents is challenging, given the vast chemical search space and the DAC requirements for…
▽ More
Direct air capture (DAC) of carbon dioxide is a promising method for mitigating climate change. Solid sorbents, such as metal-organic frameworks, are currently being tested for DAC application. However, their potential for deployment at scale has not been fully realized. The computational discovery of solid sorbents is challenging, given the vast chemical search space and the DAC requirements for molecular selectivity. Quantum computing can potentially accelerate the discovery of solid sorbents for DAC by predicting molecular binding energies. In this work, we explore simulation methods and algorithms for predicting gas adsorption in metal-organic frameworks using a quantum computer. Specifically, we simulate the potential energy surfaces of CO2, N2, and H2O molecules at the Mg+2 metal center that represents the binding sites of typical metal-organic frameworks. We apply the qubit-ADAPT-VQE technique to run simulations on both classical computing and quantum computing hardware, and achieve reasonable accuracy while maintaining hardware efficiency.
△ Less
Submitted 18 May, 2024; v1 submitted 19 April, 2024;
originally announced April 2024.
-
pyMSER -- An open-source library for automatic equilibration detection in molecular simulations
Authors:
Felipe Lopes Oliveira,
Binquan Luan,
Pierre Mothé Esteves,
Mathias Steiner,
Rodrigo Neumann Barros Ferreira
Abstract:
Automated molecular simulations are used extensively for predicting material properties. Typically, these simulations exhibit two regimes: a dynamic equilibration part, followed by a steady state. For extracting observable properties, the simulations must first reach a steady state so that thermodynamic averages can be taken. However, as equilibration depends on simulation conditions, predicting t…
▽ More
Automated molecular simulations are used extensively for predicting material properties. Typically, these simulations exhibit two regimes: a dynamic equilibration part, followed by a steady state. For extracting observable properties, the simulations must first reach a steady state so that thermodynamic averages can be taken. However, as equilibration depends on simulation conditions, predicting the optimal number of simulation steps a priori is impossible. Here, we demonstrate the application of the Marginal Standard Error Rule (MSER) for automatically identifying the optimal truncation point in Grand Canonical Monte Carlo (GCMC) simulations. This novel automatic procedure determines the point in which steady state is reached, ensuring that figures-of-merits are extracted in an objective, accurate, and reproducible fashion. In the case of GCMC simulations of gas adsorption in metal-organic frameworks, we find that this methodology reduces the computational cost by up to 90%. As MSER statistics are independent of the simulation method that creates the data, this library is, in principle, applicable to any time series analysis in which equilibration truncation is required. The open-source Python implementation of our method, pyMSER, is publicly available for reuse and validation at https://github.com/IBM/pymser.
△ Less
Submitted 30 August, 2024; v1 submitted 28 March, 2024;
originally announced March 2024.
-
Performance of a modular ton-scale pixel-readout liquid argon time projection chamber
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
B. Aimard,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
T. Alves,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade
, et al. (1340 additional authors not shown)
Abstract:
The Module-0 Demonstrator is a single-phase 600 kg liquid argon time projection chamber operated as a prototype for the DUNE liquid argon near detector. Based on the ArgonCube design concept, Module-0 features a novel 80k-channel pixelated charge readout and advanced high-coverage photon detection system. In this paper, we present an analysis of an eight-day data set consisting of 25 million cosmi…
▽ More
The Module-0 Demonstrator is a single-phase 600 kg liquid argon time projection chamber operated as a prototype for the DUNE liquid argon near detector. Based on the ArgonCube design concept, Module-0 features a novel 80k-channel pixelated charge readout and advanced high-coverage photon detection system. In this paper, we present an analysis of an eight-day data set consisting of 25 million cosmic ray events collected in the spring of 2021. We use this sample to demonstrate the imaging performance of the charge and light readout systems as well as the signal correlations between the two. We also report argon purity and detector uniformity measurements, and provide comparisons to detector simulations.
△ Less
Submitted 5 March, 2024;
originally announced March 2024.
-
SCINE -- Software for Chemical Interaction Networks
Authors:
Thomas Weymuth,
Jan P. Unsleber,
Paul L. Tuertscher,
Miguel Steiner,
Jan-Grimo Sobez,
Charlotte H. Mueller,
Maximilian Moerchen,
Veronika Klasovita,
Stephanie A. Grimmel,
Marco Eckhoff,
Katja-Sophia Csizi,
Francesco Bosia,
Moritz Bensberg,
Markus Reiher
Abstract:
The software for chemical interaction networks (SCINE) project aims at pushing the frontier of quantum chemical calculations on molecular structures to a new level. While calculations on individual structures as well as on simple relations between them e.g., as given by an intrinsic reaction coordinate) have become routine in chemistry, new developments have pushed the frontier in the field to hig…
▽ More
The software for chemical interaction networks (SCINE) project aims at pushing the frontier of quantum chemical calculations on molecular structures to a new level. While calculations on individual structures as well as on simple relations between them e.g., as given by an intrinsic reaction coordinate) have become routine in chemistry, new developments have pushed the frontier in the field to high-throughput calculations. Chemical relations may be created by a search for specific molecular properties in a molecular design attempt or they can be defined by a set of elementary reaction steps that form a chemical reaction network. The software modules of SCINE have been designed to facilitate such studies. The features of the modules are (i) general applicability of the applied methodologies ranging from electronic structure (no restriction to specific elements of the periodic table) to microkinetic modeling (with little restrictions on molecularity), full modularity so that SCINE modules can also be applied as stand-alone programs or be exchanged for external software packages that fulfill a similar purpose (to increase options for computational campaigns and to provide alternatives in case of tasks that are hard or impossible to accomplish with certain programs), (ii) high stability and autonomous operations so that control and steering by an operator is as easy as possible, and (iii) easy embedding into complex heterogeneous environments for molecular structures taken individually or in the context of a reaction network. A graphical user interface unites all modules and ensures interoperability. All components of the software have been made available open source and free of charge.
△ Less
Submitted 6 May, 2024; v1 submitted 5 March, 2024;
originally announced March 2024.
-
The Complexity of Algebraic Algorithms for LWE
Authors:
Matthias Johann Steiner
Abstract:
Arora & Ge introduced a noise-free polynomial system to compute the secret of a Learning With Errors (LWE) instance via linearization. Albrecht et al. later utilized the Arora-Ge polynomial model to study the complexity of Gröbner basis computations on LWE polynomial systems under the assumption of semi-regularity. In this paper we revisit the Arora-Ge polynomial and prove that it satisfies a gene…
▽ More
Arora & Ge introduced a noise-free polynomial system to compute the secret of a Learning With Errors (LWE) instance via linearization. Albrecht et al. later utilized the Arora-Ge polynomial model to study the complexity of Gröbner basis computations on LWE polynomial systems under the assumption of semi-regularity. In this paper we revisit the Arora-Ge polynomial and prove that it satisfies a genericity condition recently introduced by Caminata & Gorla, called being in generic coordinates. For polynomial systems in generic coordinates one can always estimate the complexity of DRL Gröbner basis computations in terms of the Castelnuovo-Mumford regularity and henceforth also via the Macaulay bound.
Moreover, we generalize the Gröbner basis algorithm of Semaev & Tenti to arbitrary polynomial systems with a finite degree of regularity. In particular, existence of this algorithm yields another approach to estimate the complexity of DRL Gröbner basis computations in terms of the degree of regularity. In practice, the degree of regularity of LWE polynomial systems is not known, though one can always estimate the lowest achievable degree of regularity. Consequently, from a designer's worst case perspective this approach yields sub-exponential complexity estimates for general, binary secret and binary error LWE.
In recent works by Dachman-Soled et al. the hardness of LWE in the presence of side information was analyzed. Utilizing their framework we discuss how hints can be incorporated into LWE polynomial systems and how they affect the complexity of Gröbner basis computations.
△ Less
Submitted 29 March, 2025; v1 submitted 12 February, 2024;
originally announced February 2024.
-
Doping Liquid Argon with Xenon in ProtoDUNE Single-Phase: Effects on Scintillation Light
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
B. Aimard,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
H. Amar Es-sghir,
P. Amedo,
J. Anderson,
D. A. Andrade,
C. Andreopoulos
, et al. (1297 additional authors not shown)
Abstract:
Doping of liquid argon TPCs (LArTPCs) with a small concentration of xenon is a technique for light-shifting and facilitates the detection of the liquid argon scintillation light. In this paper, we present the results of the first doping test ever performed in a kiloton-scale LArTPC. From February to May 2020, we carried out this special run in the single-phase DUNE Far Detector prototype (ProtoDUN…
▽ More
Doping of liquid argon TPCs (LArTPCs) with a small concentration of xenon is a technique for light-shifting and facilitates the detection of the liquid argon scintillation light. In this paper, we present the results of the first doping test ever performed in a kiloton-scale LArTPC. From February to May 2020, we carried out this special run in the single-phase DUNE Far Detector prototype (ProtoDUNE-SP) at CERN, featuring 720 t of total liquid argon mass with 410 t of fiducial mass. A 5.4 ppm nitrogen contamination was present during the xenon doping campaign. The goal of the run was to measure the light and charge response of the detector to the addition of xenon, up to a concentration of 18.8 ppm. The main purpose was to test the possibility for reduction of non-uniformities in light collection, caused by deployment of photon detectors only within the anode planes. Light collection was analysed as a function of the xenon concentration, by using the pre-existing photon detection system (PDS) of ProtoDUNE-SP and an additional smaller set-up installed specifically for this run. In this paper we first summarize our current understanding of the argon-xenon energy transfer process and the impact of the presence of nitrogen in argon with and without xenon dopant. We then describe the key elements of ProtoDUNE-SP and the injection method deployed. Two dedicated photon detectors were able to collect the light produced by xenon and the total light. The ratio of these components was measured to be about 0.65 as 18.8 ppm of xenon were injected. We performed studies of the collection efficiency as a function of the distance between tracks and light detectors, demonstrating enhanced uniformity of response for the anode-mounted PDS. We also show that xenon doping can substantially recover light losses due to contamination of the liquid argon by nitrogen.
△ Less
Submitted 2 August, 2024; v1 submitted 2 February, 2024;
originally announced February 2024.
-
StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering
Authors:
Lukas Radl,
Michael Steiner,
Mathias Parger,
Alexander Weinrauch,
Bernhard Kerbl,
Markus Steinberger
Abstract:
Gaussian Splatting has emerged as a prominent model for constructing 3D representations from images across diverse domains. However, the efficiency of the 3D Gaussian Splatting rendering pipeline relies on several simplifications. Notably, reducing Gaussian to 2D splats with a single view-space depth introduces popping and blending artifacts during view rotation. Addressing this issue requires acc…
▽ More
Gaussian Splatting has emerged as a prominent model for constructing 3D representations from images across diverse domains. However, the efficiency of the 3D Gaussian Splatting rendering pipeline relies on several simplifications. Notably, reducing Gaussian to 2D splats with a single view-space depth introduces popping and blending artifacts during view rotation. Addressing this issue requires accurate per-pixel depth computation, yet a full per-pixel sort proves excessively costly compared to a global sort operation. In this paper, we present a novel hierarchical rasterization approach that systematically resorts and culls splats with minimal processing overhead. Our software rasterizer effectively eliminates popping artifacts and view inconsistencies, as demonstrated through both quantitative and qualitative measurements. Simultaneously, our method mitigates the potential for cheating view-dependent effects with popping, ensuring a more authentic representation. Despite the elimination of cheating, our approach achieves comparable quantitative results for test images, while increasing the consistency for novel view synthesis in motion. Due to its design, our hierarchical approach is only 4% slower on average than the original Gaussian Splatting. Notably, enforcing consistency enables a reduction in the number of Gaussians by approximately half with nearly identical quality and view-consistency. Consequently, rendering performance is nearly doubled, making our approach 1.6x faster than the original Gaussian Splatting, with a 50% reduction in memory requirements.
△ Less
Submitted 9 October, 2024; v1 submitted 1 February, 2024;
originally announced February 2024.
-
Complementary Relationships between Entanglement and Measurement
Authors:
Michael Steiner,
Ronald Rendell
Abstract:
Complementary relationships exist regarding interference properties of particles such as pattern visibility, predictability and distinguishability. Additionally, relationships are known between information gain $G$ and measurement disturbance $F$ for entangled spin pairs. The question of whether a similar complementary relationship between entanglement and measurement occurs is examined herein. Fo…
▽ More
Complementary relationships exist regarding interference properties of particles such as pattern visibility, predictability and distinguishability. Additionally, relationships are known between information gain $G$ and measurement disturbance $F$ for entangled spin pairs. The question of whether a similar complementary relationship between entanglement and measurement occurs is examined herein. For qubit systems, both measurement on a single system and measurements on a bipartite system are considered in regards to the entanglement. It is proven that $\overline{E}+D\le 1$ holds where $\overline{E}$ is the average entanglement after a measurement is made and for which $D$ is a measure of the measurement disturbance of a single measurement. For measurements on a bipartite system shared by Alice and Bob ,it is shown that $\overline{E}+\overline{G}\le 1$ where $\overline{G}$ is the maximum average information gain regarding Alice's result that can be obtained by Bob. These results are generalized for arbitrary initial mixed states and as well to non-Hermitian operators. In the case of maximally entangled initial states, it is found that $D\le E_{L}$ and $\overline{G}\le E_{L}$ where $E_{L}$ is the entanglement loss due to measurement by Alice. We conclude that the amount of disturbance and information gain that one can gain are strictly limited by entanglement.
△ Less
Submitted 31 August, 2024; v1 submitted 30 January, 2024;
originally announced January 2024.
-
Optimizing carbon dioxide trapping for geological storage
Authors:
Jaione Tirapu Azpiroz,
Ronaldo Giro,
Rodrigo Neumann Barros Ferreira,
Marcio Nogueira Pereira da Silva,
Manuela Fernandes Blanco Rodriguez,
Adolfo E. Correa Lopez,
David A. Lazo Vasquez,
Matheus Esteves Ferreira,
Mariana Del Grande,
Ademir Ferreira Da Silva,
Mathias B. Steiner
Abstract:
Carbon dioxide (CO2) trapping in capillary networks of reservoir rocks is a pathway to long-term geological storage. At pore scale, the CO2 trapping potential depends on injection pressure, temperature, and the rock's interaction with the surrounding fluids. Modeling this interaction requires adequate representations of both capillary volume and surface. For the lack of scalable representations, h…
▽ More
Carbon dioxide (CO2) trapping in capillary networks of reservoir rocks is a pathway to long-term geological storage. At pore scale, the CO2 trapping potential depends on injection pressure, temperature, and the rock's interaction with the surrounding fluids. Modeling this interaction requires adequate representations of both capillary volume and surface. For the lack of scalable representations, however, the prediction of a rock's CO2 storage potential has been challenging. Here, we report how to represent a rock's pore space by statistically sampled capillary networks (ssCN) that preserve morphological rock characteristics. We have used the ssCN method to simulate CO2 drainage within a representative sandstone sample at reservoir pressures and temperatures, exploring intermediate- and CO2-wet conditions. This wetting regime is often neglected, despite evidence of plausibility. By raising pressure and temperature we observe increasing CO2 penetration within the capillary network. For contact angles approaching 90 degrees, the CO2 saturation exhibits a pronounced maximum reaching 80 percent of the accessible pore volume. This is about twice as high as the saturation values reported previously. For enabling validation of our results and a broader application of our methodology, we have made available the rock tomography data, the digital rock computational workflows, and the ssCN models used in this study.
△ Less
Submitted 20 December, 2023;
originally announced December 2023.
-
LAENeRF: Local Appearance Editing for Neural Radiance Fields
Authors:
Lukas Radl,
Michael Steiner,
Andreas Kurz,
Markus Steinberger
Abstract:
Due to the omnipresence of Neural Radiance Fields (NeRFs), the interest towards editable implicit 3D representations has surged over the last years. However, editing implicit or hybrid representations as used for NeRFs is difficult due to the entanglement of appearance and geometry encoded in the model parameters. Despite these challenges, recent research has shown first promising steps towards ph…
▽ More
Due to the omnipresence of Neural Radiance Fields (NeRFs), the interest towards editable implicit 3D representations has surged over the last years. However, editing implicit or hybrid representations as used for NeRFs is difficult due to the entanglement of appearance and geometry encoded in the model parameters. Despite these challenges, recent research has shown first promising steps towards photorealistic and non-photorealistic appearance edits. The main open issues of related work include limited interactivity, a lack of support for local edits and large memory requirements, rendering them less useful in practice. We address these limitations with LAENeRF, a unified framework for photorealistic and non-photorealistic appearance editing of NeRFs. To tackle local editing, we leverage a voxel grid as starting point for region selection. We learn a mapping from expected ray terminations to final output color, which can optionally be supervised by a style loss, resulting in a framework which can perform photorealistic and non-photorealistic appearance editing of selected regions. Relying on a single point per ray for our mapping, we limit memory requirements and enable fast optimization. To guarantee interactivity, we compose the output color using a set of learned, modifiable base colors, composed with additive layer mixing. Compared to concurrent work, LAENeRF enables recoloring and stylization while keeping processing time low. Furthermore, we demonstrate that our approach surpasses baseline methods both quantitatively and qualitatively.
△ Less
Submitted 25 March, 2024; v1 submitted 15 December, 2023;
originally announced December 2023.
-
Quantum-centric Supercomputing for Materials Science: A Perspective on Challenges and Future Directions
Authors:
Yuri Alexeev,
Maximilian Amsler,
Paul Baity,
Marco Antonio Barroca,
Sanzio Bassini,
Torey Battelle,
Daan Camps,
David Casanova,
Young Jai Choi,
Frederic T. Chong,
Charles Chung,
Chris Codella,
Antonio D. Corcoles,
James Cruise,
Alberto Di Meglio,
Jonathan Dubois,
Ivan Duran,
Thomas Eckl,
Sophia Economou,
Stephan Eidenbenz,
Bruce Elmegreen,
Clyde Fare,
Ismael Faro,
Cristina Sanz Fernández,
Rodrigo Neumann Barros Ferreira
, et al. (102 additional authors not shown)
Abstract:
Computational models are an essential tool for the design, characterization, and discovery of novel materials. Hard computational tasks in materials science stretch the limits of existing high-performance supercomputing centers, consuming much of their simulation, analysis, and data resources. Quantum computing, on the other hand, is an emerging technology with the potential to accelerate many of…
▽ More
Computational models are an essential tool for the design, characterization, and discovery of novel materials. Hard computational tasks in materials science stretch the limits of existing high-performance supercomputing centers, consuming much of their simulation, analysis, and data resources. Quantum computing, on the other hand, is an emerging technology with the potential to accelerate many of the computational tasks needed for materials science. In order to do that, the quantum technology must interact with conventional high-performance computing in several ways: approximate results validation, identification of hard problems, and synergies in quantum-centric supercomputing. In this paper, we provide a perspective on how quantum-centric supercomputing can help address critical computational problems in materials science, the challenges to face in order to solve representative use cases, and new suggested directions.
△ Less
Submitted 19 September, 2024; v1 submitted 14 December, 2023;
originally announced December 2023.
-
The DUNE Far Detector Vertical Drift Technology, Technical Design Report
Authors:
DUNE Collaboration,
A. Abed Abud,
B. Abi,
R. Acciarri,
M. A. Acero,
M. R. Adames,
G. Adamov,
M. Adamowski,
D. Adams,
M. Adinolfi,
C. Adriano,
A. Aduszkiewicz,
J. Aguilar,
B. Aimard,
F. Akbar,
K. Allison,
S. Alonso Monsalve,
M. Alrashed,
A. Alton,
R. Alvarez,
H. Amar,
P. Amedo,
J. Anderson,
D. A. Andrade,
C. Andreopoulos
, et al. (1304 additional authors not shown)
Abstract:
DUNE is an international experiment dedicated to addressing some of the questions at the forefront of particle physics and astrophysics, including the mystifying preponderance of matter over antimatter in the early universe. The dual-site experiment will employ an intense neutrino beam focused on a near and a far detector as it aims to determine the neutrino mass hierarchy and to make high-precisi…
▽ More
DUNE is an international experiment dedicated to addressing some of the questions at the forefront of particle physics and astrophysics, including the mystifying preponderance of matter over antimatter in the early universe. The dual-site experiment will employ an intense neutrino beam focused on a near and a far detector as it aims to determine the neutrino mass hierarchy and to make high-precision measurements of the PMNS matrix parameters, including the CP-violating phase. It will also stand ready to observe supernova neutrino bursts, and seeks to observe nucleon decay as a signature of a grand unified theory underlying the standard model.
The DUNE far detector implements liquid argon time-projection chamber (LArTPC) technology, and combines the many tens-of-kiloton fiducial mass necessary for rare event searches with the sub-centimeter spatial resolution required to image those events with high precision. The addition of a photon detection system enhances physics capabilities for all DUNE physics drivers and opens prospects for further physics explorations. Given its size, the far detector will be implemented as a set of modules, with LArTPC designs that differ from one another as newer technologies arise.
In the vertical drift LArTPC design, a horizontal cathode bisects the detector, creating two stacked drift volumes in which ionization charges drift towards anodes at either the top or bottom. The anodes are composed of perforated PCB layers with conductive strips, enabling reconstruction in 3D. Light-trap-style photon detection modules are placed both on the cryostat's side walls and on the central cathode where they are optically powered.
This Technical Design Report describes in detail the technical implementations of each subsystem of this LArTPC that, together with the other far detector modules and the near detector, will enable DUNE to achieve its physics goals.
△ Less
Submitted 5 December, 2023;
originally announced December 2023.
-
Predicting polymerization reactions via transfer learning using chemical language models
Authors:
Brenda S. Ferrari,
Matteo Manica,
Ronaldo Giro,
Teodoro Laino,
Mathias B. Steiner
Abstract:
Polymers are candidate materials for a wide range of sustainability applications such as carbon capture and energy storage. However, computational polymer discovery lacks automated analysis of reaction pathways and stability assessment through retro-synthesis. Here, we report the first extension of transformer-based language models to polymerization reactions for both forward and retrosynthesis ta…
▽ More
Polymers are candidate materials for a wide range of sustainability applications such as carbon capture and energy storage. However, computational polymer discovery lacks automated analysis of reaction pathways and stability assessment through retro-synthesis. Here, we report the first extension of transformer-based language models to polymerization reactions for both forward and retrosynthesis tasks. To that end, we have curated a polymerization dataset for vinyl polymers covering reactions and retrosynthesis for representative homo-polymers and co-polymers. Overall, we obtain a forward model Top-4 accuracy of 80% and a backward model Top-4 accuracy of 60%. We further analyze the model performance with representative polymerization and retro-synthesis examples and evaluate its prediction quality from a materials science perspective.
△ Less
Submitted 17 October, 2023;
originally announced October 2023.
-
Sub-0.6 eV Inverted Metamorphic GaInAs Cells Grown on InP and GaAs Substrates for Thermophotovoltaics and Laser Power Conversion
Authors:
Kevin L. Schulte,
Daniel J. Friedman,
Titilope Dada,
Harvey L. Guthrey,
Edgard Winter da Costa,
Eric J. Tervo,
Ryan M. France,
John F. Geisz,
Myles A. Steiner
Abstract:
We present inverted metamorphic Ga0.3In0.7As photovoltaic converters with sub-0.60 eV bandgaps grown on InP and GaAs substrates. The compositionally graded buffers in these devices have threading dislocation densities of 1.3x10^6 cm^-2 and 8.9x10^6 cm^-2 on InP and GaAs, respectively. The devices generate open-circuit voltages of 0.386 V and 0.383 V, respectively, at a current density of ~10 A/cm^…
▽ More
We present inverted metamorphic Ga0.3In0.7As photovoltaic converters with sub-0.60 eV bandgaps grown on InP and GaAs substrates. The compositionally graded buffers in these devices have threading dislocation densities of 1.3x10^6 cm^-2 and 8.9x10^6 cm^-2 on InP and GaAs, respectively. The devices generate open-circuit voltages of 0.386 V and 0.383 V, respectively, at a current density of ~10 A/cm^2, yielding bandgap-voltage offsets of 0.20 and 0.21 V. We measured their broadband reflectance and used it to estimate thermophotovoltaic efficiency. The InP-based cell is estimated to yield 1.09 W/cm^2 at 1100 degrees C vs. 0.92 W/cm^2 for the GaAs-based cell, with efficiencies of 16.8 vs. 9.2%. The efficiencies of both devices are limited by sub-bandgap absorption, with power weighted sub-bandgap reflectances of 81% and 58%, respectively, which we assess largely occurs in the graded buffers. We estimate that the thermophotovoltaic efficiencies would peak at ~1100 degrees C at 24.0% and 20.7% in structures with the graded buffer removed, if previously demonstrated reflectance is achieved. These devices also have application to laser power conversion in the 2.0-2.3 micron atmospheric window. We estimate peak LPC efficiencies of 36.8% and 32.5% under 2.0 micron irradiances of 1.86 W/cm^2 and 2.81 W/cm^2, respectively.
△ Less
Submitted 12 October, 2023;
originally announced October 2023.
-
Discovery of Novel Reticular Materials for Carbon Dioxide Capture using GFlowNets
Authors:
Flaviu Cipcigan,
Jonathan Booth,
Rodrigo Neumann Barros Ferreira,
Carine Ribeiro dos Santos,
Mathias Steiner
Abstract:
Artificial intelligence holds promise to improve materials discovery. GFlowNets are an emerging deep learning algorithm with many applications in AI-assisted discovery. By using GFlowNets, we generate porous reticular materials, such as metal organic frameworks and covalent organic frameworks, for applications in carbon dioxide capture. We introduce a new Python package (matgfn) to train and sampl…
▽ More
Artificial intelligence holds promise to improve materials discovery. GFlowNets are an emerging deep learning algorithm with many applications in AI-assisted discovery. By using GFlowNets, we generate porous reticular materials, such as metal organic frameworks and covalent organic frameworks, for applications in carbon dioxide capture. We introduce a new Python package (matgfn) to train and sample GFlowNets. We use matgfn to generate the matgfn-rm dataset of novel and diverse reticular materials with gravimetric surface area above 5000 m$^2$/g. We calculate single- and two-component gas adsorption isotherms for the top-100 candidates in matgfn-rm. These candidates are novel compared to the state-of-art ARC-MOF dataset and rank in the 90th percentile in terms of working capacity compared to the CoRE2019 dataset. We discover 15 materials outperforming all materials in CoRE2019.
△ Less
Submitted 16 October, 2023; v1 submitted 11 October, 2023;
originally announced October 2023.
-
Solving Degree Bounds For Iterated Polynomial Systems
Authors:
Matthias Johann Steiner
Abstract:
For Arithmetization-Oriented ciphers and hash functions Gröbner basis attacks are generally considered as the most competitive attack vector. Unfortunately, the complexity of Gröbner basis algorithms is only understood for special cases, and it is needless to say that these cases do not apply to most cryptographic polynomial systems. Therefore, cryptographers have to resort to experiments, extrapo…
▽ More
For Arithmetization-Oriented ciphers and hash functions Gröbner basis attacks are generally considered as the most competitive attack vector. Unfortunately, the complexity of Gröbner basis algorithms is only understood for special cases, and it is needless to say that these cases do not apply to most cryptographic polynomial systems. Therefore, cryptographers have to resort to experiments, extrapolations and hypotheses to assess the security of their designs. One established measure to quantify the complexity of linear algebra-based Gröbner basis algorithms is the so-called solving degree. Caminata \& Gorla revealed that under a certain genericity condition on a polynomial system the solving degree is always upper bounded by the Castelnuovo-Mumford regularity and henceforth by the Macaulay bound, which only takes the degrees and number of variables of the input polynomials into account. In this paper we extend their framework to iterated polynomial systems, the standard polynomial model for symmetric ciphers and hash functions. In particular, we prove solving degree bounds for various attacks on MiMC, Feistel-MiMC, Feistel-MiMC-Hash, Hades and GMiMC. Our bounds fall in line with the hypothesized complexity of Gröbner basis attacks on these designs, and to the best of our knowledge this is the first time that a mathematical proof for these complexities is provided.
Moreover, by studying polynomials with degree falls we can prove lower bounds on the Castelnuovo-Mumford regularity for attacks on MiMC, Feistel-MiMC and Feistel-MiMC-Hash provided that only a few solutions of the corresponding iterated polynomial system originate from the base field. Hence, regularity-based solving degree estimations can never surpass a certain threshold, a desirable property for cryptographic polynomial systems.
△ Less
Submitted 4 March, 2024; v1 submitted 5 October, 2023;
originally announced October 2023.