Engineering PapersSearch

SEARCH · Engineering Papers

Results for “Charm quark”

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 55 records · Page 3

Tetraquarks from intrinsic heavy quarks

A number of new tetraquark candidate states containing from one to four charm or anticharm quarks have been observed recently. Many of these new states have been discovered at the LHC. The production of these states via intrinsic charm in the proton is investigated. The tetraquark masses obtained in this approach, while dependent on the internal transverse momenta of the partons in the state, are shown to agree well with the measured masses. These calculations can provide some insight into the nature of the tetraquark candidates, whether as a bound meson pair or as a looser configuration of four individual partons. The kinematic distributions of these states as a function of rapidity and transverse momentum are also studied. The possible cross sections for these states are finally considered, with a comparison to the 𝑋⁡(3872) 𝑝 𝑇 distributions from 𝑝 +𝑝 collisions at $\sqrt{s}$ =13 TeV.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Determination of the spin and parity of all-charm tetraquarks

The traditional quark model accounts for the existence of baryons, such as protons and neutrons, which consist of three quarks, as well as mesons, composed of a quark–antiquark pair. Only recently has substantial evidence started to accumulate for exotic states composed of four or five quarks and antiquarks. The exact nature of their internal structure remains uncertain. Here we report the first measurement of quantum numbers of the recently discovered family of three all-charm tetraquarks, using data collected by the CMS experiment at the Large Hadron Collider from 2016 to 2018 . The angular analysis techniques developed for the discovery and characterization of the Higgs boson have been applied to the new exotic states. Here we show that the quantum numbers for parity P and charge conjugation C symmetries are found to be +1. The spin J of these exotic states is determined to be consistent with 2ħ, while 0ħ and 1ħ are excluded at 95% and 99% confidence levels, respectively. The J PC = 2 ++ assignment implies particular configurations of constituent spins and orbital angular momenta, which constrain the possible internal structure of these tetraquarks.

Physics

Pythia8 Quark and Gluon Jets (float32)

A float32 (single-precision) version of the quark and gluon jet dataset originally published by Komiske, Metodiev, and Thaler (Zenodo record 3164691). Only the 20-file subset without charm and bottom quark jets is included here. All simulation parameters and jet selection criteria are identical to the original: Pythia 8.226, √s = 14 TeV Quarks from WeakBosonAndParton:qg2gmZq, gluons from WeakBosonAndParton:qqbar2gmZg with the Z decaying to neutrinos FastJet 3.3.0, anti-k_t jets with R = 0.4 p_T^jet ∈ [500, 550] GeV, |y^jet| < 1.7 There are 20 files, each in compressed NumPy format (QG_jets_fp32_0.npz through QG_jets_fp32_19.npz). Each file contains two arrays: X: (100000, M, 4) — 50k quark and 50k gluon jets, randomly sorted, padded to max multiplicity M, with particle features (pt, rapidity, azimuthal angle, pdgid) stored as float32 y: (100000,) — jet labels, gluon = 0, quark = 1 The original dataset stores X in float64. Here X has been cast to float32, approximately halving file size. The y labels are unchanged. If you use this dataset, please cite the original Zenodo record and its associated paper: Komiske, Metodiev, Thaler, Energy Flow Networks: Deep Sets for Particle Jets, JHEP 01 (2019) 121, arXiv:1810.05165

energyflow

Pythia8 Quark and Gluon Jets (float16)

A float16 (half-precision) version of the quark and gluon jet dataset originally published by Komiske, Metodiev, and Thaler (Zenodo record 3164691). Only the 20-file subset without charm and bottom quark jets is included here. All simulation parameters and jet selection criteria are identical to the original: Pythia 8.226, √s = 14 TeV Quarks from WeakBosonAndParton:qg2gmZq, gluons from WeakBosonAndParton:qqbar2gmZg with the Z decaying to neutrinos FastJet 3.3.0, anti-k_t jets with R = 0.4 p_T^jet ∈ [500, 550] GeV, |y^jet| < 1.7 There are 20 files, each in compressed NumPy format (QG_jets_fp32_0.npz through QG_jets_fp32_19.npz). Each file contains two arrays: X: (100000, M, 4) — 50k quark and 50k gluon jets, randomly sorted, padded to max multiplicity M, with particle features (pt, rapidity, azimuthal angle, pdgid) stored as float32 y: (100000,) — jet labels, gluon = 0, quark = 1 The original dataset stores X in float64. Here X has been cast to float16, approximately halving file size. The y labels are unchanged. Users should be aware that float16 has limited dynamic range and precision. If you use this dataset, please cite the original Zenodo record and its associated paper: Komiske, Metodiev, Thaler, Energy Flow Networks: Deep Sets for Particle Jets, JHEP 01 (2019) 121, arXiv:1810.05165

