Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Annealing”

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 109 records · Page 6

Annealing Effects on Creep and Rupture of Polycrystalline Alumina-Based Fibers

Continuous-length polycrystalline aluminum-oxide-based fibers are being considered as reinforcements for advanced high-temperature composite materials. For these fine-grained fibers, basic issues arise concerning grain growth and microstructural instability during composite fabrication and the resulting effects on the fiber's thermo-mechanical properties. To examine these issues, commercially available Nextel 610 (alumina) and Altex (alumina-silica) fibers were annealed at 1100 and 1300 C for up to 100 hr in air. Changes in fiber microstructure, fiber tensile creep, stress rupture, and bend stress relaxation (BSR) that occurred with annealing were then determined. BSR tests were also used to compare as-received and annealed fibers to other polycrystalline oxide fibers. Annealing was shown to have a significant effect, particularly on the Altex fiber, and caused it to have increased creep resistance.

Goldsby, J. C.↗

Surface and Interface Properties of PdCr/SiC Schottky Diode Gas Sensor Annealed at 425 C

The surface and interface properties of Pd(0.9,)Cr(0.1)/SiC Schottky diode gas sensors both before and after annealing are investigated using Auger electron spectroscopy (AES), scanning electron microscopy (SEM), and energy dispersive spectroscopy (EDS). At room temperature the alloy reacted with SiC and formed Pd,Si only in a very narrow interfacial region. After annealing for 250 h ,It 425 C, the surface of the Schottky contact area his much less silicon and carbon contamination than that found on the surface of an annealed Pd/SiC structure. Palladium silicides (Pd(x)Si) formed at a broadened interface after annealing, but a significant layer of alloy film is still free of silicon and carbon. The chromium concentration with respect to palladium is quite uniform down to the deep interface region. A stable catalytic surface and a clean layer of Pd(0.9)Cr(0.1) film are likely responsible for significantly improved device sensitivity.

Chen, Liang-Yu↗

Annealing Effects on the Surface Plasmon of MgO Implanted with Gold

Gold ion implantation was carried out with the energy of 1.1 MeV into (100) oriented MgO single crystal. Implanted doses are 1, 3, 6, 10 x 10(exp 16) ions/sq cm. The gold irradiation results in the formation of gold ion implanted layer with a thickness of 0.2 microns and defect formation. In order to form gold colloids from the as-implanted samples, we annealed the gold implanted MgO samples in three kinds of atmospheres: (1)Ar only, (2)H2 and Ar, and (3)O2 and Ar. The annealing over 1200 C enhanced the gold colloid formation which shows surface plasmon resonance band of gold. The surface plasmon bands of samples annealed in three kinds of atmospheres were found to be at 535 nm (Ar only), 524 nm(H2+Ar), and 560 nm (02+Ar), The band positions of surface plasmon can be reversibly changed by an additional annealing.

Ueda, A.↗

Improving Simulated Annealing by Recasting it as a Non-Cooperative Game

The game-theoretic field of COllective INtelligence (COIN) concerns the design of computer-based players engaged in a non-cooperative game so that as those players pursue their self-interests, a pre-specified global goal for the collective computational system is achieved "as a side-effect". Previous implementations of COIN algorithms have outperformed conventional techniques by up to several orders of magnitude, on domains ranging from telecommunications control to optimization in congestion problems. Recent mathematical developments have revealed that these previously developed game-theory-motivated algorithms were based on only two of the three factors determining performance. Consideration of only the third factor would instead lead to conventional optimization techniques like simulated annealing that have little to do with non-cooperative games. In this paper we present an algorithm based on all three terms at once. This algorithm can be viewed as a way to modify simulated annealing by recasting it as a non-cooperative game, with each variable replaced by a player. This recasting allows us to leverage the intelligent behavior of the individual players to substantially improve the exploration step of the simulated annealing. Experiments are presented demonstrating that this recasting improves simulated annealing by several orders of magnitude for spin glass relaxation and bin-packing.

Wolpert, David↗

Improving Simulated Annealing by Replacing Its Variables with Game-Theoretic Utility Maximizers

