24小时热门版块排行榜    

查看: 3012  |  回复: 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客户端
普通表情 高级回复 (可上传附件)
信息提示
请填处理意见