-
Notifications
You must be signed in to change notification settings - Fork 142
Home
QuanSheng Wu edited this page Apr 20, 2016
·
10 revisions
Wannier_tools is a set of tools based on the Wannier tight binding model, generated by software Wannier90.
Installation (a) Check out the repository by " git clone https://github.com/quanshengwu/wannier_tools.git" or download the zip file. (b) cd wannier_tools/soc directory, Edit Makefile, Change the blas library " libs= " to your mkl library, you can use your own blas and lapack library. Then type make. The executive binary is copied to directory wannier_tools/bin (c) add the wannier_tools/bin path to your PATH by "export PATH=yourdirecory/wannier_tools/bin:$PATH"