24小时热门版块排行榜    

查看: 3419  |  回复: 8

tuhaidan

银虫 (小有名气)

[求助] 断电 ISTART=1 WAVECAR:different cutoff or change in lattice found

大家好,我在进行结构优化时候,断电了,我想接着算,于是ISTART=1,其他保持不变,显示WAVECAR:different cutoff or change in lattice found 这有问题吗?
回复此楼

» 收录本帖的淘帖专辑推荐

VASP

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

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

cavediger

金虫 (正式写手)


liliangfang(金币+1): 多谢指教,说的对 2012-02-09 08:43:42
没算完哪来的WAVECAR?
一般中间夭折想再继续的话,cp CONTCAR  POSCAR 其余不变......
我们都老得太快,却聪明得太迟。当我一路跌跌撞撞登上山巅,蓦然发现,本来就有一条笔直的路,直达山顶....
2楼2012-02-09 05:53:12
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gtssongchi

木虫 (小有名气)

【答案】应助回帖

★ ★ ★ ★
感谢参与,应助指数 +1
uuv2010(金币+1): 多谢提示 2012-02-09 10:30:15
tuhaidan: 金币+1 2012-04-06 21:46:34
tuhaidan: 金币+2 2012-04-07 21:17:33
估计你的优化改变了cell的形状或体积,或者截断能改变了,如果是这样的话应该用ISTART=2,手册中有提到ISTART=1和2的区别。
3楼2012-02-09 09:54:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

fanarsenal

木虫 (正式写手)

【答案】应助回帖

★ ★
感谢参与,应助指数 +1
liliangfang(金币+1): 多谢提示 2012-02-10 12:45:12
tuhaidan: 金币+1 2012-04-06 21:46:22
看一下你的INCAR里面是不是少了东西,比如忘记了设置ENCUT使得其采用了默认值……
4楼2012-02-10 11:15:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

静@思

铜虫 (初入文坛)

引用回帖:
3楼: Originally posted by gtssongchi at 2012-02-09 09:54:23:
估计你的优化改变了cell的形状或体积,或者截断能改变了,如果是这样的话应该用ISTART=2,手册中有提到ISTART=1和2的区别。

ISTART=2和=1有什么区别?
5楼2012-04-03 21:45:37
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

tider

木虫 (正式写手)

【答案】应助回帖

★ ★
感谢参与,应助指数 +1
sunyang1988: 金币+1, 谢谢交流 2012-04-06 08:36:26
tuhaidan: 金币+1 2012-04-06 15:07:14
引用回帖:
5楼: Originally posted by 静@思 at 2012-04-03 21:45:37:
ISTART=2和=1有什么区别?

ISTART=1:
``restart with constant energy cut-off''. Continuation job -- read wave functions from file WAVECAR (usage is restricted in the parallel version, see section 4.5).
The set of plane waves will be redefined and re-padded according to the new cell size/shape (POSCAR) and the new plane wave cut-off (INCAR). These values might differ from the old values, which are stored in the file WAVECAR. If the file WAVECAR is missing or if file WAVECAR contains an inappropriate number of bands and / or k-points the flag ISTART will be set to 0 (see above). In this case VASP starts from scratch and initializes the wave functions according to the flag INIWAV.

The usage of ISTART=1 is recommended if the size/shape of the supercell (see section 7.6) or the cut-off energy changed with respect to the last run and if one wishes to redefine the set of plane waves according to a new setting.

ISTART=1 is the usual setting for convergence tests with respect to the cut-off energy and for all jobs where the volume/cell-shape varies (e.g. to calculate binding energy curves looping over a set of volumes).

Mind: main.f can be recompiled with new settings for NGX,NGY,NGZ,NPLWV ... between different runs, the program will correctly repad and reorganize the 'storage layout' for the wavefunction arrays etc. In addition it is also possible to change the k-point mesh if the number of k-points remains constant. This might be of importance if a loop over a set of k-points (band-structure calculations) is performed.


ISTART=2:
'restart with constant basis set': Continuation job -- read wave functions from the file WAVECAR
The set of plane waves will not be changed even if the cut-off energy or the cell size/shape given on files INCAR and POSCAR are different from the values stored on the file WAVECAR. If the file WAVECAR is missing or if the file WAVECAR contains an inappropriate number of bands and/or k-points the flag ISTART will be set to 0 (see above). In this case VASP starts from scratch and initializes the wave functions according to the flag INIWAV. If the cell shape has not changed then ISTART=1 and ISTART=2 lead to the same result.

ISTART=2 is usually used if one wishes to restart with the same basis set used in the previous run.

Mind: Due to Pullay stresses (section 7.6) there is a difference between evaluating the equilibrium volume with a constant basis set and a constant energy cut-off -- unless absolute convergence with respect to the basis set is achieved! If you are looking for the equilibrium volume, calculations with a constant energy cut-off are preferable to calculations with a constant basis set, therefore always restart with ISTART=1 except if you really know what you are looking for (see section 7.6).

There is only one exception to this general rule: All volume/cell shape relaxation algorithms implemented in VASP work with a constant basis set, so continuing such jobs requires to set ISTART=2 to get a 'consistent restart' with respect to the previous runs (see section 7.6)!
6楼2012-04-06 00:00:12
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

静@思

铜虫 (初入文坛)

引用回帖:
6楼: Originally posted by tider at 2012-04-06 00:00:12:
ISTART=1:
``restart with constant energy cut-off''. Continuation job -- read wave functions from file WAVECAR (usage is restricted in the parallel version, see section 4.5).
The set of plane w ...

但是我有一个问题是优化没有算完,文件中的WAVECAR和CHGCAR这两个文件是空的?这是怎么回事?这两个文件只有在优化结束后才会有啊,这样的情况怎么接着计算?(不知大家注意到了没有,wavecar和chgcar这两个文件只有在优化结束时才会写入,一开始只写入chg文件,所以我不知道大家接着计算的时候设置ISTART=1或者2有什么意义,这样设置的前提是有wavecar文件啊),谢谢
7楼2012-04-06 08:29:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

tider

木虫 (正式写手)

【答案】应助回帖

★ ★
sunyang1988: 金币+1, 谢谢交流 2012-04-06 12:01:32
tuhaidan: 金币+1 2012-04-06 15:07:28
引用回帖:
7楼: Originally posted by 静@思 at 2012-04-06 08:29:56:
但是我有一个问题是优化没有算完,文件中的WAVECAR和CHGCAR这两个文件是空的?这是怎么回事?这两个文件只有在优化结束后才会有啊,这样的情况怎么接着计算?(不知大家注意到了没有,wavecar和chgcar这两个文件只 ...

记得侯博那个指南上有说断电后只要设置ISTART=1和ICHARG=1即可。不过我没有用过,你可以试试,另外参考3楼意见。另外你是在做弛豫计算么?若如此你可以参考2楼意见,每一步弛豫的结果都写在CONTCAR里面的。WAVECAR里面虽然没有东西,但只要有这个文件,还是可以读取的。
8楼2012-04-06 08:59:19
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

静@思

铜虫 (初入文坛)

引用回帖:
8楼: Originally posted by tider at 2012-04-06 08:59:19:
记得侯博那个指南上有说断电后只要设置ISTART=1和ICHARG=1即可。不过我没有用过,你可以试试,另外参考3楼意见。另外你是在做弛豫计算么?若如此你可以参考2楼意见,每一步弛豫的结果都写在CONTCAR里面的。WAVEC ...

是的,我是在做弛豫计算,呵呵。我现在就是按照把contcar考成poscar然后重新计算,这样其实也是接着停电之前算了吧,我是这样认为的。
9楼2012-04-07 10:18:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 tuhaidan 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[硕博家园] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +3 f1dmPx051StA 2026-08-03 7/350 2026-08-04 09:31 by v1TJC4qJauAB
[博后之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 jRl3mE6ddZGq 2026-08-03 5/250 2026-08-04 09:27 by v1TJC4qJauAB
[教师之家] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +4 jRl3mE6ddZGq 2026-08-03 10/500 2026-08-04 09:26 by v1TJC4qJauAB
[博后之家] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +4 cu9Nq1xK233Z 2026-08-03 9/450 2026-08-04 09:17 by v1TJC4qJauAB
[教师之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +5 cu9Nq1xK233Z 2026-08-03 10/500 2026-08-04 09:15 by v1TJC4qJauAB
[基金申请] 系统今天又提示维护了,估计离放榜不远了 +12 winnerche 2026-07-29 16/800 2026-08-04 08:18 by Equinoxhua
[有机交流] 一个有机合成实验室都需要哪些设备? 50+3 kf2781974 2026-07-31 10/500 2026-08-04 08:05 by 88817753
[找工作] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 cu9Nq1xK233Z 2026-08-03 9/450 2026-08-04 07:37 by k7OM8YghWbkC
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +4 cu9Nq1xK233Z 2026-08-03 13/650 2026-08-04 07:30 by k7OM8YghWbkC
[教师之家] 基础研究怎么拉横向,学校到款任务越来越多,难以完成 拉横向,都有哪些途径啊 +9 锦衣卫寒战 2026-07-28 13/650 2026-08-04 07:21 by Ermito
[考博] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +3 cu9Nq1xK233Z 2026-08-03 6/300 2026-08-04 06:10 by k7OM8YghWbkC
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 jRl3mE6ddZGq 2026-08-03 6/300 2026-08-04 04:47 by k7OM8YghWbkC
[公派出国] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 cu9Nq1xK233Z 2026-08-03 7/350 2026-08-04 04:46 by k7OM8YghWbkC
[考研] 售SCI一区文章,我:8.O.55.1.O.54,科目齐全,可伽急 +3 cu9Nq1xK233Z 2026-08-03 8/400 2026-08-04 03:21 by k7OM8YghWbkC
[高分子] UV压敏胶开发 +3 ichall 2026-07-30 5/250 2026-08-03 14:40 by Sunrisepay
[基金申请] 面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇! +19 低垂的野花 2026-07-31 25/1250 2026-08-03 09:25 by gy116024
[基金申请] 2026年国自然面上资助率 +16 布布和一二 2026-07-30 22/1100 2026-08-03 09:20 by gy116024
[基金申请] 微信指数没变化,科研之友没阅读 +15 wangze12014 2026-07-28 19/950 2026-08-02 20:05 by 蔡棒棒菂
[高分子] HXDI做水性聚氨酯乳液,是不是特别容易出渣 15+3 yuyusuv 2026-07-29 3/150 2026-07-31 09:21 by huizingga
[基金申请] 你们的时间戳变了吗 +3 archvillain 2026-07-30 4/200 2026-07-30 18:53 by levinzhwen
信息提示
请填处理意见