24小时热门版块排行榜    

查看: 3393  |  回复: 34
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

080908010

铁杆木虫 (著名写手)


[交流] atat 软件安装后运行runstruct_vasp str.out提示找不到势函数

安装完ATAT之后,在目标目录下执行命令:runstruct_vasp  -nr,提示找不到势函数文件:
gzip: /usr/local/lib/pot_lda/0.000000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.125000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.250000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.375000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.500000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,1.000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/1.000000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/end/POTCAR.Z: No such file or directory

然后修改~/bin/ezvasp的势函数路径:

#!/bin/csh
#enter name of vasp executable here
set VASPCMD="vasp"
#enter the directories containing the pseudopotentials here
set POTLDA="/usr/local/lib/paw_lda"
set POTPBE="/usr/local/lib/paw_pbe"
set POTPAWGGA="/usr/local/lib/paw_pbe"
set POTPAWLDA="/usr/local/lib/paw_lda"
set POTPAWPBE="/usr/local/lib/paw_pbe"

把势函数paw_lda、paw_pbe拷贝到/HOME/psupotential/目录下,然后修改ezvasp中的势函数路径为:
#!/bin/csh
#enter name of vasp executable here
set VASPCMD="vasp"
#enter the directories containing the pseudopotentials here
set POTLDA="/HOME/psupotential/paw_lda"
set POTPBE="/HOME/psupotential/paw_pbe"
set POTPAWGGA="/HOME/psupotential/paw_pbe"
set POTPAWLDA="/HOME/psupotential/paw_lda"
set POTPAWPBE="/HOME/psupotential/paw_pbe"
%%%%保存并执行命令:runstruct_vasp  -nr   
但还是提示找不到势函数文件:
gzip: /usr/local/lib/pot_lda/0.000000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.125000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.250000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.375000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,0.500000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/0.000000,1.000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/1.000000000/POTCAR.Z: No such file or directory
gzip: /usr/local/lib/pot_lda/end/POTCAR.Z: No such file or directory
回复此楼

» 本帖已获得的红花(最新10朵)

» 猜你喜欢

» 抢金币啦!回帖就可以得到:

查看全部散金贴

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

huangfuh

新虫 (初入文坛)


引用回帖:
25楼: Originally posted by kule150 at 2017-07-30 14:21:41
你的问题解决了吗,我刚解决掉:
好像还需要改一个隐藏文件的路径,输入vi -v ~/.ezvasp.rc,把这个文件中的路径也改掉,还有就是看一下你的赝势库的文件路径,是不是按照这个路径/HOME/psupotential/paw_lda能找到 ...

你好,我都修改了路径以后还是不行,我的元素名称文件夹下的文件是POTCAR,没有.z,请问这个后缀是必须的嘛?
35楼2022-02-25 18:00:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 35 个回答
简单回复
jufayin5楼
2017-06-07 12:17   回复  
080908010(金币+1): 谢谢参与
发自小木虫IOS客户端
wdxmu10楼
2017-06-07 19:17   回复  
080908010(金币+1): 谢谢参与
发自小木虫IOS客户端
yuyuewen14楼
2017-06-09 23:49   回复  
080908010(金币+1): 谢谢参与
发自小木虫Android客户端
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 268求调剂 +7 好运连绵不绝 2026-03-12 8/400 2026-03-17 20:28 by xilongliang
[考研] 268求调剂 +8 一定有学上- 2026-03-14 9/450 2026-03-17 17:47 by laoshidan
[硕博家园] 湖北工业大学 生命科学与健康学院-课题组招收2026级食品/生物方向硕士 +3 1喜春8 2026-03-17 5/250 2026-03-17 17:18 by ber川cool子
[考研] 一志愿南京大学,080500材料科学与工程,调剂 +4 Jy? 2026-03-16 4/200 2026-03-17 11:02 by gaoqiong
[考研] 材料专硕274一志愿陕西师范大学求调剂 +5 薛云鹏 2026-03-13 5/250 2026-03-17 10:15 by Sammy2
[考研] 333求调剂 +3 文思客 2026-03-16 7/350 2026-03-16 18:21 by 文思客
[考研] 304求调剂 +4 ahbd 2026-03-14 4/200 2026-03-16 16:48 by 我的船我的海
[考研] 304求调剂 +3 曼殊2266 2026-03-14 3/150 2026-03-16 16:39 by houyaoxu
[考研] 321求调剂 +5 大米饭! 2026-03-15 5/250 2026-03-16 16:33 by houyaoxu
[考研] 283求调剂 +10 小楼。 2026-03-12 14/700 2026-03-16 16:08 by 13811244083
[考研] 070303一志愿西北大学学硕310找调剂 +5 d如愿上岸 2026-03-12 8/400 2026-03-16 15:19 by peike
[考研] 中科大材料与化工319求调剂 +3 孟鑫材料 2026-03-14 3/150 2026-03-14 20:10 by ms629
[基金申请] 现在如何回避去年的某一个专家,不知道名字 +3 zk200107 2026-03-12 6/300 2026-03-14 17:13 by zk200107
[考研] 工科,求调剂 +3 我887 2026-03-11 3/150 2026-03-13 21:39 by JourneyLucky
[考研] 333求调剂 +3 球球古力 2026-03-11 3/150 2026-03-13 21:27 by JourneyLucky
[考研] 求调剂 +5 一定有学上- 2026-03-12 5/250 2026-03-13 18:31 by ms629
[考研] 求b区学校调剂 +3 周56 2026-03-11 3/150 2026-03-13 16:20 by JourneyLucky
[考研] 328化工专硕求调剂 +4 。,。,。,。i 2026-03-12 4/200 2026-03-13 14:44 by JourneyLucky
[考研] 材料301分求调剂 +5 Liyouyumairs 2026-03-12 5/250 2026-03-13 14:42 by JourneyLucky
[考研] 283求调剂,材料、化工皆可 +8 苏打水7777 2026-03-11 10/500 2026-03-13 09:06 by Linda Hu
信息提示
请填处理意见