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
Reproduce parity plot by running python eseg_model.py
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
BCSeg utilizes 5 simple, host- and dopant-based features that avoid costly calculations, like Density Functional Theory.
- Δ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)
- Gordy electronegativity of the host
- EA = electron affinity (eV)
- ΔEA = EAhost - EAdopant
- atomic radius of the dopant (Å)
- ionization potential (IP) of the dopant (eV)