Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minyez/quick-tutor-on-gpaw-gwbse
a quick tutorial on performing GW/BSE calculations in GPAW
https://github.com/minyez/quick-tutor-on-gpaw-gwbse
Last synced: 3 months ago
JSON representation
a quick tutorial on performing GW/BSE calculations in GPAW
- Host: GitHub
- URL: https://github.com/minyez/quick-tutor-on-gpaw-gwbse
- Owner: minyez
- Created: 2021-08-06T10:08:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T06:38:46.000Z (over 3 years ago)
- Last Synced: 2024-06-29T13:33:27.278Z (5 months ago)
- Language: Python
- Size: 3.13 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 在 GPAW 中进行 GW/BSE 计算的简单教程
在 deepmodeling-abacus 线上小班上做的有关 GPAW 中 GW/BSE 计算简单报告的相关计算脚本.
报告见 [slides.pdf](slides.pdf). 欢迎讨论并提出意见与建议.## dft
`Si_gs.py`: 硅的基态计算
`Si_bs.py`: 利用基态计算结果 (电子密度) 计算硅的能带结构
## gw
`C_gw.py`: 金刚石的 G0W0 计算. 4 进程计算大约 30 min.
`C_qpbs.py`: 基于上一步的 G0W0 计算作 KS (PBE) 和 QP 能带图.
由于能带由插值得到, 当 GW 计算的 k 点过于稀疏时, 插值很可能得到错误的结果.## bse
`Si_bse.py`: 硅的 BSE 计算.
为了减少计算量, 平面波和响应函数截断能都取了比较小的值.
为获得更好的光谱计算结果, 除了需要增大基组截断能以外,
还需要增加 `kx` 以更好地采样 BZ 内的垂直激发.