Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.72 KB

README.md

File metadata and controls

27 lines (15 loc) · 2.72 KB

Dielectric Tensor Prediction for Inorganic Materials Using Latent Information from Preferred Potential

Related information

Implementation of "Dielectric Tensor Prediction for Inorganic Materials Using Latent Information from Preferred Potential"

Zetian Mao, Wenwen Li, Jethro Tan. The paper is available at https://arxiv.org/abs/2405.09052.

The base architecture Preferred Potential (PFP) is a commercial model, see details at https://matlantis.com/news/pfp-validation-for-public-v5-0-0.

The paper title "Towards universal neural network potential for material discovery applicable to arbitrary combination of 45 elements" reports related information about PFP.

Introduction

overview

Abstract: Dielectrics are crucial for technologies like flash memory, CPUs, photovoltaics, and capacitors, but public data on these materials are scarce, restricting research and development. Existing machine learning models have focused on predicting scalar polycrystalline dielectric constants, neglecting the directional nature of dielectric tensors essential for material design. This study leverages multi-rank equivariant structural embeddings from a universal neural network potential to enhance predictions of dielectric tensors. We develop an equivariant readout decoder to predict total, electronic, and ionic dielectric tensors while preserving O(3) equivariance, and benchmark its performance against state-of-the-art algorithms. Virtual screening of thermodynamically stable materials from Materials Project for two discovery tasks, high-dielectric and highly anisotropic materials, identifies promising candidates including Cs2Ti(WO4)3 (band gap Eg = 2.93eV, dielectric constant ε = 180.90) and CsZrCuSe3 (anisotropic ratio αr = 121.89). The results demonstrate our model’s accuracy in predicting dielectric tensors and its potential for discovering novel dielectric materials.

Results

An example of our implementation is available at notebooks/dielectric_tensor.ipynb.

We evaluated our method on the Matbench dataset, see notebooks/matbench.ipynb for details.

We assess our approach through two virtual screening tasks, detailed in the paper. Following the screening, the results are validated using DFT with the VASP package. The DFT-validated results are available in highly anisotropic dielectrics and high polycrystalline dielectric values and high band gap values.