Search NASASearch

SEARCH · Search NASA

Results for “Electronic Structure”

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.

909 records · Page 45

A Full-Induction Magnetohydrodynamics Solver for Liquid Metal Fusion Blankets in Vertex-CFD

Multiphysics modeling of liquid metal fusion blankets, which produce tritium and convert energy of neutrons created via fusion reactions into heat, is crucial for predicting performance, ensuring structural integrity, and optimizing energy production. While traditional blanket modeling of liquid metal flows during normal steady operating conditions commonly employs the inductionless approximation of the magnetohydrodynamics (MHD) equations, transient scenarios, when the plasma-confining magnetic field varies on millisecond time scales, require a full-induction MHD approach that dynamically evolves the magnetic field via the time-dependent induction equation. This paper presents the formulation, implementation, and initial verification of a full-induction MHD solver integrated within the open-source Vertex-CFD framework, which aims to achieve tight multiphysics coupling, a flexible software design enabling easy extension and addition of physics models, and performance portability across computing platforms. The solver utilizes finite element spatial discretization, implicit Runge–Kutta time integration, and an inexact Newton method to solve the resulting discrete nonlinear system, leveraging Trilinos packages for efficient computation. Verification against selected benchmark problems demonstrates accuracy and robustness of the solver. Furthermore, when the solver is applied to an idealized blanket model in 2.5D and full 3D, results obtained with Vertex-CFD are in good agreement with recently published quasi-2D simulations. These findings establish a computational foundation for future simulations of transient MHD phenomena in liquid metal blankets with Vertex-CFD, and open avenues for future extensions and performance optimizations.

Endeve, Eirik [ORNL] (ORCID:0000000312519507)

Enhanced matter power spectrum from axion kination after Big Bang nucleosynthesis

Despite stringent constraints from Big Bang Nucleosynthesis (BBN) and cosmic microwave background (CMB) observations, it is still possible for well-motivated particle physics models to substantially alter the cosmic expansion history between BBN and recombination. In this work we consider two different axion models that can realize a period of first matter domination, then kination, in this epoch. We perform fits to both primordial element abundances as well as CMB data and determine that up to a decade of late axion domination is allowed by these probes of the early universe. We establish the implications of late axion domination for the matter power spectrum on the scales 1/Mpc ≲ k ≲ 10 3 /Mpc. Our 'log' model predicts a relatively modest bump-like feature together with a small suppression relative to the standard ΛCDM predictions on either side of the enhancement. Our 'two-field' model predicts a larger, plateau-like feature that realizes enhancements to the matter power spectrum of up to two orders of magnitude. These features have interesting implications for structure formation at the forefront of current detection capabilities.

79 ASTRONOMY AND ASTROPHYSICS

SODAs: sparse optimization for the discovery of differential and algebraic equations

Differential-algebraic equations (DAEs) integrate ordinary differential equations (ODEs) with algebraic constraints, providing a fundamental framework for developing models of dynamical systems characterized by time-scale separation, conservation laws and physical constraints. While sparse optimization has revolutionized model development by allowing data-driven discovery of parsimonious models from a library of possible equations, existing approaches for dynamical systems assume DAEs can be reduced to ODEs by eliminating variables before model discovery. This assumption limits the applicability of such methods for DAE systems with unknown constraints and time scales. We introduce sparse optimization for differential-algebraic systems (SODAs), a data-driven method for the identification of DAEs in their explicit form. By discovering the algebraic and dynamic components sequentially without prior identification of the algebraic variables, this approach leads to a sequence of convex optimization problems. It has the advantage of discovering interpretable models that preserve the structure of the underlying physical system. To this end, SODAs improves since SODAs is singular numerical stability when handling high correlations between library terms, caused by near-perfect algebraic relationships, by iteratively refining the conditioning of the candidate library. We demonstrate the performance of our method on biological, mechanical and electrical systems, showcasing its robustness to noise in both simulated time series and real-time experimental data.

