py.guanjihuan.com/README.md

28 lines
749 B
Markdown
Raw Normal View History

2022-04-08 10:00:17 +08:00
## Guan package
2021-05-19 09:21:50 +08:00
2022-04-08 10:00:17 +08:00
Guan is an open source python package, dealing with tight-binding models by calculating band structures, density of states, quantum transport, topological invariant, etc. Other trivial functions are also integrated, including file reading/writing, figure plotting, data processing. The official website is https://py.guanjihuan.com.
2021-06-24 09:20:23 +08:00
2022-04-08 10:00:17 +08:00
## Installation
2021-05-19 09:21:50 +08:00
2022-04-08 10:00:17 +08:00
pip install --upgrade guan
2022-04-08 10:16:19 +08:00
## Usage
2022-04-08 10:00:17 +08:00
import guan
## Summary of API Reference
+ basic functions
+ Fourier transform
+ Hamiltonian of finite size systems
+ Hamiltonian of models in the reciprocal space
+ band structures and wave functions
+ Green functions
+ density of states
+ quantum transport
+ topological invariant
+ read and write
+ plot figures
+ data processing
+ others