The game-theory field of Collective INtelligence (COIN) concerns the design of computer-based players engaged in a non-cooperative game so that as those players pursue their self-interests, a pre-specified global goal for the collective computational system is achieved as a side-effect. Previous implementations of COIN algorithms have outperformed conventional techniques by up to several orders of magnitude, on domains ranging from telecommunications control to optimization in congestion problems. Recent mathematical developments have revealed that these previously developed algorithms were based on only two of the three factors determining performance. Consideration of only the third factor would instead lead to conventional optimization techniques like simulated annealing that have little to do with non-cooperative games. In this paper we present an algorithm based on all three terms at once. This algorithm can be viewed as a way to modify simulated annealing by recasting it as a non-cooperative game, with each variable replaced by a player. This recasting allows us to leverage the intelligent behavior of the individual players to substantially improve the exploration step of the simulated annealing. Experiments are presented demonstrating that this recasting significantly improves simulated annealing for a model of an economic process run over an underlying small-worlds topology. Furthermore, these experiments reveal novel small-worlds phenomena, and highlight the shortcomings of conventional mechanism design in bounded rationality domains.

Wolpert, David H.↗

Application of Simulated Annealing and Related Algorithms to TWTA Design

Simulated Annealing (SA) is a stochastic optimization algorithm used to search for global minima in complex design surfaces where exhaustive searches are not computationally feasible. The algorithm is derived by simulating the annealing process, whereby a solid is heated to a liquid state and then cooled slowly to reach thermodynamic equilibrium at each temperature. The idea is that atoms in the solid continually bond and re-bond at various quantum energy levels, and with sufficient cooling time they will rearrange at the minimum energy state to form a perfect crystal. The distribution of energy levels is given by the Boltzmann distribution: as temperature drops, the probability of the presence of high-energy bonds decreases. In searching for an optimal design, local minima and discontinuities are often present in a design surface. SA presents a distinct advantage over other optimization algorithms in its ability to escape from these local minima. Just as high-energy atomic configurations are visited in the actual annealing process in order to eventually reach the minimum energy state, in SA highly non-optimal configurations are visited in order to find otherwise inaccessible global minima. The SA algorithm produces a Markov chain of points in the design space at each temperature, with a monotonically decreasing temperature. A random point is started upon, and the objective function is evaluated at that point. A stochastic perturbation is then made to the parameters of the point to arrive at a proposed new point in the design space, at which the objection function is evaluated as well. If the change in objective function values (Delta)E is negative, the proposed new point is accepted. If (Delta)E is positive, the proposed new point is accepted according to the Metropolis criterion: rho((Delta)f) = exp((-Delta)E/T), where T is the temperature for the current Markov chain. The process then repeats for the remainder of the Markov chain, after which the temperature is decremented and the process repeats. Eventually (and hopefully), a near-globally optimal solution is attained as T approaches zero. Several exciting variants of SA have recently emerged, including Discrete-State Simulated Annealing (DSSA) and Simulated Tempering (ST). The DSSA algorithm takes the thermodynamic analogy one step further by categorizing objective function evaluations into discrete states. In doing so, many of the case-specific problems associated with fine-tuning the SA algorithm can be avoided; for example, theoretical approximations for the initial and final temperature can be derived independently of the case. In this manner, DSSA provides a scheme that is more robust with respect to widely differing design surfaces. ST differs from SA in that the temperature T becomes an additional random variable in the optimization. The system is also kept in equilibrium as the temperature changes, as opposed to the system being driven out of equilibrium as temperature changes in SA. ST is designed to overcome obstacles in design surfaces where numerous local minima are separated by high barriers. These algorithms are incorporated into the optimal design of the traveling-wave tube amplifier (TWTA). The area under scrutiny is the collector, in which it would be ideal to use negative potential to decelerate the spent electron beam to zero kinetic energy just as it reaches the collector surface. In reality this is not plausible due to a number of physical limitations, including repulsion and differing levels of kinetic energy among individual electrons. Instead, the collector is designed with multiple stages depressed below ground potential. The design of this multiple-stage collector is the optimization problem of interest. One remaining problem in SA and DSSA is the difficulty in determining when equilibrium has been reached so that the current Markov chain can be terminated. It has been suggested in recent literature that simulating the thermodynamic properties opecific heat, entropy, and internal energy from the Boltzmann distribution can provide good indicators of having reached equilibrium at a certain temperature. These properties are tested for their efficacy and implemented in SA and DSSA code with respect to TWTA collector optimization.

Radke, Eric M.↗

Enhanced fatigue and retention in ferroelectric thin film memory capacitors by post-top electrode anneal treatment

Thin film ferroelectric capacitors (10) comprising a ferroelectric film (18) sandwiched between electrodes (16 and 20) for nonvolatile memory operations are rendered more stable by subjecting the capacitors to an anneal following deposition of the top electrode (20). The anneal is done so as to form the interface (22) between the ferroelectric film and the top electrode. Heating in an air oven, laser annealing, or electron bombardment may be used to form the interface. Heating in an air oven is done at a temperature at least equal to the crystallization temperature of the ferroelectric film. Where the ferroelectric film comprises lead zirconate titanate, annealing is done at about 550.degree. to 600.degree. C. for about 10 to 15 minutes. The formation treatment reduces the magnitude of charge associated with the non-switching pulse in the thin film ferroelectric capacitors. Reduction of this charge leads to significantly more stable nonvolatile memory operations in both digital and analog memory devices. The formation treatment also reduces the ratio of change of the charge associated with the non-switching pulse as a function of retention time. These improved memory devices exhibit greater performance in retention and reduced fatigue in memory arrays.

Thakoor, Sarita↗

Considerations for Thermal Annealing of Zr-Alloy Cladding During Dry Storage

In January 2025, the U.S. Department of Energy (DOE) sponsored a technical workshop with fuel vendors that provided a forum for increased collaboration on backend fuel cycle research. The workshop reviewed observations of thermal annealing of irradiated zirconium alloys in simulated dry storage conditions and discussed implications to the industry’s interest in reducing wet storage to optimize operational flexibility and the expected trend of increasing discharge burnup (and decay heats), which could lead to an increase in dry storage temperatures. One approach to accommodate increased decay heats in dry storage is to increase the regulatory temperature limit during dry storage, which is now 400°C. However, this could lead to thermal annealing of the cladding, which will tend to increase creep rates, creep strains, and ductility while decreasing yield strength. These considerations are compounded by bonding between the pellet and cladding at high burnup, which results in the pellet carrying more load during fuel rod deformations, especially in bending, which is the dominant deformation phenomenon in canister drop analyses. Because the U.S. Nuclear Regulatory Commission (NRC) recommends yield strength as a primary failure criterion for accident analyses in storage and transportation, particularly for canister drop scenarios, the purpose of the workshop was to develop options for alternative failure criterion that could replace yield strength in canister drop analyses. Topics discussed were (1) the regulatory framework, (2) the effect of thermal annealing on microhardness and tensile properties of cladding materials, (3) the effect of thermal annealing on fuel rod failure during bending, bending fatigue, and pinch loading, and (4) an alternative failure criterion for canister drop analyses. This paper provides a summary of the key discussions and outcomes of the workshop

Cantonwine, Paul [ORNL] (ORCID:0009000522247033)↗

Comparing quantum annealing and spiking neuromorphic computing for sampling binary sparse coding QUBO problems

We consider the problem of computing a sparse binary representation of an image. Given an image and an overcomplete, non-orthonormal basis, we aim to find a sparse binary vector indicating the minimal set of basis vectors that when added together best reconstruct the given input. We formulate this problem with an L 2 loss on the reconstruction error, and an L 0 loss on the binary vector enforcing sparsity. First, we solve the sparse representation QUBOs by solving them both on a D-Wave quantum annealer with Pegasus chip connectivity, as well as on the Intel Loihi 2 spiking neuromorphic processor using a stochastic Non-equilibrium Boltzmann Machine (NEBM). Second, using Quantum Evolution Monte Carlo with Reverse Annealing and iterated warm starting on Loihi 2 to evolve the solution quality from the respective machines. We demonstrate that both quantum annealing and neuromorphic computing are suitable for solving binary sparse coding QUBOs.

71 CLASSICAL AND QUANTUM MECHANICS, GENERAL PHYSIC↗

Toward computing bounds for Ramsey numbers using quantum annealing

Quantum annealing is a powerful tool for solving and approximating combinatorial optimization problems, such as graph partitioning, community detection, centrality, routing problems, and more. In this paper we explore the use of quantum annealing as a tool for use in exploring combinatorial mathematics research problems. We consider the monochromatic triangle problem and the Ramsey number problem, both examples of graph coloring. Conversion to quadratic unconstrained binary optimization (QUBO) form is required to run on quantum hardware. While the monochromatic triangle problem is quadratic by nature, the Ramsey number problem requires the use of order reduction methods for a quadratic formulation. The goal is to provide a method for producing special colorings of graphs which if successful would provide lower bounds for certain Ramsey numbers. We discuss implementations, limitations, and results when running on the D-Wave Advantage quantum annealer.

97 MATHEMATICS AND COMPUTING↗

In-situ synchrotron X-ray study on microstructure and stress evolutions of electroplated copper upon self-annealing

Background: The self-annealing behavior of electroplated copper (Cu) at room temperature is gaining attention in the microelectronics industry due to its significant impact on reliability issues such as substrate warpage and electrical resistivity. Methods: In this study, in-situ analysis of the microstructure transition and stress relaxation of the electroplated copper upon self-annealing was conducted via synchrotron white X-ray nanodiffraction (beamline 21A, Taiwan Photon Source) and grazing-incidence X-ray diffraction (beamline 17B1, Taiwan Light Source). Significant Findings: Remarkable relaxations of deviatoric stress and absolute strain component along the [002] direction were closely related to the Cu grain growth and crystallographic reorientation at the early stage of selfannealing, and a complete stress/strain relaxation can be achieved with the cessation of microstructure transition. In conclusion, the in-situ synchrotron X-ray studies provided an insight into Cu self-annealing mechanism, offering valuable information for improving Cu interconnect reliability.

Cu Self-annealing↗

Increasing the hardness of posiform planting using random QUBOs for programmable quantum annealer benchmarking

Posiform planting is a method for constructing QUBO instances with a unique planted solution that can be tailored to arbitrary connectivity graphs. In this study we investigate making posiform planted QUBOs computationally harder by fusing many smaller random Ising models, whose global minimum is computed classically, with posiform planted QUBOs. The unique ground state of the resulting QUBO is the concatenation of (exactly one of) the ground states of each smaller problem. Our method generates QUBO instances that have a unique solution, are native to the hardware graph, and have tunable computational hardness. We use our QUBOs to benchmark three D-Wave quantum annealing processors (with 563–5627 qubits), and compare them against simulated annealing and Gurobi. Surprisingly, we find that the D-Wave ground state sampling success rate is not dependent on the glued random QUBO size, and that some QUBO classes are solved at high success rates at short annealing times on the Zephyr processors.

71 CLASSICAL AND QUANTUM MECHANICS, GENERAL PHYSIC↗

A cryogenic white light absorption spectroscopy setup with in situ gamma irradiation and thermo-optical annealing for optical fiber radiation-induced attenuation characterization

Silica optical fiber sensors offer a fast, distributed measurement solution in various cryogenic and radiation environments, such as magnets for fusion power. Under these conditions, light-absorbing point defects limit lifetime via radiation-induced attenuation (RIA). To support RIA kinetics prediction, we present an in situ, broadband absorption spectroscopy setup combining gamma irradiation with liquid nitrogen cooling. The apparatus enables continuous monitoring of narrowband RIA levels and the use of secondary optical annealing light sources, alongside broadband spectrum measurements to characterize RIA defects through spectrum decomposition. Initial results confirm the inevitable photobleaching effect of the probe light source, which must be accounted for. In addition, we report RIA kinetics during cycles of gamma irradiation at 77 K and isochronal thermal annealing steps from liquid nitrogen to room temperature, showcasing the setup’s ability to replicate real fiber operation scenarios. These instruments form an ideal platform to further study the kinetics of RIA coupled with thermal and optical annealing.

Absorption spectroscopy↗

Exponentially-Biased Ground-State Sampling of Quantum Annealing Machines with Transverse-Field Driving Hamiltonians

We study the performance of the D-Wave 2X quantum annealing machine on systems with well-controlled ground-state degeneracy. While obtaining the ground state of a spin-glass benchmark instance represents a difficult task, the gold standard for any optimization algorithm or machine is to sample all solutions that minimize the Hamiltonian with more or less equal probability. Our results show that while naive transverse-field quantum annealing on the D-Wave 2X device can find the ground-state energy of the problems, it is not well suited in identifying all degenerate ground-state configurations associated to a particular instance. Even worse, some states are exponentially suppressed, in agreement with previous studies on toy model problems [New J. Phys. 11, 073021 (2009)]. These results suggest that more complex driving Hamiltonians are needed in future quantum annealing machines to ensure a fair sampling of the ground-state manifold.

Quantum Annealing↗

Preliminary Stress-Annealing Process and its Effect on Magnetic Properties of Fe-based Soft Magnetic Alloys

