Engineering PapersSearch

SEARCH · Engineering Papers

Results for “collider physics”

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

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

At least 91 records · Page 5

Observation of Enhanced Long-Range Elliptic Anisotropies Inside High-Multiplicity Jets in p p Collisions at s = 13 TeV

A search for collective effects inside jets produced in proton-proton collisions is performed via correlation measurements of charged particles using the CMS detector at the CERN LHC. The analysis uses data collected at a center-of-mass energy of s = 13 TeV , corresponding to an integrated luminosity of 138 fb − 1 . Jets are reconstructed with the anti- k T algorithm with a distance parameter of 0.8 and are required to have transverse momentum greater than 550 GeV and pseudorapidity | η jet | < 1.6 . Two-particle correlations among the charged particles within the jets are studied as functions of the particles’ azimuthal angle and pseudorapidity separations ( Δ ϕ * and Δ η * ) in a jet coordinate basis, where particles’ η * , ϕ * are defined relative to the direction of the jet. The correlation functions are studied in classes of in-jet charged-particle multiplicity up to N ch j ≈ 100 . Fourier harmonics are extracted from long-range azimuthal correlation functions to characterize azimuthal anisotropy for | Δ η * | > 2 . For low- N ch j jets, the long-range elliptic anisotropic harmonic, v 2 * , is observed to decrease with N ch j . This trend is well described by Monte Carlo event generators. However, a rising trend for v 2 * emerges at N ch j ≳ 80 , hinting at a possible onset of collective behavior, which is not reproduced by the models tested. This observation yields new insights into the dynamics of jet evolution in the vacuum. © 2024 CERN, for the CMS Collaboration 2024 CERN

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

LeWRON: Agentic Analysis of Electroweak Phase Transitions

The electroweak phase transition (EWPT) is a central topic in particle physics and cosmology, connecting collider phenomenology, baryogenesis, and gravitational-wave observatories. Its analysis requires a technically demanding, convention-sensitive, and model-dependent pipeline, from constructing the finite-temperature effective potential to tracking thermal histories, computing bubble nucleation rates, and predicting gravitational-wave spectra. We present LeWRON (Learning ElectroWeak phase tRansitiON), an agentic framework that orchestrates this pipeline starting from an input Lagrangian. LeWRON combines audited toolbox construction with an Explorer module that uses the generated model-specific code for further analysis, including scans and plots. Intermediate analytic outputs are checked by auditor agents and stored as structured artifacts, enabling reproducible human inspection and downstream use through both a command-line interface and a public Python API. The framework supports a reproduction mode, which infers conventions from the literature and reproduces published results, and a discovery mode, which guides users through structured checkpoints for new models. We demonstrate LeWRON across representative beyond-the-Standard-Model scenarios and release the code on GitHub.

Wang, Isaac R. [Fermilab] (ORCID:000000030789218X)

On-Detector Machine Learning for Beam-Induced Background Rejection at a 10 TeV Muon Collider

A 10 TeV Muon Collider is a compelling candidate for a future energy-frontier facility, offering unprecedented opportunities to explore the fundamental laws of particle physics. Muon decays in the collider ring produce intense beam-induced background (BIB) that can overwhelm detector occupancy and exceed readout bandwidth constraints. We investigate the potential of on-detector Machine Learning for BIB rejection in the vertex detector, exploiting pixel cluster shapes to distinguish background from collision products. We study three classes of lightweight neural-network architectures, and evaluate their implementation feasibility using high-level synthesis. Selected architectures achieve 88 to 90% data reduction at 99% signal efficiency, while requiring hardware resources compatible with potential ASIC implementation. These results demonstrate the potential of performing substantial BIB rejection directly in the pixel readout, providing a strategy for meeting the tracker readout requirements at a future Muon Collider.

Abadjiev, Daniel [Chicago U.]

Discovering neutrino tridents at the Large Hadron Collider

Neutrino trident production of di-lepton pairs is well recognized as a sensitive probe of both electroweak physics and physics beyond the Standard Model. Although a rare process, it could be significantly boosted by such new physics, and it also allows the electroweak theory to be tested in a new regime. We demonstrate that the forward neutrino physics program at the Large Hadron Collider offers a promising opportunity to measure for the first time, dimuon neutrino tridents with a statistical significance exceeding $5\sigma$. We present predictions for various proposed experiments and outline a specific experimental strategy to identify the signal and mitigate backgrounds, based on "reverse tracking" dimuon pairs in the FASER$\nu$2 detector. We also discuss prospects for constraining beyond Standard Model contributions to neutrino trident rates at high energies.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Impedance and wakefield studies of the EIC RCS 591 MHz five-cell cavity

The Electron-Ion Collider (EIC) is a next-generation accelerator complex designed to enable high-luminosity collisions between highly polarized electrons and light ions (e.g., He-3). A central component of its Electron Injection System (EIS) is the Rapid Cycling Synchrotron (RCS), which accelerates a single 28 nC electron bunch from 750 MeV to 5, 10, or 18 GeV using an array of 591 MHz five-cell superconducting RF (SRF) cavities—eight at the current design stage. To ensure stable acceleration of high-charge bunches, we conducted detailed impedance and wakefield studies of the SRF cavity structure using both frequency- and time-domain methods. Wakefield solvers (ECHO3D, ECHO1D, CST), eigenmode analysis, and multi-particle tracking with ELEGANT were employed to evaluate longitudinal and transverse impedance effects and to determine instability thresholds. These studies provide critical input for the cavity design and operating parameters required to preserve beam quality and stability in the RCS.

Accelerator Physics

Deep Learning Methods for Symbolic Calculations in HEP

This project develops machine learning methods to accelerate symbolic calculations in high-energy physics. Using sequence-to-sequence transformer models, we construct frameworks to predict squared amplitudes and related quantities for Standard Model processes, including quantum electrodynamics, quantum chromodynamics, and electroweak interactions. The results demonstrate that deep learning can successfully learn complex symbolic relationships and provide a scalable approach to symbolic computation with potential applications in precision calculations and collider phenomenology.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Mu2e: Probing the Frontiers of Physics Using Muons

The absence of any signature for new physics beyond the standard model at the Large Hadron Collider has left the field of elementary particle physics in a quandary. We know there is new physics out there: where best to look for it? Searches for certain rare processes provide ultrasensitive probes for new physics and can reach mass scales unobtainable by any conceivable accelerator, present or imagined. We describe such an experiment, Mu2e, that intends to use a novel technique to search for new physics through lepton flavor violation in muon decays with a sensitivity of a factor of 10,000 over existing limits.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

SymbolFit: Automatic Parametric Modeling with Symbolic Regression

We introduce SymbolFit (API: https://github.com/hftsoi/symbolfit), a framework that automates parametric modeling by using symbolic regression to perform a machine-search for functions that fit the data while simultaneously providing uncertainty estimates in a single run. Traditionally, constructing a parametric model to accurately describe binned data has been a manual and iterative process, requiring an adequate functional form to be determined before the fit can be performed. The main challenge arises when the appropriate functional forms cannot be derived from first principles, especially when there is no underlying true closed-form function for the distribution. In this work, we develop a framework that automates and streamlines the process by utilizing symbolic regression, a machine learning technique that explores a vast space of candidate functions without requiring a predefined functional form because the functional form itself is treated as a trainable parameter, making the process far more efficient and effortless than traditional regression methods. We demonstrate the framework in high-energy physics experiments at the CERN Large Hadron Collider (LHC) using five real proton-proton collision datasets from new physics searches, including background modeling in resonance searches for high-mass dijet, trijet, paired-dijet, diphoton, and dimuon events. We show that our framework can flexibly and efficiently generate a wide range of candidate functions that fit a nontrivial distribution well using a simple fit configuration that varies only by random seed, and that the same fit configuration, which defines a vast function space, can also be applied to distributions of different shapes, whereas achieving a comparable result with traditional methods would have required extensive manual effort.

Tsoi, Ho Fung [Univ. of Pennsylvania, Philadelphia

Future Circular Collider Feasibility Study Report

Volume 1 of the FCC Feasibility Report presents an overview of the physics case, experimental programme, and detector concepts for the Future Circular Collider (FCC). This volume outlines how FCC would address some of the most profound open questions in particle physics, from precision studies of the Higgs and EW bosons and of the top quark, to the exploration of physics beyond the Standard Model. The report reviews the experimental opportunities offered by the staged implementation of FCC, beginning with an electron-positron collider (FCC-ee), operating at several centre-of-mass energies, followed by a hadron collider (FCC-hh). Benchmark examples are given of the expected physics performance, in terms of precision and sensitivity to new phenomena, of each collider stage. Detector requirements and conceptual designs for FCC-ee experiments are discussed, as are the specific demands that the physics programme imposes on the accelerator in the domains of the calibration of the collision energy, and the interface region between the accelerator and the detector. The report also highlights advances in detector, software and computing technologies, as well as the theoretical tools/reconstruction techniques that will enable the precision measurements and discovery potential of the FCC experimental programme. The content and structure of this report are guided by the scope and priorities defined in the mandate of the FCC Feasibility Study. It is therefore not intended to serve as an exhaustive review of the full physics potential of FCC. Several topics, already covered in earlier reports such as the FCC CDR, are not reiterated here or are addressed only briefly, in alignment with the study’s focus. This volume reflects the outcome of a global collaborative effort involving hundreds of scientists and institutions, aided by a dedicated community-building coordination, and provides a targeted assessment of the scientific opportunities and experimental foundations of the FCC programme.

Benedikt, M. [European Organization for Nuclear Re

A Physics-Based Approach to Hypersonic Nonequilibrium Chemistry

NASA has undertaken a concerted effort to generate a complete model for the chemical reactions and other collisional processes that take place in the bow shock layer and wake of spacecraft entering the atmospheres of Earth and Mars. This new model is based on first-principles physics calculations: interaction potentials between colliding species obtained from accurate quantum mechanics calculations and reaction rate coefficients and cross sections based on classical mechanics simulations of heavy particle collisions.This presentation will give an introduction to the underlying theory and computational methods used in this work and describe the range of chemical and physical processes that take place in the close vicinity of spacecraft during atmospheric entry. I will also present some of our recent results for reactions involving nitrogen, carbon monoxide and CO2.

Jaffe, Richard

Fundamental limit of jet tagging

Identifying the origin of high-energy hadronic jets (jet tagging) has been a critical benchmark problem for machine learning in particle physics. Jets are ubiquitous at colliders and are complex objects that serve as prototypical examples of collections of particles to be categorized. Over the last decade, machine learning-based classifiers have replaced classical observables as the state of the art in jet tagging. Increasingly complex machine learning models are leading to increasingly more effective tagger performance. Our goal is to address the question of convergence—are we getting close to the fundamental limit on jet tagging or is there still potential for computational, statistical, and physical insights for further improvements? We address this question using state-of-the-art generative models to create a realistic, synthetic dataset with a known jet tagging optimum. Various state-of-the-art taggers are deployed on this dataset, showing that there is a significant gap between their performance and the optimum. Our dataset and software are made public to provide a benchmark task for future developments in jet tagging and other areas of particle physics.

Artificial intelligence

Hear It? – New Physics Calls For a Healthy Target!

Nowadays, when the attention of the physics community is drawn to muon collider prospects and neutrino projects, a target as the primary source of such exotic particles is a key component of a particle physics experiment. The extreme conditions placed on the target, though, decrease its functionality and threaten the future of high-power targetry. Subject to superb magnetic fields, extreme temperatures, and radiation damage, the target is constantly at risk of unexpected failures. The Target Health Monitor (THM) aims to enable the continuous analysis of the target state throughout the experiment. Based on the optical concept of Brewster s angle and the reflectivity variation with the compositional changes in the target material, the THM will record and evaluate the radiation-caused transmutations in the target to foresee its malfunction before it affects the experimental results. The first steps in validating our THM concept have been made this summer. Continuing reflectivity measurements of the prospective target materials, we anticipate proving the THM potential to monitor target health effectively.

Havryshchuk, Kateryna

Nuclear fragmentation at the future electron-ion collider

We explore the potential of conducting low-energy nuclear physics studies, including nuclear structure and decay, at the future Electron-Ion Collider (EIC) at Brookhaven. By comparing the standard theory of electron-nucleus scattering with the equivalent photon method applied to Ultraperipheral Collisions (UPC) at the Large Hadron Collider (LHC) at CERN. In the limit of extremely high beam energies and small energy transfers, very transparent equations emerge. We apply these equations to analyze nuclear fragmentation in UPCs at the LHC and 𝑒𝐴 scattering at the EIC, demonstrating that the EIC could facilitate unique photonuclear physics studies. Furthermore, we have also shown that the fragmentation cross-sections at the EIC are about 1,000 times smaller than those at the LHC. At the LHC, the fragmentation of uranium nuclei displays characteristic double-hump mass distributions from fission events, while at the EIC, fragmentation is dominated by neutron emission and fewer few fission products, about 10,000 smaller number of events.

Bertulani, Carlos A. [East Texas A&M University, C

Accuracy versus precision in boosted top tagging with the ATLAS detector

The identification of top quark decays where the top quark has a large momentum transverse to the beam axis, known as top tagging , is a crucial component in many measurements of Standard Model processes and searches for beyond the Standard Model physics at the Large Hadron Collider. Machine learning techniques have improved the performance of top tagging algorithms, but the size of the systematic uncertainties for all proposed algorithms has not been systematically studied. This paper presents the performance of several machine learning based top tagging algorithms on a dataset constructed from simulated proton-proton collision events measured with the ATLAS detector at $\sqrt{s}$ = 13 TeV. The systematic uncertainties associated with these algorithms are estimated through an approximate procedure that is not meant to be used in a physics analysis, but is appropriate for the level of precision required for this study. The most performant algorithms are found to have the largest uncertainties, motivating the development of methods to reduce these uncertainties without compromising performance. To enable such efforts in the wider scientific community, the datasets used in this paper are made publicly available.

47 OTHER INSTRUMENTATION

e + e – → ZH process in the SMEFT beyond leading order

We systematically study potential effects of Beyond the Standard Model physics in the e + e – → ZH process. To this end, we include all relevant dimension-6 Standard Model Effective Field Theory operators and work to next-to-leading order (NLO) accuracy in the electroweak coupling. We consider both polarized and unpolarized electron and positron beams and present results for $\sqrt {s}$ = 240, 365 and 500 GeV, emphasizing contributions where the NLO predictions differ significantly from the leading order results. At NLO, a sensitivity arises to operators that do not contribute at tree level, such as the Higgs tri-linear coupling, CP-violating operators, and dimension-6 operators involving the top quark, among many others. We compare the prospects of future e + e – colliders to explore these new physics effects with existing measurements from the LHC, electron EDMs (for CP violating operators), and Z pole measurements.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Searching for heavy neutral leptons at a future muon collider

As the planning stages for a high energy muon collider enter a more concrete era, an important question arises as to what new physics could be uncovered. A TeV-scale muon collider is also a vector boson fusion (VBF) factory with a very clean background, and as such it is a promising environment to look for new physics that couples to the electroweak (EW) sector. In this paper, we explore the ability of a future TeV-scale muon collider to search for Majorana and Dirac heavy neutral leptons (HNLs) produced via EW bosons. Employing a model-independent, conservative approach, we present an estimation of the production and decay rate of HNLs over a mass range between 200 GeV and 9.5 TeV in two benchmark collider proposals with s = 3 , 10 TeV, as well as an estimation of the dominant Standard Model (SM) background. We find that exclusion limits for the mixing between the HNLs and SM neutrinos can be as low as O ( 10 − 6 ) . Additionally, we demonstrate that a TeV-scale muon collider allows for the ability to discriminate between Majorana and Dirac type HNLs for a large range of mixing values. Published by the American Physical Society 2024

Kwok, Tsz Hong

Role of the chiral anomaly in polarized deeply inelastic scattering. III. Wess-Zumino-Witten contributions and chiral Ward identities for finite quark mass

We extend our prior results on the worldline computation of the axial vector-vector-vector (AVV) triangle anomaly in polarized deeply inelastic scattering (DIS) to the finite mass case by computing in addition the pseudoscalar-vector-vector (PVV) triangle graph. For the well-studied QED case, we show explicitly how the off-forward AVV pole exactly cancels an identical PVV pole. We then demonstrate the dramatic difference in QCD due to the chiral condensate, which qualitatively modifies anomalous Ward identities. As in the massless case, the anomaly pole in QCD is canceled by the dynamics of a primordial isosinglet pseudoscalar η ¯ -meson, whose Wess-Zumino-Witten coupling to the topological charge density shifts the pole to the physical η ′ mass, with the finite quark mass contribution differing by O ( 10 % ) from the Witten-Veneziano formula. We obtain a compact analytic expression for the finite mass corrections to Shore and Veneziano’s result that the proton’s net quark helicity Δ Σ ∝ χ QCD ′ | m = 0 ( 0 ) , the forward slope of the topological susceptibility in the chiral limit, and show they are of the order of a few percentages. Our prior prediction that the polarized DIS structure function g 1 is quenched by sphaleronlike topological transitions at small x is unaffected by quark mass effects. Our results illustrate how worldline computations of anomalous processes, in synergy with lattice computations and nonet chiral perturbation theory, can uncover novel nonperturbative features of QCD at the Electron-Ion Collider. Published by the American Physical Society 2025

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Luminosity and beam-induced background studies for the Cool Copper Collider

A high-energy electron-positron collider has been widely recognized by the particle physics community to be the next crucial step for detailed studies of the Higgs boson and other fundamental particles and processes. Several proposals for such colliders, either linear or circular, are currently under evaluation. Any such collider will be required to reach high lumimosities, in order to collect enough data at a reasonable time scale, while at the same time coping with high rates of background particles produced from beam-beam interactions during the collisions. In this paper, we analyze the luminosity and beam-beam interaction characteristics of the Cool Copper Collider ( C 3 ) and perform a comparison with other linear collider proposals. We conclude that C 3 can reach the same or higher collision rates as the other proposals, without having to cope with higher beam-induced background fluxes. Thus, C 3 emerges as an attractive option for a future electron-positron collider, benefiting from the collective advancements in beam delivery and final focus system technologies developed by other linear collider initiatives. Published by the American Physical Society 2024

43 PARTICLE ACCELERATORS