DAE

Introduction to Flight Test Engineering [Introduction Aux Techniques Des Essais En Vol]

Flight test is at the core of what organizations must do in order to validate the operation and systems on an aircraft. While the AGARDograph series 300 and 160 series deal with aspects of this testing, this volume pulls it all together as an introduction to the process required to do effective flight test engineering. This volume was originally published in 1995. Its utility has been proven in that many flight test organizations and universities have requested copies for their engineers and students. It was felt that re-issuing it in a new format designed for electronic publication would be valuable to the community. This second printing changes none of the text, but rather reformats it. All the original references to AGARD (instead of RTO) are left in place so that none of the flavor of the original publication is lost. This is the Introductory Volume to the Flight Test Techniques Series. It is a general introduction to the various activities and aspects of Flight Test Engineering that must be considered when planning, conducting, and reporting a flight test program. Its main intent is to provide a broad overview to the novice engineer or to other people who have a need to interface with specialists within the flight test community. The first two Sections provide some insight into the question of why flight test and give a short history of flight test engineering. Sections 3 through 10 deal with the preparation for flight testing. They provide guidance on the preliminary factors that must be considered; the composition of the test team; the logistic support requirements; the instrumentation and data processing requirements; the flight test plan; the associated preliminary ground tests; and last, but by no means least, discuss safety aspects. Sections 11 through 27 describe the various types of flight tests that are usually conducted during the development and certification of a new or modified aircraft type. Each Section offers a brief introduction to the topic under consideration, and the nature and the objectives of the tests to be conducted. It lists the test instrumentation (and, where appropriate, other test equipment and facilities) required, describes the test maneuvers to be executed, and indicates the way in which the test data is selected, analyzed, and presented. The various activities that should take place between test flights are presented next. Items that are covered are: who to debrief; what type of reports to send where: types of data analysis required for next flight; review of test data to make a comparison to predicted data and some courses of action if there is not good agreement; and comments on selecting the next test flight. The activities that must take place upon completion of the test program are presented. The types of reports and briefings that should take place and a discussion of some of the uses of the flight test data are covered. A brief forecast is presented of where present trends may be leading.

Test facilities

Benchmarking Bayesian Optimization Frameworks and Acquisition Strategies for Materials Discovery and Autonomous Laboratories

Bayesian optimization (BO) can accelerate materials discovery by guiding expensive experiments toward the most promising processing conditions. We systematically compare five BO surrogate and framework combinations (Gaussian processes in Ax, Gaussian processes and Monte-Carlo neural networks in BayBE, random forests in Lolopy, and tree-structured Parzen (TPE) estimators in Hyperopt) on three benchmarks that mimic common materials design tasks (a discrete solid-electrolyte composition space, a hybrid discrete/continuous laminate-composite design problem solved with micromechanics modeling, and the continuous Ishigami analytic function which is a standard optimization benchmark). Each BO surrogate is paired with posterior mean, probability of improvement, and expected improvement acquisition functions and run for 100 trials from randomized initial samples with uniform random search providing a control. Across five random seeds per setting, BayBE’s Gaussian-process surrogate with expected improvement consistently reached ≥95 % of the known optimum in the fewest evaluations, while Lolopy’s random forest matched or exceeded GP performance on purely categorical or mixed spaces at a higher computational cost. Posterior mean alone often stagnated at local optima, underscoring the need for exploration, whereas probability and expected improvement balanced exploration and exploitation leading to better optimization in fewer trials. Execution times ranged from milliseconds for TPE to minutes for neural-network and random-forest surrogates. These results establish baseline expectations for BO in automated materials laboratories and highlight expected improvement with Gaussian processes as a reliable first choice, with random forests offering a strong alternative when categorical variables dominate. The benchmark suite and code are released to facilitate future surrogate, acquisition, and constraint-handling research in data-driven materials optimization.