Stress-annealing (SA) is a novel secondary processing technique capable of significantly increasing magnetic anisotropy and controlling magnetic permeability in planar-cast amorphous precursor ribbons. In this technical memorandum, measures taken to improve the mechanical handling of brittle Fe-based ribbons are described for a custom SA system. This system was then used to process a series of Fe-based alloys (Fe-2Nb-2Mo-1Cu-15.5Si-7B at.%, Fe-5Co-3Ta-1Cu-16Si-6.5B at.%, and Fe-5Co-3Ta-1Cu-16.5Si-6B at.%) and the resulting magnetic properties were determined. The Fe-5Co-3Ta-1Cu-16.5Si-6B at.% alloy was found to be the most promising composition of the three in terms of surviving an optimized spool-to-spool continuous SA process under 90 MPa of tensile stress at 650 °C using a feed rate of 75.5 in/min, which equated to approximately 10 second anneal time. These optimally annealed ribbons exhibited flat hysteresis loops with a saturation magnetization of nearly 1.2 T, low magnetic coercivity (≈ 2 A m-1), and relative permeability of approximately 500.

soft magnetic alloy↗

Quantum Image Denoising: A Framework via Boltzmann Machines, QUBO, and Quantum Annealing

We investigate a framework for binary image denoising via restricted Boltzmann machines (RBMs) that introduces a denoising objective in quadratic unconstrained binary optimization (QUBO) form and is well-suited for quantum annealing. The denoising objective is attained by balancing the distribution learned by a trained RBM with a penalty term for derivations from the noisy image. We derive the statistically optimal choice of the penalty parameter assuming the target distribution has been well-approximated, and further suggest an empirically supported modification to make the method robust to that idealistic assumption. We also show under additional assumptions that the denoised images attained by our method are, in expectation, strictly closer to the noise-free images than the noisy images are. While we frame the model as an image denoising model, it can be applied to any binary data. As the QUBO formulation is well-suited for implementation on quantum annealers, we test the model on a D-Wave Advantage machine, and also test on data too large for current quantum annealers by approximating QUBO solutions through classical heuristics.

restricted Boltzmann machine↗

Three-flavor collective neutrino oscillation simulations on a qubit quantum annealer

Neutrinos are unique among elementary particles in that their flavor-compositions oscillate over time. In extreme environments such as core-collapse supernovae, neutron-star mergers, and the early Universe, neutrinos are dense enough that their self-interactions significantly affect, if not dominate, these oscillations. This has implications for several phenomena within these environments, particularly nucleosynthesis. Simulations of these self-interactions have traditionally approximated neutrinos as having two flavors instead of the physical three. In order to develop techniques for characterizing the resulting quantum entanglement, I present the results of simulations of neutrino-neutrino interactions that include all three physical neutrino flavors and were performed on D-Wave Inc.’s Advantage 5000+ qubit quantum annealer. These results are checked against those from exact classical simulations, which are also used to compare the neutrino-neutrino interactions to neutrino-antineutrino and interactions between Majorana neutrinos, which are their own antiparticles. The D-Wave Advantage annealer is shown to be able to reproduce time evolution with the precision of a classical machine for small numbers of neutrinos and to do so without the Trotter errors present in most simulations of dynamics on quantum devices. Furthermore, it suffers from poor scaling in qubit-count with the number of neutrinos.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

Driving rapid atomic order in MnAl via low-magnitude magnetic field annealing

Application of a mild (60 mT), uniform magnetic field during short-term thermal treatment of kinetically retained, atomically disordered (paramagnetic) ε-MnAl was found to deliver a significant ~50 % increase in the formation of L1 0 atomically ordered (ferromagnetic) τ-MnAl product phase, compared to that produced by conventional (i.e., zero-field) annealing under identical thermal conditions. The magnetic field, applied in a passive closed-circuit configuration during annealing, induced significant changes in the structural, magnetic, and phase evolution of the material. Computational results based on electronic structure calculations demonstrate that the effective magnetic susceptibility of τ-MnAl is sensitive to the orientation, rather than the magnitude, of an applied magnetic field in the vicinity of the Curie temperature. The uniaxial magnetocrystalline anisotropy of the L1 0 structure is proposed to act as a filter for selective propagation of the population of τ-MnAl variants that are favorably aligned with the applied field. In this manner, crystallographic “gridlock” is alleviated that would otherwise arise from the coexistence of multiple, energetically equivalent τ-phase variants within the parent ε-phase matrix. These results confirm that static, low-magnitude magnetic field annealing is able to accelerate L1 0 atomic ordering in the MnAl system and likely can exert similar influences in relevant magnetic systems, facilitating efficient tailoring of structure-sensitive magnetic properties for the manufacture of magnetic materials.

36 MATERIALS SCIENCE↗