Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Child”

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 163 records · Page 9

Toward a 2D Local Implementation of Quantum Low-Density Parity-Check Codes

Geometric locality is an important theoretical and practical factor for quantum low-density parity-check (qLDPC) codes that affects code performance and ease of physical realization. For device architectures restricted to two-dimensional (2D) local gates, naively implementing the high-rate codes suitable for low-overhead fault-tolerant quantum computing incurs prohibitive overhead. In this work, we present an error-correction protocol built on a bilayer architecture that aims to reduce operational overheads when restricted to 2D local gates by measuring some generators less frequently than others. We investigate the family of bivariate-bicycle qLDPC codes and show that they are well suited for a parallel syndrome-measurement scheme using fast routing with local operations and classical communication (LOCC). Through circuit-level simulations, we find that in some parameter regimes, bivariate-bicycle codes implemented with this protocol have logical error rates comparable to the surface code while using fewer physical qubits. Published by the American Physical Society 2025

Berthusen, Noah (ORCID:0000000275862786)↗

Efficiently Verifiable Quantum Advantage on Near-Term Analog Quantum Simulators

Existing schemes for demonstrating quantum computational advantage are subject to various practical restrictions, including the hardness of verification and challenges in experimental implementation. Meanwhile, analog quantum simulators have been realized in many experiments to study novel physics. In this work, we propose a quantum advantage protocol based on verification of an analog quantum simulation, in which the verifier need only run an O ( λ 2 ) -time classical computation, and the prover need only prepare O ( 1 ) samples of a history state and perform O ( λ 2 ) single-qubit measurements, for a security parameter λ . We also propose a near-term feasible strategy for honest provers and discuss potential experimental realizations. Published by the American Physical Society 2025

Liu, Zhenning (ORCID:000000020794419X)↗

The Origins of the ParaView and VisIt Scientific Visualization Tools

ParaView and VisIt play a key role in the visual understanding of scientific simulation data. These tools are open source, designed to handle extremely large datasets, and can run on supercomputers and large-scale display walls. They are in daily use by scientists, practitioners, and students at supercomputing centers, in industry, and at universities. In conclusion, this article gives personal accounts of the origins of these visualization tools.

Ahrens, James [Los Alamos National Laboratory (LAN↗

Changing Interactions Between Trace Gas Fluxes, Belowground Chemistry, and Plant Traits Across an Arctic Thermokarst Landscape

Arctic permafrost soils are increasingly subject to thermokarst that is, abrupt ground subsidence caused by thaw. Wetlands can form within these depressions, leading to changes in organic matter decomposition and gas fluxes (CO 2 , CH 4 , N 2 O, NH 3 ). Thermokarst wetlands tend to be dominated by graminoids, while surrounding upland tussock tundra tends to be dominated by mixed communities of shrubs and graminoids. Here, to investigate how thermokarst alters the land-atmosphere exchange of C and N gases in Arctic tundra, we analyzed soil, porewater, above- and belowground biomass, and measured gas fluxes across dominant plant functional types (PFTs) within a lowland thermokarst wetland and adjacent upland tussock tundra. Both locations were overall sinks of CO 2 , sources of CH 4 , and sources of both N 2 O and NH 3 . We found that thermokarst wetlands emitted enough CH 4 to generate a positive radiative forcing in CO 2 equivalents (+1.2 μmol m −2 s −1 CO 2 -eq), counteracting the high CO 2 uptake. In contrast, the upland tussock tundra had a net negative radiative forcing (−1.2 μmol m −2 s −1 CO 2 -eq). Differences in gas flux and soil chemistry between upland and lowland are primarily driven by flooded conditions present in thermokarst wetland. Additionally, root biomass from graminoids across both lowlands and uplands significantly correlated with CH 4 fluxes, supporting previous observations of plant-mediated transport of CH 4 . Graminoid cover was correlated with increases in low molecular weight dissolved organic carbon, possibly associated with root exudates that fuel methanogenesis. Forb cover in the upland tussock tundra was significantly correlated with nine soil chemical variables, indicating that forbs may influence local soil chemistry or conversely, that soil chemistry controls where forbs grow. Overall, our findings indicate the variability in gas fluxes in the upland tussock tundra is partially controlled by PFT cover, while thermokarst wetlands emit enough CH 4 to counteract CO 2 uptake, with implications for carbon budget changes in Arctic systems.

Land-atmosphere feedback↗

Divide and conquer: using RhizoVision Explorer to aggregate data from multiple root scans using image concatenation and statistical methods

Roots are important in agricultural and natural systems for determining plant productivity and soil carbon inputs. Sometimes, the amount of roots in a sample is too much to fit into a single scanned image, so the sample is divided among several scans, and there is no standard method to aggregate the data. Here, we describe and validate two methods for standardizing measurements across multiple scans: image concatenation and statistical aggregation. We developed a Python script that identifies which images belong to the same sample and returns a single, larger concatenated image. These concatenated images and the original images were processed with RhizoVision Explorer, a free and open-source software. An R script was developed, which identifies rows of data belonging to the same sample and applies correct statistical methods to return a single data row for each sample. These two methods were compared using example images from switchgrass, poplar, and various tree and ericaceous shrub species from a northern peatland and the Arctic. Most root measurements were nearly identical between the two methods except median diameter, which cannot be accurately computed by statistical aggregation. We believe the availability of these methods will be useful to the root biology community.

59 BASIC BIOLOGICAL SCIENCES↗

Translation-Invariant Quantum Algorithms for Ordered Search are Optimal

Ordered search is the task of finding an item in an ordered list using comparison queries. The best exact classical algorithm for this fundamental problem uses [log 2 n] queries for a list of length n. Quantum computers can achieve a constant-factor speedup, but the best possible coefficient of log 2 n for exact quantum algorithms is only known to lie between (ln2)/π ≈ 0.221 and 4/log 2 605 ≈ 0.4333. We consider a special class of translation-invariant algorithms with no workspace, introduced by Farhi, Goldstone, Gutmann, and Sipser, that has been used to find the best known upper bounds. First, we show that any bounded-error, k-query quantum algorithm for ordered search can be implemented by a k-query algorithm in this special class. Second, we use linear programming to show that the best exact 5-query quantum algorithm can search a list of length 7265, giving an ordered search algorithm that asymptotically uses 5 log 7265 n ≈ 0.390 log 2 n quantum queries.

Translation-invariant quantum algorithms↗

Visualization at exascale: Making it all work with VTK-m

The VTK-m software library enables scientific visualization on exascale-class supercomputers. Exascale machines are particularly challenging for software development in part because they use GPU accelerators to provide the vast majority of their computational throughput. Algorithmic designs for GPUs and GPU-centric computing often deviate from those that worked well on previous generations of high-performance computers that relied on traditional CPUs. Fortunately, VTK-m provides scientific visualization algorithms for GPUs and other accelerators. VTK-m also provides a framework that simplifies the implementation of new algorithms and adds a porting layer to work across multiple processor types. This paper describes the main challenges encountered when making scientific visualization available at exascale. Here, we document the surprises and obstacles faced when moving from pre-exascale platforms to the final exascale designs and the performance on those systems including scaling studies on Frontier, an exascale machine with over 37,000 AMD GPUs. We also report on the integration of VTK-m with other exascale software technologies. Finally, we show how VTK-m helps scientific discovery for applications such as fusion and particle acceleration that leverage an exascale supercomputer.

97 MATHEMATICS AND COMPUTING↗

The ECP ALPINE project: In situ and post hoc visualization infrastructure and analysis capabilities for exascale

A significant challenge on an exascale computer is the speed at which we compute results exceeds by many orders of magnitude the speed at which we save these results. Therefore the Exascale Computing Project (ECP) ALPINE project focuses on providing exascale-ready visualization solutions including in situ processing. In situ visualization and analysis runs as the simulation is run, on simulations results are they are generated avoiding the need to save entire simulations to storage for later analysis. The ALPINE project made post hoc visualization tools, ParaView and VisIt, exascale ready and developed in situ algorithms and infrastructures. The suite of ALPINE algorithms developed under ECP includes novel approaches to enable automated data analysis and visualization to focus on the most important aspects of the simulation. Many of the algorithms also provide data reduction benefits to meet the I/O challenges at exascale. ALPINE developed a new lightweight in situ infrastructure, Ascent.

97 MATHEMATICS AND COMPUTING↗

Variation in forest root image annotation by experts, novices, and AI

Abstract Background The manual study of root dynamics using images requires huge investments of time and resources and is prone to previously poorly quantified annotator bias. Artificial intelligence (AI) image-processing tools have been successful in overcoming limitations of manual annotation in homogeneous soils, but their efficiency and accuracy is yet to be widely tested on less homogenous, non-agricultural soil profiles, e.g., that of forests, from which data on root dynamics are key to understanding the carbon cycle. Here, we quantify variance in root length measured by human annotators with varying experience levels. We evaluate the application of a convolutional neural network (CNN) model, trained on a software accessible to researchers without a machine learning background, on a heterogeneous minirhizotron image dataset taken in a multispecies, mature, deciduous temperate forest. Results Less experienced annotators consistently identified more root length than experienced annotators. Root length annotation also varied between experienced annotators. The CNN root length results were neither precise nor accurate, taking ~ 10% of the time but significantly overestimating root length compared to expert manual annotation ( p = 0.01). The CNN net root length change results were closer to manual ( p = 0.08) but there remained substantial variation. Conclusions Manual root length annotation is contingent on the individual annotator. The only accessible CNN model cannot yet produce root data of sufficient accuracy and precision for ecological applications when applied to a complex, heterogeneous forest image dataset. A continuing evaluation and development of accessible CNNs for natural ecosystems is required.

Handy, Grace↗

SPRUCE Measurements of Fine Root Production and Chemistry from Root Ingrowth Cores, Marcell Experimental Forest, Minnesota, 2022-2023

This dataset contains fine root production and tissue chemistry measurements from root ingrowth cores. Ingrowth cores were deployed in peat from June 28, 2022 to June 24, 2023 (2022-06-28 to 2023-06-24) inside SPRUCE Experiment plots at the Marcell Experimental Forest in northern Minnesota. The warming and elevated carbon dioxide (CO2) treatments in this dataset include +0 degrees Celsius (C) (+0 and +500 parts per million (ppm) elevated CO2), +4.5 degrees C (+0 and +500 ppm elevated CO2) and +9 degrees C (+0 and +500 ppm elevated CO2) for both hummocks and hollows, as well as +2.25 degrees C (+0 and +500 ppm) and +6.75 degrees C (+0 and +500 ppm) for hollows from minimum 10 cm depth from the peat surface. Measurements include root average diameter, root length, root biomass, and root tissue nitrogen (%N and δ15N) and carbon (%C and δ13C) concentration per plant functional type and microtopographical feature. Root length and biomass are standardized to 10 cm depth. These data were used to assess the warming and elevated CO2 response of fine roots across different peatland microtopographical features (hummocks and hollows) and plant functional types (shrub, spruce and larch). This dataset contains one data file in comma separate (.csv) format. Additional metadata are provided: one data dictionary and a file-level metadata file in comma separate (.csv) format and a user guide in PDF (*.pdf) format.

ESS-DIVE CSV File Formatting Guidelines Reporting ↗

Rasterization with Data-Parallel Primitives

Parallel rasterization can suffer from race conditions during fragment generation, which is traditionally addressed by using specialized hardware accessible via vendor graphics APIs. Unfortunately, graphics APIs are increasingly problematic on high-performance computers, either because they are not provided or because of concerns about dependencies with in situ visualization. In response, we present a hardware-agnostic rasterization algorithm that handles race conditions using only data-parallel primitives (DPPs), enabling efficient rendering on HPC systems without graphics API dependencies and aligning with recent efforts to deliver visualization software with DPPs. Our evaluation consists of three phases: (1) evaluating portability across different CPU and GPU architectures, (2) evaluating competitiveness with a community standard, and (3) evaluating performance across varying workloads and available parallelism. The supporting experiments run on both AMD and NVIDIA GPUs, considering data sets as large as 460 million triangles and 160 million pixels. While performance generally falls short of graphics API baselines, it achieves interactive frame rates on most workloads. As a result, we conclude our approach is a viable solution for rasterization on high-performance computers since our approach is portably performant across different architectures without the need for specialized vendor support.

Buckley, Makani [University of Oregon] (ORCID:0009↗

Viskores: Integrating Parallel Scientific Visualization Research into Applications

Viskores is a scientific visualization library that is the primary deployment of such algorithms to the parallel accelerated processors of modern DOE supercomputers. In this paper, we review the capabilities provided by Viskores and how these capabilities are leveraged by other software in the high-performance computing ecosystem. We discuss the Viskores data representation and pay particular attention to array management. Through this array management we describe how data is adapted between Viskores and other software along with strategies for converting dynamic, polymorphic objects to static representations better suited to GPU processing. We conclude with several examples of Viskores integrating with high-performance software that is used in production today.

Moreland, Ken [ORNL] (ORCID:0000000270513288)↗

Quarterly Soil Core and Root Analyses from the Missouri Ozarks AmeriFlux (MOFLUX) Site, Ashland, Missouri, 2017-2023

This dataset contains quarterly soil core measurements from the Missouri Ozarks AmeriFlux (MOFLUX) site located at the University of Missouri’s Thomas H. Baskett Wildlife Research and Education Area near Ashland, Missouri. These data will be used to parameterize an ensemble of MOFLUX-optimized soil carbon-nitrogen models, used to simulate carbon (C) and nitrogen (N) cycling responses to future hydroclimatic scenarios and the trajectory of soil C stocks with concomitant forest decline. Beginning in 2017, eight soil cores were collected approximately quarterly near plot 1 of the southeast transect, near the automated soil respiration flux chambers, from 0–15 cm depth. Data are currently available through 2023 (2017-06-14 to 2023-11-13); additional observations will be appended to this dataset as they become available. Cores were analyzed for gravimetric moisture content, pH, total carbon and nitrogen, texture, microbial biomass carbon and nitrogen, and extractable dissolved organic carbon and nitrogen. This dataset contains one data file in comma separate (*.csv) format. Additional metadata are provided: one data dictionary and a file-level metadata file in comma separate (*.csv) format and a user guide in PDF (*.pdf) format.

54 ENVIRONMENTAL SCIENCES↗

SPRUCE Root Tip and Ectomycorrhizal Fungi Colonization Measurements from Ingrowth Cores, 2017

This data set contains root tip and ectomycorrhizal fungi colonization measurements taken from ingrowth cores from the SPRUCE experiment (Hanson et al. 2017) that were deployed during the 2017 growing season (2017-06 to 2017-10-01). This study explored the relationship between warming treatments and fine-root growth. Increased fine-root growth may increase root exudates and accelerate turnover, representing an underlying mechanism for peat decomposition through priming, as exudates provide a labile carbon source to the microbial community. Roots of two tree species were studied: an evergreen conifer Picea mariana (black spruce) and a deciduous conifer Larix laricina (tamarack). Measurements include root tips counts and densities by tree species and the abundance of ectomycorrhizal colonization on root tips. This dataset contains one data file in comma separate (.csv) format. Additional metadata are provided: one data dictionary and a file-level metadata file in comma separate (.csv) format and a user guide in PDF (*.pdf) format.

black spruce [Picea mariana]↗

SPRUCE Root Production Assessed with Manual Minirhizotrons Resolved to Plant Functional Type, 2015-2021

This dataset contains raw root length and diameter for individual roots and estimated root population production measurements from the Spruce and Peatland Responses Under Changing Environments (SPRUCE) experimental site within the Marcell Experimental Forest in northern Minnesota, USA. Measurements started at the beginning of whole ecosystem warming manipulations in 2015 through 2021 (2015-05-26 to 2021-09-01). Root morphology and estimated production were quantified throughout the peat profile with manual minirhizotrons deployed within SPRUCE plots. Images were processed using commercial software to quantify the length and diameter of individual roots. Roots were visually assigned to a plant functional type (PFT) of either (ericaceous) shrub, herb (sedges and Maianthemum trifolium), or tree (Larix laricina, Picea mariana) based on expert opinion. The biomass of individual roots was estimated using PFT-specific allometric equations (Iversen et al., 2018). Production per day was estimated as the length of new roots produced between imaging sessions, divided by the number of days between imaging sessions. These values were placed on a m2 aboveground area basis and scaled to a standard depth of 1m (roots are not evenly distributed with depth, do not interpret value as being on a m3 basis). Maximum and average (weighted by production length) depth of each PFT were also estimated within each minirhizotron tube. Annual production was interpolated as the average of four methods to scale these data (see Weber et al, 2026). Standing crop of roots was estimated for each tube as the maximum visible amount (both length and mass) of roots of that PFT for that year. These data expand the ability of researchers to accurately estimate the belowground dynamics of peatland vegetation, as well as the role that fine roots may play in impacting the fluxes of carbon within peatlands. This dataset contains three data files in comma-separate values (*.csv) format. This dataset contains one data file in comma-separate values (.csv) format. Additional metadata are provided: three data dictionaries and a file-level metadata file in comma-separate values (.csv) format and a user guide in PDF (*.pdf) format.

54 ENVIRONMENTAL SCIENCES↗

Fabrication and Evaluation of Large Alumina Crucibles by Vat Photopolymerization Additive Manufacturing for High-Temperature Actinide Chemistry

Additive manufacturing (AM) offers opportunities to advance the design and function of ceramic tooling in high temperature actinide pyrochemistry. In technical ceramics such as alumina, conventional forming techniques often restrict design flexibility and can limit experimental progress. In this study, we investigate the use of vat photopolymerization (VP) with commercial resins to fabricate large-scale alumina crucibles, reaching dimensions up to 125 mm, which is significantly larger than typically reported for dense VP ceramics. Notably, these additively manufactured components are produced using consumer-grade hardware, which limits process control, but offers significant upside in scalability and accessibility. Using microscopy and X-ray computed tomography, the VP alumina parts have high bulk densities above 95%, but also the prevalence of AM-induced artifacts and surface defects. Mechanical testing showed these defects to significantly reduce flexural strength and compromise part reliability. Electrorefining trials under sustained exposure to molten salts and metals reveal mixed results, with the AM material exhibiting high chemical compatibility, but mechanical failures due to the reduced strength were prevalent. Our findings illustrate both the promise and current limitations of AM ceramics for actinide chemistry, and point toward future improvements in process optimization, design strategies, and part screening to enhance performance and reliability.

Materials science↗

Structural Insights into Mechanisms Underlying Mitochondrial and Bacterial Cytochrome c Synthases

Mitochondrial holocytochrome c synthase (HCCS) is an essential protein in assembling cytochrome c (cyt c) of the electron transport system. HCCS binds heme and covalently attaches the two vinyls of heme to two cysteine thiols of the cyt c CXXCH motif. Human HCCS recognizes both cyt c and cytochrome c1 of complex III (cytochrome bc1). HCCS is mutated in some human diseases and it has been investigated recombinantly by mutational, biochemical, and reconstitution studies in the past decade. Here, we employ structural prediction programs (e.g., AlphaFold 3) on HCCS and its two substrates, heme and cytochrome c. The results, when combined with spectroscopic and functional analyses of HCCS and variants, provide insights into the structural basis for heme binding, apocyt c binding, covalent attachment, and release of the holocyt c product. Results from in vitro reconstitution of purified human HCCS using cyt c and cyt c1 peptides as acceptors are consistent with the structural modeling of substrate binding. Reconstitution of HCCS and cyt c1 provides an approach to studying cyt c1 assembly, which has been refractile to recombinant in vivo reconstitution (unlike HCCS and cyt c). We propose a structural basis for release of the holocyt c product from HCCS based on in vitro studies and on cryoEM structures of the bacterial cyt c synthase (CcsBA) active site. We analyze the kinetoplastid mitochondrial synthase (KCCS), and hypothesize a molecular evolutionary path from mitochondrial endosymbiosis to the current HCCS.

Biochemistry & Molecular Biology↗