Unified package that contains atomic-features from various sources like pymatgen,mendeleev etc. can be imported into Jupyter-notebook for performing various machine learning studies
Unified package that contains atomic-features from various sources like PYMATGEN,MAGPIE,LDA2015 amd FHI_dft can be imported into Jupyter-notebook for performing various machine learning studies
This module is a visualization tool that allows us to visualize atomic properites of all elements accross periodic table as a heatmap. Currently, this tool is able to visualize atomic properties acessible from atomic_properties_dft and atomic_properties_lda2015 module.
...
...
@@ -86,7 +86,7 @@ One can acess individually different properties using element symbol as followin
```
lda.C.atomic_ea
lda.C.atomic_r_p
lda.C.atomic_r_p
```
To get a list of properties accessible one can just press Tab after typing in `lda.C.`