Skip to content

mpourmpakis/BCSeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCSeg

BC Model-inspired segregation energy (Eseg) model for single atom alloy (SAA) nanomaterials.

  • Trained on periodic slab SAA DFT data (plot below)
  • Applicable to nanoparticle SAAs

parity plot

Reproduce parity plot by running python eseg_model.py

Easily predict Eseg with a few lines of code

from eseg_model import get_eseg_model
model = get_eseg_model()
predicted_eseg = model.predict(X)

See eseg_model.py and example.py for additional details

Features

BCSeg utilizes 5 simple, host- and dopant-based features that avoid costly calculations, like Density Functional Theory.

ΔCE / CN

  • ΔCE = CEhost - CEdopant
  • CEi = cohesive energy of monometallic material (eV)
    • For periodic slabs, CE = CEbulk
    • For nanoparticles, CE = CENP
  • CN = coordination number (number of bonds)

χhost

  • Gordy electronegativity of the host

ΔEA

  • EA = electron affinity (eV)
  • ΔEA = EAhost - EAdopant

rdopant

  • atomic radius of the dopant (Å)

IPdopant

  • ionization potential (IP) of the dopant (eV)

About

BC Model-inspired segregation energy (Eseg) model for single atom alloy (SAA) nanomaterials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages