| 查看: 1123 | 回复: 1 | |||
| 【悬赏金币】回答本帖问题,作者sin81将赠送您 10 个金币 | |||
[求助]
vasp5.4.1或vasp6.1.2 如何跟wannier 2.0以上版本对接 已有1人参与
|
|||
|
请问vasp5.4.1或vasp6.1.2 如何跟wannier 2.0以上版本编译,网上查到的是与vasp5.4.4对接的补丁文件。同样方法用到vasp6.1.2上,编译都过不了,vasp5.4.1能编译成功,但最后计算的时候, .wout 文件开头还是显示:Release: 1.2 24th Jan 2010 。 磁性的计算,不加soc时,projection里面不识别(u) (d)的符号。比如写: dxy (u,d) 就报错, 请问如何解决? |
» 猜你喜欢
申博发邮件
已经有8人回复
各位大神,目前国内有哪些比较好用的逆合成软件?
已经有9人回复
国社科系统bug了,是不是要放榜了?
已经有7人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有8人回复
上海工程技术大学激光智能制造课题组招收博士研究生
已经有8人回复
rlafite
至尊木虫 (正式写手)
- 应助: 199 (高中生)
- 金币: 11352.5
- 红花: 29
- 沙发: 1
- 帖子: 956
- 在线: 361.9小时
- 虫号: 4563202
- 注册: 2016-04-02
- 性别: GG
- 专业: 同步辐射技术及其应用
【答案】应助回帖
|
Compiling VASP 5.4 with Wannier90 VASP has to be compiled with reference to the library file libwannier.a. The instructions on the vasp website can be found at https://cms.mpi.univie.ac.at/wiki/index.php/LWANNIER90. The instructions at the above link seem to be somewhat out-of-date (as of 6/2019), since VASP upgraded its build system and now the makefile in the root directory does not include any of the flags that need to be changed. Instead do the following: First copy the relevant make.include file to the root directory. In our case, we have $ cp arch/makefile.include.linux_intel ./makefile.include Edit this makefile.include file to change: CPP_OPTIONS = ... ... -Duse_shmem to CPP_OPTIONS = ... ... -Duse_shmem\ -DVASP2WANNIER90v2 and LLIBS = $(SCALAPACK) $(LAPACK) $(BLAS) to LLIBS = $(SCALAPACK) $(LAPACK) $(BLAS) LLIBS += /<path-to-wannier90-2.1>/libwannier.a where <path-to-wannier90-2.1> is the full directory to Wannier90 that was built. Now build VASP: $ make all The last step will take a while, but that includes everything that needs to be done. |
2楼2024-02-23 10:00:44










回复此楼