8000 GitHub - Zikkying/futuremat_public: A public available version of furturemat code that contains core functionalities developed in our lab.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A public available version of furturemat code that contains core functionalities developed in our lab.

Notifications You must be signed in to change notification settings

Zikkying/futuremat_public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futuremat_public

A public available version of furturemat code that contains core functionalities developed in our lab.

Get starting with futuremat_public

```bash
git clone https://github.com/yangjackie/futuremat_public.git

cd ~/<YOUR PROJECT DIRECTORY>/futuremat_public

python3 setup.py build_ext --inplace
```

Change PythonPath (Not recommend, need to be alternated in future)

```bash
export PYTHONPATH="<work_dir>/futuremat_public"

echo $PYTHONPATH # double check the PATH
```

Install Pymatgen

conda install --channel conda-forge pymatgen

set up POTCAR directory

For pymatgen

pmg config -p <UR/VASP/POTCAR> <Your dir for POTCAR>

For futuremat_public

Edit in settings.py

vasp_pp_directory="<UR/VASP/POTCAR>"
MPRest_key="" #get from materials project
functional="<optional>" # such as 'pbe' et al. currently only support 'pbe'

About

A public available version of furturemat code that contains core functionalities developed in our lab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.3%
  • Python 44.5%
  • Cython 2.2%
0