24小时热门版块排行榜    

查看: 3395  |  回复: 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客户端
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 311求调剂 +8 冬十三 2026-03-15 9/450 2026-03-17 22:37 by 冬十三
[考研] 085601材料工程专硕求调剂 +5 慕寒mio 2026-03-16 5/250 2026-03-17 21:31 by hmn_wj
[考研] 材料,纺织,生物(0856、0710),化学招生啦 +3 Eember. 2026-03-17 7/350 2026-03-17 20:20 by 花125533
[考研] 268求调剂 +8 一定有学上- 2026-03-14 9/450 2026-03-17 17:47 by laoshidan
[考研] 【0856】化学工程(085602)313 分,本科学科评估A类院校化学工程与工艺,诚求调剂 +7 小刘快快上岸 2026-03-11 8/400 2026-03-17 16:57 by ruiyingmiao
[考研] 一志愿苏州大学材料工程(085601)专硕有科研经历三项国奖两个实用型专利一项省级立项 +6 大火山小火山 2026-03-16 8/400 2026-03-17 15:05 by 无懈可击111
[考研] 材料与化工专硕调剂 +5 heming3743 2026-03-16 5/250 2026-03-17 14:03 by 勇敢太监王公公
[考研] 304求调剂 +5 素年祭语 2026-03-15 5/250 2026-03-16 17:00 by 我的船我的海
[考研] 求老师收留调剂 +4 jiang姜66 2026-03-14 5/250 2026-03-15 20:11 by Winj1e
[考研] 080500,材料学硕302分求调剂学校 +4 初识可乐 2026-03-14 5/250 2026-03-14 21:08 by peike
[考研] 297一志愿上交085600求调剂 +5 指尖八千里 2026-03-14 5/250 2026-03-14 17:26 by a不易
[考研] 学硕285求调剂 +13 Wisjxn 2026-03-12 46/2300 2026-03-14 10:33 by JourneyLucky
[考研] 337一志愿华南理工0805材料求调剂 +7 mysdl 2026-03-11 9/450 2026-03-13 22:43 by JourneyLucky
[考研] 333求调剂 +3 球球古力 2026-03-11 3/150 2026-03-13 21:27 by JourneyLucky
[硕博家园] 085600 260分求调剂 +3 天空还下雨么 2026-03-13 5/250 2026-03-13 18:46 by 天空还下雨么
[考研] 考研调剂 +4 芬达46 2026-03-12 4/200 2026-03-13 16:04 by ruiyingmiao
[考研] 295求调剂 +3 小匕仔汁 2026-03-12 3/150 2026-03-13 15:17 by vgtyfty
[考研] 290求调剂 +7 ADT 2026-03-12 7/350 2026-03-13 15:17 by JourneyLucky
[考研] 工科调剂 +4 Jiang191123! 2026-03-11 4/200 2026-03-13 15:15 by Miko19
[考博] 26读博 +4 Rui135246 2026-03-12 10/500 2026-03-13 07:15 by gaobiao
信息提示
请填处理意见