energyflow

Pythia8 Quark and Gluon Jets (float8 e4m3FN)

A float8 (e4m3FN) quantized version of the quark and gluon jet dataset originally published by Komiske, Metodiev, and Thaler (Zenodo record 3164691). Only the 20-file subset without charm and bottom quark jets is included here. All simulation parameters and jet selection criteria are identical to the original: Pythia 8.226, √s = 14 TeV Quarks from WeakBosonAndParton:qg2gmZq, gluons from WeakBosonAndParton:qqbar2gmZg with the Z decaying to neutrinos FastJet 3.3.0, anti-k_t jets with R = 0.4 p_T^jet ∈ [500, 550] GeV, |y^jet| < 1.7 There are 20 files, each in compressed NumPy format (QG_jets_fp8e4m3fn_0.npz through QG_jets_fp8e4m3fn_19.npz). Each file contains two arrays: X: (100000, M, 4) — 50k quark and 50k gluon jets, randomly sorted, padded to max multiplicity M, with particle features (pt, rapidity, azimuthal angle, pdgid) y: (100000,) — jet labels, gluon = 0, quark = 1 Since NumPy has no native fp8 dtype, X is stored as float32, but the values have been quantized through TensorFlow's float8_e4m3fn type and carry only fp8 precision. The quantization procedure is as follows: a global per-channel scale factor is computed from the absolute maximum value across all 20 chunks (with FP8_MAX = 448.0, the maximum representable value of e4m3FN). Each chunk is then scaled into the fp8 dynamic range, round-tripped through tf.experimental.float8_e4m3fn, and scaled back. This global scaling ensures a consistent quantization grid across the full dataset. The y labels are unchanged. Users should be aware that e4m3FN has limited dynamic range and precision. We recommend verifying this format is appropriate for your application; for a less aggressive reduction see the float16 and float32 versions linked below. If you use this dataset, please cite the original Zenodo record and its associated paper: Komiske, Metodiev, Thaler, Energy Flow Networks: Deep Sets for Particle Jets, JHEP 01 (2019) 121, arXiv:1810.05165

DiLullo, Nicholas [Brown University] (ORCID:000000

Nonperturbative heavy-flavor transport approach for hot QCD matter

The heavy charm and bottom quarks are unique probes of the transport properties of the quark-gluon plasma (QGP) and its hadronization in high-energy nuclear collisions. A key challenge in this context is to embed the interactions of the heavy quarks in the expanding medium compatible with the strong-coupling nature of the QGP, and thus to unravel the underlying microscopic mechanisms. In the present work we progress toward this goal by combining recent T -matrix interactions for elastic scattering with an effective transport implementation of gluon radiation, and apply these in a Langevin framework in a viscous hydrodynamic evolution. Hadronization of heavy quarks is evaluated using a modern recombination model with 4-momentum conservation, supplemented with fragmentation constrained by data in proton-proton collisions. Deploying this approach to charm-hadron observables in Pb-Pb collisions at the LHC yields fair agreement with experiment while also identifying areas of further systematic improvement of the simulations and its current input.

Heavy-flavor transport

$Ξ$ 𝑐 → $Ξ$ form factors from lattice QCD with domain-wall quarks: A new piece in the puzzle of $Ξ^0_𝑐$ decay rates

We present a lattice quantum chromodynamics (QCD) determination of the vector and axial-vector form factors that describe the charm-baryon semileptonic decays Ξ 𝑐 → Ξ⁢ℓ + ⁢𝜈 ℓ . The calculation uses a domain-wall action for the up, down, and strange quarks, and an anisotropic clover action for the charm quark. We use four ensembles of gauge-field configurations generated by the RBC and UKQCD collaborations, with lattice spacings between 0.111 and 0.073 fm and pion masses ranging from 420 to 230 MeV. We present Standard Model predictions for the decay rates and branching fractions of Ξ$^0_𝑐$ → Ξ$^−_𝑐$⁢ℓ + ⁢𝜈 ℓ and Ξ$^+_𝑐$ → Ξ$^0_𝑐$⁢ℓ + ⁢𝜈 ℓ for ℓ =𝑒, 𝜇. In particular, we obtain Γ⁡(Ξ$^0_𝑐$ → Ξ − ⁢𝑒 + ⁢𝜈 𝑒 )/|𝑉 𝑐⁢𝑠 | 2 = 0.2515⁢(73) ps −1 and ℬ⁡(Ξ$^0_𝑐$ → Ξ − ⁢𝑒 +⁢ 𝜈 𝑒 ) = 3.58⁢(12)%. These values are higher than those predicted by a previous lattice calculation and substantially higher than the experimentally measured values, but consistent with expectations from approximate 𝑆⁢𝑈⁡(3) flavor symmetry.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Search for a heavy resonance decaying into a Z and a Higgs boson in events with an energetic jet and two electrons, two muons, or missing transverse momentum in proton-proton collisions at $\sqrt{s}$ = 13 TeV

A search is presented for a heavy resonance decaying into a Z boson and a Higgs (H) boson. The analysis is based on data from proton-proton collisions at a centre-of-mass energy of 13 TeV corresponding to an integrated luminosity of 138 fb$^{−1}$, recorded with the CMS experiment in the years 2016–2018. Resonance masses between 1.4 and 5 TeV are considered, resulting in large transverse momenta of the Z and H bosons. Final states that result from Z boson decays to pairs of electrons, muons, or neutrinos are considered. The H boson is reconstructed as a single large-radius jet, recoiling against the Z boson. Machine-learning flavour-tagging techniques are employed to identify decays of a Lorentz-boosted H boson into pairs of charm or bottom quarks, or into four quarks via the intermediate H → WW$^{*}$ and ZZ$^{*}$ decays. The analysis targets H boson decays that were not generally included in previous searches using the H → $ \textrm{b}\overline{\textrm{b}} $ channel. Compared with previous analyses, the sensitivity for high resonance masses is improved significantly in the channel where at most one b quark is tagged.[graphic not available: see fulltext]

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Multiplicity dependence of charm baryon and charm meson production in pPb collisions at $\sqrt{s_{NN}} = 8.16$ TeV

Measurements of the production yields of charm baryons (Λ$^+_c$ ) and charm mesons (D 0 ) in proton-lead collisions at a nucleon-nucleon center-of-mass energy of 8.16 TeV are presented. The data were collected in 2016 with the CMS experiment and correspond to an integrated luminosity of 186 nb -1 . The Λ$^+_c$ baryon is reconstructed from the decay channel Λ$^+_c$ → K$^0_S$p , while the D 0 meson is reconstructed via D 0 → K - π + . The Λ$^+_c$ baryon and D 0 meson yields are extracted in several charged-particle multiplicity classes. No strong multiplicity dependence of the Λ$^+_c$-to-D 0 yield ratio is observed, unlike the observed strange baryon to strange meson yield ratio of $Λ/\bar{Λ}$to K$^0_S$, which shows a strong multiplicity dependence. This observation indicates different mechanisms for the multiplicity evolution of hadronization processes for charm and strange quarks and provides new constraints to the understanding of heavy flavor production and collectivity in small collision systems.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Proposal from the NA61/SHINE Collaboration for update of European Strategy for Particle Physics

Building on the current program's success and driven by new physics challenges, the NA61/SHINE Collaboration proposes to continue measuring hadron production properties in reactions induced by hadron and ion beams after CERN Long Shutdown 3. These measurements are of significant interest to the heavy-ion, cosmic-ray, and neutrino physics communities and will focus on: - Investigating hadron production in the light-ion systems to explore the diagram of high-energy nuclear collisions, and to obtain new insight into the unexpected violation of isospin (flavor) symmetry recently observed by the experiment; - Measuring charm-anticharm correlations to gain unique insights into the production locality of charm and anticharm quark pairs; - Examining strangeness and multi-strangeness production to improve our understanding of the early Universe's evolution and neutron star formation; - Measuring cross sections relevant for cosmic-ray measurements, significantly boosting searches for new physics in our Galaxy; - Conducting hadron production measurements with proton, pion, and kaon beams for neutrino physics, enhancing the precision of hadron production data needed for initial neutrino flux predictions in neutrino oscillation experiments; - Measuring hadron production processes relevant for understanding the flux of atmospheric neutrinos, as well as neutrinos and muons from spallation sources. To achieve these objectives, a detector upgrade and a beam upgrade are required, with data-taking planned for the period 2029-2032 and beyond.

Adhikary, H. [Jan Kochanowski U.] (ORCID:000000025

Renormalon subtracted nonrelativistic QCD for heavy hadron systems

We present a renormalon-subtracted formulation of potential nonrelativistic QCD (pNRQCD) for precision spectroscopy of heavy hadron systems, combining variational and Green's function Monte Carlo (VMC/GFMC) methods with NNLO static two- and three-body potentials. Minimal renormalon subtraction (MRS) systematically sums leading factorially growing terms, thereby stabilizing perturbative convergence and reducing renormalization-scale dependence. We tune charm and bottom quark masses to spin-averaged $1S$ quarkonium states and predict $Ω_{ccc}$, $Ω_{ccb}$, $Ω_{cbb}$, and $Ω_{bbb}$ baryon masses, as well as QCD-stable baryons containing top quarks. NNLO MRS results undershoot lattice QCD by 125--175~MeV, with fractional differences decreasing as $\sim 1/m_Q$, consistent with neglected $\mathcal{O}(1/m_Q)$ corrections. Applying these methods to unequal-mass fully-heavy tetraquarks, we determine the critical heavy-to-light mass ratio for binding and compute binding energies across the mass-ratio landscape.

Assi, Benoît [Cincinnati U.; Fermilab]

Charm and bottom hadrons in hot hadronic matter

Heavy quarks, and the hadrons containing them, are excellent probes of the QCD medium formed in high-energy heavy-ion collisions, as they provide essential information on the transport properties of the medium and how quarks color-neutralize into hadrons. Large theoretical and phenomenological efforts have been dedicated thus far to assess the diffusion of charm and bottom quarks in the quark–gluon plasma and their subsequent hadronization into heavy-flavor (HF) hadrons. However, the fireball formed in heavy-ion collisions also features an extended hadronic phase, and therefore any quantitative analysis of experimental observables needs to account for the rescattering of charm and bottom hadrons. This is further reinforced by the presence of a QCD cross-over transition and the notion that the interaction strength is maximal in the vicinity of the pseudo-critical temperature. We review existing approaches for evaluating the interactions of open HF hadrons in a hadronic heat bath and the pertinent results for scattering amplitudes, spectral functions and transport coefficients. While most of the work to date has focused on D -mesons, we also discuss excited states as well as HF baryons and the bottom sector. Both the HF hadro-chemistry and bottom observables will play a key role in future experimental measurements. We also conduct a survey of transport calculations in heavy-ion collisions that have included effects of hadronic HF diffusion and assess its impact on various observables.

effective field theories

Search for light pseudoscalar boson pairs produced from Higgs boson decays using the 4τ and 2μ2τ final states in proton-proton collisions at $\sqrt{s}=13$ TeV

A search for a pair of light pseudoscalar bosons (a 1 ) produced in the decay of the 125 GeV Higgs boson is presented. The analysis examines decay modes where one a 1 decays into a pair of tau leptons and the other decays into either another pair of tau leptons or a pair of muons. The a1 boson mass probed in this study ranges from 4 to 15 GeV. The data sample was recorded by the CMS experiment in proton-proton collisions at a center-of-mass energy of 13 TeV and corresponds to an integrated luminosity of 138 fb −1 . No excess above standard model (SM) expectations is observed. The study combines the 4τ and 2μ2τ channels to set upper limits at 95% confidence level (CL) on the product of the Higgs boson production cross section and the branching fraction to the 4τ final state, relative to the Higgs boson production cross section predicted by the SM. In this interpretation, the a 1 boson is assumed to have Yukawa-like couplings to fermions, with coupling strengths proportional to the respective fermion masses. The observed (expected) upper limits range between 0.007 (0.011) and 0.079 (0.066) across the mass range considered. The results are also interpreted in the context of models with two Higgs doublets and an additional complex singlet field (2HD+S). The tightest constraints are obtained for the Type III 2HD+S model. In this case, assuming the Higgs boson production cross section equals the SM prediction, values of the branching ratio for the Higgs boson decay into a pair of a1 bosons exceeding 16% are excluded at 95% CL for a1 boson masses between 5 and 15 GeV and tan β > 2, with the exception of scenarios in which the a1 boson mixes with charm or bottom quark-antiquark bound states.

Higgs physics

Measurement of the W boson decay branching fraction ratio $\mathscr{B}$(W → cq)/$\mathscr{B}$(W →$q\bar{q}'$) in proton-proton collisions at $\sqrt{s}$ = 13 TeV

The most precise measurement to date of the W boson hadronic decay branching fraction ratio $R_{c}^{W} = \mathcal{B}(W \to cq) / \mathcal{B}(W \to q\bar{q}$) is presented. The measurement is based on a sample of proton-proton collision data from the CERN LHC collected by the CMS experiment at a center-of-mass energy of 13 TeV in 2016-2018 with an integrated luminosity of 138 fb$^{-1}$. The large cross section of top quark-antiquark production at the LHC offers a sizable high-purity sample of W bosons suitable for this measurement. Events with one charged lepton (electron or muon) and at least four jets, two tagged as bottom quark jets, are analyzed. Charm jets are tagged using the presence of a muon inside the jet. The result, $R_\mathrm{c}^\mathrm{W}$ = 0.489 $\pm$ 0.020, is consistent with the standard model prediction and is twice as precise as the current world-average value.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

Tetraquark Production by Intrinsic Charm

A number of new four-quark states containing from one to four c or ̅c quarks have been observed recently. Many of these new states have been discovered at the LHC. The production of these states via intrinsic charm in the proton is investigated. The tetraquark masses obtained in this approach, agree well with the measured masses. These calculations can provide some insight into the nature of the tetraquark candidates, whether as a bound meson pair or as a looser configuration of four individual partons which can influence their interactions in nuclear medium, such as in heavy-ion collisions. The kinematic distributions of these states as a function of y and pT are also studied. The possible cross sections for these states are also considered.

Vogt, Ramona [Lawrence Livermore National Laborato

W+D Charm Jet Fragmentation

Using ATLAS Run 2 data, proton-proton collisions at 13 TeV center of mass energy are analyzed to measure the properties of Charmed particle fragmentation. The process $pp\rightarrow &W;\pmc$, where the c-quark fragments to a $D^+$ hadron is used. Since quarks are not directly seen from the collision, a jet of particles containing the charmed hadron is used. This is accomplished by comparing the distribution of $z_T$, the ratio of the transverse momentum of the $D^+$ to that of the track jet containing the hadron, to several Monte Carlo generators.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

New insights into the doubly charmed exotic mesons

Abstract Using effective Lagrangians constrained by the heavy quark spin symmetry and chiral symmetry, for the light quarks, we analyze the $$D^0 D^0\pi ^+,$$ D 0 D 0 π + , $$\bar{D}^0D^0\pi ^0$$ D ¯ 0 D 0 π 0 and $$D^0\bar{D}^{*0}$$ D 0 D ¯ ∗ 0 invariant mass spectra. Performing a simultaneous analysis of the doubly charmed and charm-anti-charm states gives further insights into the nature of the $$T^+_{cc}$$ T cc + and $$\chi ^0_{c1}(3872),$$ χ c 1 0 ( 3872 ) , exotic hadrons. It is confirmed that both states should lie below their respective $$DD^*$$ D D ∗ / $$D\bar{D}^*$$ D D ¯ ∗ thresholds. Also, the contributions of the triangle and box diagrams are negligible.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS

FLAG review 2024

We review lattice results related to pion, kaon, 𝐷-meson, 𝐵-meson, and nucleon physics with the aim of making them easily accessible to the nuclear and particle physics communities. More specifically, we report on the determination of the light-quark masses, the form factor 𝑓+⁡(0) arising in the semileptonic 𝐾 → 𝜋 transition at zero momentum transfer, as well as the decay-constant ratio 𝑓 𝐾 ⁡/𝑓 𝜋 and its consequences for the Cabibbo–Kobayashi–Maskawa (CKM) matrix elements 𝑉 𝑢⁢𝑠 and 𝑉 𝑢⁢𝑑 . We review the determination of the 𝐵 𝐾 parameter of neutral kaon mixing as well as the additional four 𝐵 parameters that arise in theories of physics beyond the Standard Model. For the heavy-quark sector, we provide results for 𝑚 𝑐 and 𝑚 𝑏 as well as those for the decay constants, form factors, and mixing parameters of charmed and bottom mesons and baryons. These are the heavy-quark quantities most relevant for the determination of CKM matrix elements and the global CKM unitarity-triangle fit. We review the status of lattice determinations of the strong coupling constant 𝛼 𝑠 . We review the determinations of nucleon charges from the matrix elements of both isovector and flavor-diagonal axial, scalar and tensor local quark bilinears, and momentum fraction, helicity moment and the transversity moment from one-link quark bilinears. We also review determinations of scale-setting quantities. Finally, in this review we have added a new section on the general definition of the low-energy limit of the Standard Model.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS