Skip to content
Snippets Groups Projects
Commit b4e24936 authored by Aakash Ashok Naik's avatar Aakash Ashok Naik :eyes:
Browse files

Update README.md

parent adef8a6f
No related branches found
No related tags found
No related merge requests found
# atomic-features-package
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
**-------------------------------------------------------------------------------------------------------------------------------------------------------**
# Getting Started
To install this package download it as tar.gz archive. Then use the following command
```pip install ./atomic-features-package-master.tar.gz```
```pip install ./<name-of-tar-package>.tar.gz```
**-------------------------------------------------------------------------------------------------------------------------------------------------------**
# Importing this package modules in Jupyter notebook
```from atomicfeaturespackage.AtomicProperties import periodictable```
```from atomicfeaturespackage.atomicproperties import periodictable```
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.`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment