Skip to content

mpourmpakis/EsegAdsModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EsegAdsModel

Segregation Energy Model In the Presence of Adsorbate Model for Single Atom Alloys (SAAs)

Incorporates Three Different Adsorbates (R-NH2, R-NH, and R-S)

Predicts Eseg in the Presence of an Adsorbate

from model_ads_eseg import eseg_ads_model
model = eseg_ads_model()
predicted_eseg = model.predict(X)

Features

Eseg Ads Model utilizes 4 features, 3 of which are tabulated:

ΔCE / CN

  • ΔCE = CEhost - CEdopant
  • CEi = bulk cohesive energy of monometallic material (eV)
  • CN = coordination number of the slab (number of neighboring atoms)

ΔBE / CNadsorbate

  • ΔBE = BEhost - BEdopant
  • Binding energy of an adsorbate on a single atom (5 to 7 atom system) (eV)
  • CNads is the coorindation number of the adsorbate on the metal surface.

ΔWS

  • ΔWS = WShost - WSdopant
  • WS= Wigner seitz (au)

ΔEA

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

About

Segregation Energy In the Presence of Adsorbate Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages