摘要:
过程参考(以及基本翻译自)此文:https://jabriffa.wordpress.com/2015/02/11/installing-torquepbs-job-scheduler-on-ubuntu-14-04-lts/ 和此文: https://linuxcluster.wordpress. 阅读全文
摘要:
mount /dev/sdb/ /data/ 阅读全文
摘要:
以ZrH2为例. 1. post-processing: 计算linewidth at different q-points: 这样会对BZ取64*64*64个点,然后算ga中每三个数值决定的一个q点. 画出phonon linewidth 分布图: 阅读全文
摘要:
Modules: Make Process: Makefile.xe6 may need to be modified as following: Refered to: https://bluewaters.ncsa.illinois.edu/lammps 阅读全文
该文被密码保护。 阅读全文
摘要:
以Ammonia为例,基本翻译自:https://atztogo.github.io/phonopy/procedure.html#tutorial. 1. 结构优化. 输入文件如下: 由于声子对结构优化比较敏感,这儿的 PREC=accurate. 2. 构建优化过的单胞 3. 构建超胞 在这一步 阅读全文
摘要:
以Ammonia为例,基本翻译自http://atztogo.github.io/phonopy/vasp.html#how-to-run。 1. 结构优化. 输入文件如下: 由于声子对结构优化比较敏感,这儿的 PREC=accurate. 2. 构建优化过的单胞 3. 构建超胞(但是不需要计算), 阅读全文
摘要:
记录一些日常遇到的感觉比较有意思的用法。 1. a[0:] means all elements of list a, while a[0:-1] means all but the last one elements. 2. a = np.zeros(2,4), then: a[:][0]=a[0 阅读全文