SearcharxivSearch

arXiv subjects

Tilmann Hickel

Publications and source records attributed to Tilmann Hickel.

At least 19 recordsLinked to original sources

Computing binary alloy phase diagrams with explicit configurational and vibrational entropy

Phase stability in multicomponent solid solutions depends on configurational entropy beyond the ideal mixing limit, but capturing it together with vibrational entropy within the same atomistic framework remains challenging. Here, we extend non-equilibrium thermodynamic integration to composition-dependent transformations through an alchemical interpolation of the interactions, combined with Monte Carlo identity exchange moves and molecular dynamics that sample the vibrational and non-ideal configurational entropy along the integration path. We apply the framework to the Au-Cu binary alloy using Atomic Cluster Expansion potentials trained on density functional theory data using the LDA, PBE, and r2SCAN functionals, and construct composition-temperature phase diagrams directly from atomistic free energies. We find that explicit configurational sampling lowers the AuCu order-disorder transition temperature predicted by the ACE potential trained on LDA data from approximately 810 K to 710 K, closer to the experimental value of 683 K, and substantially widens the stability range of the solid solution. At the same time, the much larger sensitivity to the exchange-correlation functional shows that this level of agreement should not be interpreted as general predictive accuracy. Non-ideal configurational entropy must therefore be sampled explicitly, alongside a careful choice of functional, for a reliable atomistic description of binary phase diagrams.

cond-mat.mtrl-sci

Grain boundary segregation of light elements and their effects on cohesion in ferritic steels

Light elements play an important role in influencing the macroscale properties of engineering alloys through grain boundary (GB) segregation phenomena. However, the scarcity and scattered nature of ab initio datasets for light elements in steels makes reproduction and extraction of general trends from the literature difficult. Here, we present a comprehensive ab initio evaluation of the segregation energies and cohesive effects for H, He, B, C, N, O, P, S, extensively sampling both substitutional and interstitial sites in six model coincident site lattice (CSL) ferritic iron GBs using density functional theory (DFT). Cohesive effects are evaluated in both a quantum-chemistry bond-order and rigid Rice-Wang interfacial cohesive strength framework. Our calculations indicate that, compared at the same concentration, B and C enhance GB cohesion, N, P, H are mildly detrimental, and He, O, S as powerful decohesive agents/embrittlers. Sampling both interstitial and substitutional starting positions is necessary to accurately capture segregation spectra. Commonly utilised sampling criteria such as site volumes prove insufficient for identifying deepest GB binding sites. Solutes placed in either kind of site can induce large relaxations to the same final configuration, resulting in site classification ambiguity. The nearest neighbour distance of a solute to its neighbours after relaxation is shown to be a controlling factor for the lower threshold of segregation energies at sites. The freely available DFT dataset and analysis repositories are expected to advance understanding of GB segregation behaviours of light elements in steels and serve as a resource for developing machine learning interatomic potentials.

cond-mat.mtrl-sci

Ontology-based knowledge graph infrastructure for interoperable atomistic simulation data

The reuse of atomistic simulation data is often limited by heterogeneous formats, incomplete metadata, and a lack of standardized representations of workflows and provenance. Here we present an ontology-based infrastructure for representing and integrating atomistic simulation data as a knowledge graph. The approach combines domain ontologies with a software framework that enables data capture both from existing datasets and directly from simulation workflows at the point of generation. Heterogeneous data from multiple sources are normalized into a common, ontology-aligned representation, enabling consistent querying and analysis across datasets. We demonstrate these capabilities through the integration of grain boundary data, cross-dataset analysis of material properties, and extraction of derived thermodynamic quantities from existing simulations. In addition, workflows are represented in a machine-readable form, enabling both forward provenance tracking and partial reconstruction of computational procedures. The resulting knowledge graph contains over 750,000 triples describing nearly 8,000 computational samples. This work provides a practical framework for improving the findability, interoperability, and reuse of atomistic simulation data.

cs.DB

Towards knowledge-based workflows: a semantic approach to atomistic simulations for mechanical and thermodynamic properties

Mechanical and thermodynamic properties, including the influence of crystal defects, are critical for evaluating materials in engineering applications. Molecular dynamics simulations provide valuable insight into these mechanisms at the atomic scale. However, current practice often relies on fragmented scripts with inconsistent metadata and limited provenance, which hinders reproducibility, interoperability, and reuse. FAIR data principles and workflow-based approaches offer a path to address these limitations. We present reusable atomistic workflows that incorporate metadata annotation aligned with application ontologies, enabling automatic provenance capture and FAIR-compliant data outputs. The workflows cover key mechanical and thermodynamic quantities, including equation of state, elastic tensors, mechanical loading, thermal properties, defect formation energies, and nanoindentation. We demonstrate validation of structure-property relations such as the Hall-Petch effect and show that the workflows can be reused across different interatomic potentials and materials within a coherent semantic framework. The approach provides AI-ready simulation data, supports emerging agentic AI workflows, and establishes a generalizable blueprint for knowledge-based mechanical and thermodynamic simulations.

cond-mat.mtrl-sci

Fully Compensated Lines in Ferrimagnets

We generalize the classic N\'eel diagram and identify another type of ferrimagnetic phase that remains fully magnetically compensated below the Curie temperature, forming a continuous line of compensated points. It exhibits zero net magnetization while retaining non-relativistic, eV-scale reciprocal spin splitting. We further find a persistently enhanced intrinsic switching field over a broad temperature range near the fully compensated phase. Proximity to the compensated line is achieved by minimizing the net local moment while balancing exchange interactions with respect to the number of equivalent atoms in each sublattice. The resulting extended N\'eel diagram provides practical design rules for engineering fully compensated ferrimagnetic phases via targeted chemical substitution that combines atoms with robust and weak local moments, as demonstrated through density functional theory and Monte Carlo simulations for GdCo$_5$-type ferrimagnets.

cond-mat.mtrl-sci

Ontology-aligned structuring and reuse of multimodal materials data and workflows towards automatic reproduction

Reproducibility of computational results remains a challenge in materials science, as simulation workflows and parameters are often reported only in unstructured text and tables. While literature data are valuable for validation and reuse, the lack of machine-readable workflow descriptions prevents large-scale curation and systematic comparison. Existing text-mining approaches are insufficient to extract complete computational workflows with their associated parameters. An ontology-driven, large language model (LLM)-assisted framework is introduced for the automated extraction and structuring of computational workflows from the literature. The approach focuses on density functional theory-based stacking fault energy (SFE) calculations in hexagonal close-packed magnesium and its binary alloys, and uses a multi-stage filtering strategy together with prompt-engineered LLM extraction applied to method sections and tables. Extracted information is unified into a canonical schema and aligned with established materials ontologies (CMSO, ASMO, and PLDO), enabling the construction of a knowledge graph using atomRDF. The resulting knowledge graph enables systematic comparison of reported SFE values and supports the structured reuse of computational protocols. While full computational reproducibility is still constrained by missing or implicit metadata, the framework provides a foundation for organizing and contextualizing published results in a semantically interoperable form, thereby improving transparency and reusability of computational materials data.

cond-mat.mtrl-sci

A Python workflow definition for computational materials design

Numerous Workflow Management Systems (WfMS) have been developed in the field of computational materials science with different workflow formats, hindering interoperability and reproducibility of workflows in the field. To address this challenge, we introduce here the Python Workflow Definition (PWD) as a workflow exchange format to share workflows between Python-based WfMS, currently AiiDA, jobflow, and pyiron. This development is motivated by the similarity of these three Python-based WfMS, that represent the different workflow steps and data transferred between them as nodes and edges in a graph. With the PWD, we aim at fostering the interoperability and reproducibility between the different WfMS in the context of Findable, Accessible, Interoperable, Reusable (FAIR) workflows. To separate the scientific from the technical complexity, the PWD consists of three components: (1) a conda environment that specifies the software dependencies, (2) a Python module that contains the Python functions represented as nodes in the workflow graph, and (3) a workflow graph stored in the JavaScript Object Notation (JSON). The first version of the PWD supports directed acyclic graph (DAG)-based workflows. Thus, any DAG-based workflow defined in one of the three WfMS can be exported to the PWD and afterwards imported from the PWD to one of the other WfMS. After the import, the input parameters of the workflow can be adjusted and computing resources can be assigned to the workflow, before it is executed with the selected WfMS. This import from and export to the PWD is enabled by the PWD Python library that implements the PWD in AiiDA, jobflow, and pyiron.

cs.SE

A high-throughput ab initio study of elemental segregation and cohesion at ferritic-iron grain boundaries

Segregation of alloying elements and impurities at grain boundaries (GBs) critically influences material behavior by affecting cohesion. In this study, we present an ab initio high-throughput evaluation of segregation energies and cohesive effects for all elements in the periodic table (Z: 1 to 92, H to U) across six model ferritic iron GBs using density functional theory (DFT). From these data, we construct comprehensive elemental maps for solute segregation tendencies and cohesion at GBs, providing guidance for segregation engineering. We systematically assess the cohesive effects of different elements in all segregating positions along multiple fracture paths with a quantum-chemistry bond-order method as well as a modified Rice-Wang theory of interfacial cohesion. The effects of segregants on the cohesion of GBs are shown to vary drastically as a function of site character, and hence their induced cohesive effects must be considered as a thermodynamic average over the spectral energy distribution. Thus, models that overlook these aspects may fail to accurately predict the impacts of varying alloying concentrations, thermal processing conditions, or GB types. The insights presented here, along with our accompanying dataset, are expected to advance our understanding of GB segregation in steels and other materials.

cond-mat.mtrl-sci

Dissecting physics of carbon ordering in bcc iron

Zener ordering is a phenomenon that octahedral interstitial atoms such as carbon occupy the same sublattice inside bcc matrix such as iron. The original formulation relies on a mean field theory, which is still most in use today. We employ multiple methods, such as Molecular Dynamics, Metropolis Monte Carlo, Mean Field Theory with chemical interactions and finite temperature effects to show that the Zener ordering for iron carbon systems is governed by local chemical interactions and finite temperature effects and less of mean field nature as described originally by Zener.

cond-mat.mtrl-sci

A first-principles study of Zn induced liquid metal embrittlement at bcc and fcc grain boundaries

Zn induced liquid metal embrittlement (LME) is a major concern in particular for advanced high strength steels, which often contain a significant amount of austenite compared to established steel grades. Using density functional theory (DFT) calculations we, therefore, compare the behaviour of Zn in ferrite (bcc) and austenite (fcc) grain boundaries (GBs) with different magnetic ordering to investigate the role of crystal structure as well as magnetism in LME. We address the performance of DFT based paramagnetic calculations by utilizing the spin space averaging relaxation approach. Our results show that both magnetic and elastic contributions have significant influence towards segregation and embrittling behaviour of Zn. The primary requirement is the elastic contribution, while the presence of magnetic disorder increases the critical concentrations for the onset of GB weakening. While Zn segregation is more favourable in bcc compared to fcc GB, larger impact of Zn coverage on GB weakening is observed for fcc. For both structures, the rapid decrease in surface defect state energies is identified as the driving force behind GB weakening. These surface defect states stabilize at lower Zn concentrations than GB defect states.

cond-mat.mtrl-sci

Quantification of electronic and magnetoelastic mechanisms of first-order magnetic phase transitions from first principles: application to caloric effects in La(Fe$_x$Si$_{1-x}$)$_{13}$

La(Fe$_x$Si$_{1-x}$)$_{13}$ and derived quaternary compounds are well-known for their giant, tunable, magneto- and barocaloric responses around a first-order paramagnetic-ferromagnetic transition near room temperature with low hysteresis. Remarkably, such a transition shows a large spontaneous volume change together with itinerant electron metamagnetic features. While magnetovolume effects are well-established mechanisms driving first-order transitions, purely electronic sources have a long, subtle history and remain poorly understood. Here we apply a disordered local moment picture to quantify electronic and magnetoelastic effects at finite temperature in La(Fe$_x$Si$_{1-x}$)$_{13}$ from first-principles. We obtain results in very good agreement with experiment and demonstrate that the magnetoelastic coupling, rather than purely electronic mechanisms, drives the first-order character and causes at the same time a huge electronic entropy contribution to the caloric response.

cond-mat.mtrl-sci

Constructing phase diagrams for defects by correlated atomic-scale characterization

Phase transformations and crystallographic defects are two essential tools to drive innovations in materials. Bulk materials design via tuning chemical compositions has been systematized using phase diagrams. We show here that the same thermodynamic concept can be applied to understand the chemistry at defects. We present a combined experimental and modelling approach to scope and build phase diagrams for defects. The discovery was enabled by triggering phase transformations of individual defects through local alloying, and sequentially imaging the structural and chemical changes using atomic-resolution scanning transmission electron microscopy. By observing atomic-scale phase transformations of a Mg grain boundary through Ga alloying, we exemplified the method to construct a grain boundary phase diagram using ab initio simulations and thermodynamic principles. The methodology enables a systematic development of defect phase diagrams to propel a new paradigm for materials design utilizing chemical complexity and phase transformations at defects.

cond-mat.mtrl-sci

Giant segregation transition as origin of liquid metal embrittlement in the Fe-Zn system

A giant Zn segregation transition is revealed using CALPHAD-integrated density-based modelling of segregation into Fe grain boundaries (GBs). The results show that above a threshold of only a few atomic percent Zn in the alloy, a substantial amount of up to 60 at.\% Zn can segregate to the GB. We found that the amount of segregation abruptly increases with decreasing temperature, while the Zn content in the alloy required for triggering the segregation transition decreases. Direct evidence of the Zn segregation transition is obtained using high-resolution scanning transmission electron microscopy. Base on the model, we trace the origin of the segregation transition back to the low cohesive energy of Zn and a miscibility gap in Fe-Zn GB, arising from the magnetic ordering effect, which is confirmed by ab-initio calculations. We also show that the massive Zn segregation resulting from the segregation transition greatly assists with liquid wetting and reduces the work of separation along the GB. The current predictions suggest that control over Zn segregation, by both alloy design and optimizing the galvanization and welding processes, may offer preventive strategies against liquid metal embrittlement.

cond-mat.mtrl-sci

Ab initio calculation of the magnetic Gibbs free energy of materials using magnetically constrained supercells

We present a first-principles approach for the computation of the magnetic Gibbs free energy of materials using magnetically constrained supercell calculations. Our approach is based on an adiabatic approximation of slowly varying local moment orientations, the so-called finite-temperature disordered local moment picture. It describes magnetic phase transitions and how electronic and/or magnetostructural mechanisms generate a discontinuous (first-order) character. We demonstrate that the statistical mechanics of the local moment orientations can be described by an affordable number of supercell calculations containing noncollinear magnetic configurations. The applicability of our approach is illustrated by firstly studying the ferromagnetic state in bcc Fe. We then investigate the temperature-dependent properties of a triangular antiferromagnetic state stabilizing in two antiperovskite systems Mn$_3$AN (A = Ga, Ni). Our calculations provide the negative volume expansion of these materials as well as the ab initio origin of the discontinuous character of the phase transitions, electronic and/or magnetostructural, in good agreement with experiment.

cond-mat.mtrl-sci

Hydrogen trapping and embrittlement in high-strength Al-alloys

Ever more stringent regulations on greenhouse gas emissions from transportation motivate efforts to revisit materials used for vehicles. High-strength Al-alloys often used in aircrafts could help reduce the weight of automobiles, but are susceptible to environmental degradation. Hydrogen (H) "embrittlement" is often pointed as the main culprit, however, the mechanisms underpinning failure are elusive: atomic-scale analysis of H inside an alloy remains a challenge, and this prevents deploying alloy design strategies to enhance the materials' durability. Here we successfully performed near-atomic scale analysis of H trapped in second-phase particles and at grain boundaries in a high-strength 7xxx Al-alloy. We used these observations to guide atomistic ab-initio calculations which show that the co-segregation of alloying elements and H favours grain boundary decohesion, while the strong partitioning of H into the second-phases removes solute H from the matrix, hence preventing H-embrittlement. Our insights further advance the mechanistic understanding of H-assisted embrittlement in Al-alloys, emphasizing the role of H-traps in retarding cracking and guiding new alloy design.

cond-mat.mtrl-sci

Automated optimization of convergence parameters in plane wave density functional theory calculations via a tensor decomposition-based uncertainty quantification

First principles approaches have revolutionized our ability in using computers to predict, explore and design materials. A major advantage commonly associated with these approaches is that they are fully parameter free. However, numerically solving the underlying equations requires to choose a set of convergence parameters. With the advent of high-throughput calculations it becomes exceedingly important to achieve a truly parameter free approach. Utilizing uncertainty quantification (UQ) and tensor decomposition we derive a numerically highly efficient representation of the statistical and systematic error in the multidimensional space of the convergence parameters. Based on this formalism we implement a fully automated approach that requires as input the target accuracy rather than convergence parameters. The performance and robustness of the approach are shown by applying it to a large set of elements crystallizing in a cubic fcc lattice.

cond-mat.mtrl-sci

Influence of spin fluctuations on structural phase transitions of iron

The effect of spin fluctuations on the $α$ (bcc) - $γ$ (fcc) - $δ$ (bcc) structural phase transitions in iron is investigated with a tight-binding (TB) model. The orthogonal $d$-valent TB model is combined with thermodynamic integration, spin-space averaging and Hamiltonian Monte Carlo to compute the temperature-dependent free-energy difference between bcc and fcc iron. We demonstrate that the TB model captures experimentally observed phonon spectra of bcc iron at elevated temperatures. Our calculations show that spin fluctuations are crucial for both, the $α$ - $γ$ and the $γ$ - $δ$ phase transitions but they enter through different mechanisms. Spin fluctuations impact the $α$ - $γ$ phase transition mainly via the magnetic/electronic free-energy difference between bcc and fcc iron. The $γ$ - $δ$ phase transition, in contrast, is influenced by spin fluctuations only indirectly via the spin-lattice coupling. Combining the two mechanisms, we obtain both, the $α$ - $γ$ and the $γ$ - $δ$ phase transitions with our TB model. The calculated transition temperatures are in very good agreement with experimental values.

cond-mat.stat-mech

Understanding alkali contamination in colloidal nanomaterials to unlock grain boundary impurity engineering

Metal nano-aerogels combine a large surface area, a high structural stability, and a high catalytic activity towards a variety of chemical reactions. The performance of such nanostructures is underpinned by the atomic-level distribution of their constituents. Yet monitoring their sub-nanoscale structure and composition to guide property optimization remains extremely challenging. Here, we synthesized Pd nano-aerogels from a K2PdCl4 precursor and two different NaBH4 reductant concentrations in distilled water. Atom probe tomography reveals that the aerogel is poly-crystalline and that impurities (Na, K) are integrated from the solution into grain boundaries. Ab initio calculations indicate that these impurities preferentially bound to the Pd-metal surface and are ultimately found in grain boundaries forming as the particles coalesce during synthesis, with Na atoms thermodynamically equilibrating with the surrounding solution and K atoms remaining between growing grains. If controlled, impurity integration, i.e. grain boundary decoration, may offer opportunities for designing new nano-aerogels.

cond-mat.mtrl-sci