Bayesian optimization

Electromagnetic Melt Processing: A Pathway to New Additive Manufacturing Technologies for Functional High-Performance Thermoplastics

In this study, we apply the electromagnetic (EM) melt processing of thermoplastics on an innovative EM field-driven powder bed fusion additive manufacturing (AM) concept for high-performance functional parts: Selective Microwave Melting/Sintering (SMM/SMS). This technique leverages the EM susceptibility of carbon nanotube-coated polymer micro-pellets to achieve rapid, localized heating and powder fusion. Thus, selective microwave melting (SMM) was used to fabricate multilayer specimens made of recycled polyphenylene sulfide (rPPS) and carbon nanotubes (CNTs). The resulting SMM specimens exhibited very good interlayer integrity, localized fusion at pellet boundaries, and tolerable residual porosity, indicating effective fusion and acceptable consolidation. CNT-rich interphases were retained after irradiation, generating anisotropic electrically active network pathways and enabling conductivity enhancement at low filler content. At only 1.0 wt% CNT, the specimens exhibited electrical conductivity approximately three orders of magnitude higher than neat rPPS. Dynamic mechanical analysis showed improved viscoelastic response relative to neat rPPS, while tensile testing confirmed that the SMM-processed specimens retained practical mechanical integrity despite localized voids. These results demonstrate that SMM can effectively consolidate EM susceptible thermoplastic powder beds while preserving their segregated conductive networks. This may become a scalable route for producing multifunctional thermoplastic parts with low filler loadings, tunable anisotropy, and structured materials and parts. Overall, the findings suggest that EM field-based AM can help overcome key limitations of conventional thermoplastic processing by enabling scalable, energy-efficient fabrication of nanostructured composites and expanding AM to a broader range of resins, including high-performance thermoplastics with customized functional properties.

Powder bed fusion

Micromechanical Design of Carbon Nanotube Ribbon Reinforced Polymer Composite Materials

Lightweight materials are an important component of the design of aerospace structures. Carbon nanotube materials have been considered for this purpose due to the strength and stiffness of individual nanotubes, and the commercial availability of bulk formats such as fibers. These fibers can have a ribbon cross section which results in a different design space for their composites relative to traditional reinforcements which have a round cross section. This work applies brick-and-mortar micromechanical models and classical lamination theory with an inverse approach to investigate the design space of these composites. Using this approach, the influences of fiber geometry and axial and transverse mechanical properties are mapped. Finally, a sensitivity study is performed and the relative impacts of ±10% variations in the constituent material and geometric properties are ranked. Lamina axial moduli were found to range from a maximum of 3x to 1x minimum relative to a target quasi-isotropic laminate modulus depending on the anisotropy and shear modulus of the lamina. The fiber targets depended strongly on the fiber volume fraction in the lamina and the fiber axial modulus target was found to range from 4.8x to 3.2x the quasi-isotropic laminate target. The sensitivity analysis found that the largest driver of performance was the volume fraction, followed by the fiber axial modulus. While bio-based brick-and-mortar composites, such as nacre, can benefit from reinforcement aspect ratios above 10, for carbon nanotube ribbon (or carbon fiber)/polymer composites the sensitivity study indicated that the optimal cross-sectional aspect ratio was relatively smaller, potentially less than three.

Micromechanics

Healable Coatings as a Mechanism to Repair Leading Edge Erosion in Wind Energy

Wind turbine blades are highly engineered structures designed to face temperature extremes and high winds. However, erosion of the blade's leading edge and subsequent repair remains a significant and costly challenge for the wind energy industry. Repair of these leading edges can lead to large amounts of downtime for the turbine and significant operational inefficiencies. In this work, the strength of adhesion and healing ability of a commercially available vitrimer (Mallinda's VITRIMAX) was compared to that of a thermoplastic resin, which has previously been demonstrated in wind energy applications (Arkema's Elium) to evaluate their efficacy as surface coatings for wind turbine blades, particularly their leading edges. Vitrimers are a class of inherently reprocessable thermosets, and it was theorized that vitrimer-based leading edge coatings could enable more robust and efficient wind turbine blades with decreased operational downtime and safer maintenance practices. It was found that the VITRIMAX adhered better to the wind blades' surfaces than both the manufacturer's paint and Elium, with increases in pull-off strength of adhesion ranging from 24% to 83% above that of the original paint. Furthermore, the VITRIMAX adhered strongly to the underlying composite of each blade with strength of adhesion values increasing in ranges from 42% to 97% above that of the original paint. Finally, the vitrimer coating showed an 88% decrease in surface roughness compared to end-of-life blade materials, and initial healing demonstrations in which coatings were manually scratched and subsequently healed exhibited an ~84.5% decrease in scratch depths.

Hubbard, Amber [ORNL]

Glancing Angle Deposition in Gas Sensing: Bridging Morphological Innovations and Sensor Performances

Glancing Angle Deposition (GLAD) has emerged as a versatile and powerful nanofabrication technique for developing next-generation gas sensors by enabling precise control over nanostructure geometry, porosity, and material composition. Through dynamic substrate tilting and rotation, GLAD facilitates the fabrication of highly porous, anisotropic nanostructures, such as aligned, tilted, zigzag, helical, and multilayered nanorods, with tunable surface area and diffusion pathways optimized for gas detection. This review provides a comprehensive synthesis of recent advances in GLAD-based gas sensor design, focusing on how structural engineering and material integration converge to enhance sensor performance. Key materials strategies include the construction of heterojunctions and core–shell architectures, controlled doping, and nanoparticle decoration using noble metals or metal oxides to amplify charge transfer, catalytic activity, and redox responsiveness. GLAD-fabricated nanostructures have been effectively deployed across multiple gas sensing modalities, including resistive, capacitive, piezoelectric, and optical platforms, where their high aspect ratios, tailored porosity, and defect-rich surfaces facilitate enhanced gas adsorption kinetics and efficient signal transduction. These devices exhibit high sensitivity and selectivity toward a range of analytes, including NO2, CO, H2S, and volatile organic compounds (VOCs), with detection limits often reaching the parts-per-billion level. Emerging innovations, such as photo-assisted sensing and integration with artificial intelligence for data analysis and pattern recognition, further extend the capabilities of GLAD-based systems for multifunctional, real-time, and adaptive sensing. Finally, current challenges and future research directions are discussed, emphasizing the promise of GLAD as a scalable platform for next-generation gas sensing technologies.

Chemistry

Λ polarization from vortex rings as the medium response for jet thermalization

We performed a systematic study on the formation of vorticity rings as the process for jet thermalization in the medium created in high-energy nuclear collisions. In this work, we expanded our previous analysis to a more realistic framework by considering noncentral events and fluctuations in the initial condition. We simulate the formation and evolution of the flow vortex structure in a relativistic viscous hydrodynamic model and study the sensitivity of the proposed “ring observable” (ℛ$^{𝑡}_{Λ}$) that can be measured experimentally through the polarization of Λ hyperons. We show that this observable is robust with respect to fluctuating initial conditions to capture the jet-induced vortex flow signal and further study its dependence on different model parameters, such as the jet's velocity, position, the fluid's shear viscosity, and the collision centrality. The proposed observable is associated with the formation of vorticity in a quark-gluon plasma, showing that the measurement of particle polarization can be a powerful tool to probe different properties of jet-medium interactions and to understand better the polarization induced by the transverse and longitudinal expansions of the medium.

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Open quantum system approach to inclusive jet production in heavy-ion collisions

We derive a factorization formula for inclusive jet production in heavy-ion collisions using the tools of Effective Field Theory (EFT). We show how physics at widely separated scales in this process can be systematically separated by matching to EFTs at successively lower virtualities. Owing to a strong scale separation, we recover a vacuum-like DGLAP evolution above the jet scale, while the additional low-energy scales induced by the medium effectively probe the internal structure of the jet. As a result, the cross section can be written as a series with an increasing number of subjets characterized by perturbative matching coefficients each of which is convolved with a distinct function. These functions encode broadening, medium-induced radiations as well as quantum interference such as the Landau-Pomeranchuk-Migdal effect and color coherence dynamics to all orders in perturbation theory. As a first application of this EFT framework, we investigate the case of an unresolved jet and show how the cross section can be factorized and fully separate the jet dynamics from the universal physics of the medium. To compare to the existing literature, we explicitly compute the medium jet function at next-to-leading order in the coupling and leading order in medium opacity.

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Improving Adhesive Bondline Time of Flight Predictions During Autoclave Cure Utilizing Machine Learning

Composite materials are increasingly being used in aerospace applications due to their superior strength-to-weight ratio compared to commonly used metals. A current limitation to widespread adoption is the certification of adhesively bonded joints. One approach to improving adhesive bonding in composites is accurately measuring the thickness of adhesive bondlines in composite laminates. Precise bondline thickness control is essential for aerospace applications where adhesive layer thickness directly affects joint fracture properties and structural performance. This study focused on implementing machine learning techniques to determine the ultrasonic time of flight (directly correlated to thickness) in adhesive bondlines throughout autoclave cure cycles. A high-temperature (use up to 180°C) ultrasonic scanning system was deployed in an autoclave to provide time of flight data through composite panels. Three experiments were conducted on the curing of 305 mm × 305 mm unidirectional composite panels. In the first experiment, a piecewise function was fit for the temperature correction factor to account for changing autoclave temperatures. Due to deficiencies in the first calibration experiment, a second experiment was run, and the results were used to train a machine learning model. The revised experiment, in combination with the machine learning model, significantly increased the accuracy of the bondline time of flight predictions (~14% error reduced to <1%). Data was processed using the Regression Learner Application in MATLAB®, with a Support Vector Machine selected for the model. The result was a machine learning algorithm capable of reliably quantifying ultrasonic time of flight through adhesive bondlines. The third experiment provided independent test data for the machine learning model, demonstrating that the model produces accurate predictions from data beyond its training set.

Machine Learning

Uranus Orbiter and Probe: Mission Challenges and Concept Updates Since the Origins, Worlds, and Life Decadal Survey

Origins, Worlds, and Life: Planetary Science and Astrobiology in the Next Decade identified a Uranus Orbiter and Probe as the highest-priority strategic mission for the decade 2023–2032, as it enables broad cross-disciplinary science in the largely unexplored Uranian system. The mission architecture evaluated by the Decadal Survey was a singular proof of concept demonstrating that a moderately instrumented mission could deliver Decadal-priority science with a reduced cost and risk posture by leveraging existing technologies to the maximum extent possible. With revised assumptions since the Decadal, we have explored a large trade space including launch vehicles, propulsion options, cruise trajectories, available power sources, viable concept of operations, and science data return for later launch dates without a Jupiter gravity assist. The most repeatable trajectory solutions employ either a commercially derived solar electric propulsion (SEP) transfer stage or the availability of a more capable launch vehicle under development, such as the SpaceX Starship. Orbit insertion has been moved farther from Uranus to acknowledge the remaining uncertainty in Uranian ring structure. A streamlined, SEP-adaptable, orbiter design was developed using two Next Gen Radioisotope Thermoelectric Generators, and the probe design was matured, reducing the entry gravitational acceleration, and assuming the largest Decadal-recommended payload to provide margin for future instrument selections. With this updated design, we also constructed a detailed concept of operations for three representative science cases, returning 13–15 Gbit of science data and spacecraft telemetry per ∼34 day orbit.

Amy A Simon

Beyond Melting: Amorphous Bonding for Joining and Consolidation

Crystallization may be the hidden constraint in thermoplastic composite manufacturing. It requires tightly controlled cooling, induces residual stresses through shrinkage, and introduces path-dependent behavior that complicates predictive modeling yet remains essential for structural performance. This work asks: can bonding be achieved without relying on melt-driven crystallization? To address this, thin (5–20 μm) polyetherimide (PEI) interlayers are pre-healed to slow-cooled polyaryletherketone (PAEK) in two contexts. The first, Thermabond®, is sub-melt joining of low melt-PAEK laminates. Results show that bond quality is governed primarily by processing (i.e., adequate healing and film handling) rather than modest changes in interlayer thickness. This concept is then extended to laminate-scale manufacturing through an architecture known as OATMEAL (Out-of-autoclave Amorphous/semicrystalline Thermoplastic Material for Energy-efficient Aerospace-grade Laminates). PEI is healed to carbon fiber reinforced polyetheretherketone (PEEK) at the prepreg and excess PEI is then ablated from the surface. Crystallinity is developed off-line during prepreg fabrication, while subsequent consolidation occurs below the melt temperature to preserve it. Cross-ply warpage experiments show that, contrary to intuition, repeated amorphous interfaces reduce global curvature by lowering the effective stress lock-in temperature and eliminating crystallization shrinkage from the lamina response. Correspondingly, laminate behavior is accurately predicted using classical laminate theory (CLT) with a single effective stress-free temperature, whereas conventional CF/PEEK requires accounting for crystallization-driven effects. By decoupling interfacial healing from crystallization, OATMEAL enables sub-melt consolidation, reduces energy consumption by up to 75%, and increases manufacturing throughput by fivefold. These results demonstrate that amorphous bonding is not only a joining strategy, but a pathway to more predictable and scalable thermoplastic composite manufacturing.

solidification

Chapter 9 - Pre-Flight Tests

Pre-flight testing is critical to the success of any flight test program. Pre-flight tests are performed to measure and evaluate the characteristics of an aircraft in a non-flying environment and to verify that these characteristics are as desired. Since aircraft systems are becoming more and more complex, conducting proper pre-flight testing to help identify system characteristics and deficiencies prior to flight is more important now than ever before. Much flight test time has been lost fixing problems that should have been found and corrected prior to flight. Accidents have occurred because pre-flight tests and verification procedures were not conducted thoroughly enough to identify the aircraft's characteristics properly or to find system discrepancies. Proper pre-flight testing helps ensure that the aircraft is ready to fly and contributes toward an efficient, productive, and safe flight test program. The reader should be aware that this Section is dedicated to the testing that should take place prior to the first flight. There are other "pre-flight" tests that take place prior to each individual flight. These latter tests are not discussed in this Section. The following paragraphs of this Section describe significant tests that are usually accomplished prior to flying a new or highly modified aircraft. Test objectives, descriptions, products, and requirements are provided in the following subsections: 9.1 Wind tunnel tests 9.2 Simulation tests 9.3 Propulsion tests 9.4 Weight and balance tests 9.5 Ground vibration tests 9.6 Structural loads tests 9.7 Gain margin tests 9.8 Verification and calibration tests 9.9 Taxi tests The specific examples given and the test facilities mentioned in this Section will illustrate the approach taken and the techniques used by the US Air Force; however, they are typical of those used by other test organizations.

Paul W Kirsten

Microstructure prediction for Ti-22Al-25Nb in laser powder bed fusion

This work presents a physics-informed framework for predicting solidification morphology and defect susceptibility in additively manufactured Ti–22Al–25Nb across a broad processing space. The framework integrates solidification microstructure selection (SMS) analysis with a single-track defect-based printability map to establish a unified methodology linking processing parameters to both interfacial morphology and manufacturability. Thermal gradients G and solidification rates R are first computed using the Thermo-Calc Additive Manufacturing (TC-AM) module, a finite-interface-dissipation (FID) phase-field (PF) model coupled with CALPHAD method is then employed to systematically distinguish planar and dendritic regimes as functions of $G$ and $R$. By superimposing the printability map onto the morphology projections, a comprehensive process–structure framework is obtained. Across most processing conditions, the predicted microstructure is predominantly dendritic, while planar growth emerges only under selected laser power $P$ and scan speed $v$ combinations. In addition to morphology classification, the framework quantifies the dendritic area fraction and introduces a width-based morphology descriptor to characterize the spatial extent of planar/dendritic regions within the melt pool. It provides mechanistic insight into the interplay between solidification physics and defect formation, offering practical guidance for parameter selection and microstructural control in Ti–22Al–25Nb additive manufacturing (AM).

36 MATERIALS SCIENCE

Fracture‐Resistant and Thermally Insulating Ultrahigh‐Temperature Carbide Foams

Dense ultrahigh‐temperature ceramics (UHTCs) carbides are recognized as potential materials for thermal protection systems (TPS) owing to properties beyond existing structural materials’ capabilities. Recent advances in UHTCs have enabled the development of multiscale porous microstructures. Herein, it is highlighted that the porosity in UHTCs are no longer treated as a defect but as a functional property specifically tailored for thermal insulation. It is a promising solution to design and fabricate bulk UHTC foams via a freeze‐drying (FD) approach followed by calibrated pressureless spark plasma sintering. Herein, monolithic TaC and HfC UHTC foams and their composite show the partial solid–solution formation of (Ta, Hf)C with porosity ≥50%. TaC–HfC foam (≈80–92 N) shows an intermediate load‐bearing capability compared to monolithic TaC (≈120–135 N) and HfC (≈28–35 N) foams, with no evident cracking on the sample surface. The thermal conductivity of partial solid‐solution TaC–HfC foam increases up to fivefold compared to parent UHTC foams. In the results, solid solutions’ efficacy and pores’ unidirectionality in providing thermal insulation to TaC–HfC while maintaining its high‐load bearing capability are illustrated. In conclusion, the developed technique establishes a new paradigm shift in UHTCs, expanding their potential for TPS in extreme environments.

36 MATERIALS SCIENCE

Distributed quantum approximate optimization algorithm on a quantum-centric supercomputing architecture

Quantum approximate optimization algorithm (QAOA) has shown promise in solving combinatorial optimization problems by providing quantum speedup on near-term gate-based quantum computing systems. However, QAOA faces challenges for high-dimensional problems due to the large number of qubits required and the complexity of deep circuits, limiting its scalability for real-world applications. In this study, we present a distributed QAOA (DQAOA), which leverages distributed computing strategies to decompose a large computational workload into smaller tasks that require fewer qubits and shallower circuits than are necessary to solve the original problem. These sub-problems are processed using a combination of high-performance and quantum computing resources. The global solution is iteratively updated by aggregating sub-solutions, allowing convergence toward the optimal solution. We demonstrate that DQAOA can handle considerably large-scale optimization problems (e.g., 1000-bit problem), achieving a high solution quality and short time-to-solution, outperforming existing strategies. Furthermore, we realize DQAOA on a quantum-centric supercomputing architecture, paving the way for practical applications of gate-based quantum computers in real-world optimization tasks. To extend DQAOA’s applicability to materials science, we further develop an active learning algorithm integrated with our DQAOA (AL-DQAOA), which involves machine learning, DQAOA, and active data production in an iterative loop. We successfully optimize photonic structures using AL-DQAOA, indicating that solving real-world optimization problems using gate-based quantum computing is feasible. We expect the proposed DQAOA to be applicable to a wide range of optimization problems and AL-DQAOA to find broader applications in material design.

Kim, Seongmin [ORNL] (ORCID:0000000159063004)