计算化学公社

 找回密码 Forget password
 注册 Register
Views: 876|回复 Reply: 6
打印 Print 上一主题 Last thread 下一主题 Next thread

[ORCA] ORCA5.0.3报错:Rebuilding of the RPA subspace failed

[复制链接 Copy URL]

338

帖子

0

威望

1109

eV
积分
1447

Level 4 (黑子)

跳转到指定楼层 Go to specific reply
楼主
本帖最后由 cokie 于 2024-3-26 16:16 编辑

各位老师好,我在使用ORCA 5.0.3 win版本程序计算自旋-轨道耦合常数时,发生如下报错
  1. [file orca_tools/Tool-Linalg/qcrpasolv.cpp, line 785, Process 0]: Rebuilding of the RPA subspace failed because there are no old eigenvectors, aborting

  2. [file orca_tools/Tool-Linalg/qcrpasolv.cpp, line 785, Process 10]: Rebuilding of the RPA subspace failed because there are no old eigenvectors, aborting

  3. [file orca_tools/Tool-Linalg/qcrpasolv.cpp, line 785, Process 15]: Rebuilding of the RPA subspace failed because there are no old eigenvectors, aborting

  4. [file orca_tools/Tool-Linalg/qcrpasolv.cpp, line 785, Process 13]: Rebuilding of the RPA subspace failed because there are no old eigenvectors, aborting

  5. [file orca_tools/Tool-Linalg/qcrpasolv.cpp, line 785, Process 14]: Rebuilding of the RPA subspace failed because there are no old eigenvectors, aborting


  6. job aborted:
  7. [ranks] message

  8. [0-15] process exited without calling finalize

  9. ---- error analysis -----

  10. [0-15] on DESKTOP-NFN1R15
  11. C:\ORCA\orca_cis_mpi.exe ended prematurely and may have crashed. exit code 78

  12. ---- error analysis -----

  13. ORCA finished by error termination in CIS
  14. Calling Command: mpiexec -np 16  C:\ORCA\orca_cis_mpi.exe PXD_soc.cisinp.tmp PXD_soc
  15. [file orca_tools/qcmsg.cpp, line 465]:
  16.   .... aborting the run
复制代码

我自己做过几个对比:更换泛函/基组(辅助基组)、增加nroots(之前看sob老师在某个帖子给过的可能有用的建议)、不使用TDA FALSE关键词、将并行核数改为12(每个核3500 MB,我的机器是16核64GB)均有上述报错。但我更换分子发现并没有上述报错,计算可以正常进行,所以应该也不是mpi.exe出了问题。但我不是很明白我的分子有什么特别之处。我把输入文件、输出文件和分子结构(用gaussian做过S1的优化)放下面了,希望能得到各位老师的帮助和解惑,非常感谢!

POD-S1opted-wb97xd.xyz

3.89 KB, 下载次数 Times of downloads: 1

optedS1

PXD_soc.inp

195 Bytes, 下载次数 Times of downloads: 14

输入文件

PXD_soc.out

181.96 KB, 下载次数 Times of downloads: 8

输出文件

1万

帖子

0

威望

7396

eV
积分
18151

Level 6 (一方通行)

2#
发表于 Post on 2024-3-26 16:48:53 | 只看该作者 Only view this author
不要只看这行报错信息,关键在于下面这行
Negative eigenvalue found in transformed Hamiltonian
这个代表波函数不稳定。导致RPA subspace rebuild的主要有两个可能的原因,一个是波函数不稳定,一个是内存不足,增加nroots、改基组、改核数基本只对后者有效。
打开TDA以后按理说不应该报这个错了,你确定报错信息也是这个?
BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员

338

帖子

0

威望

1109

eV
积分
1447

Level 4 (黑子)

3#
 楼主 Author| 发表于 Post on 2024-3-26 16:52:53 | 只看该作者 Only view this author
wzkchem5 发表于 2024-3-26 16:48
不要只看这行报错信息,关键在于下面这行
Negative eigenvalue found in transformed Hamiltonian
这个代 ...

是的老师,不过不使用TDA FALSE的输出文件我手欠删了……就留了这最后一次。那请问老师这种情况是不是只能用gaussian做stable=opt,然后把chk文件转成wfn格式作为orca初猜才有可能解决呢?orca有没有类似stable=opt这种方式来找到自己稳定的基函数呢?

1万

帖子

0

威望

7396

eV
积分
18151

Level 6 (一方通行)

4#
发表于 Post on 2024-3-26 16:55:40 | 只看该作者 Only view this author
cokie 发表于 2024-3-26 09:52
是的老师,不过不使用TDA FALSE的输出文件我手欠删了……就留了这最后一次。那请问老师这种情况是不是只 ...

orca可以写
%scf
stabperform true
end
等价于高斯的stable=opt。
另外注意,视情况而定,找到稳定波函数再做计算未必是最理想的解决方法,参见http://bbs.keinsci.com/forum.php ... 6&fromuid=21811

评分 Rate

参与人数
Participants 1
eV +2 收起 理由
Reason
Red_Star + 2 赞!

查看全部评分 View all ratings

BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员

338

帖子

0

威望

1109

eV
积分
1447

Level 4 (黑子)

5#
 楼主 Author| 发表于 Post on 2024-3-26 16:58:14 | 只看该作者 Only view this author
本帖最后由 cokie 于 2024-3-26 16:59 编辑
wzkchem5 发表于 2024-3-26 16:55
orca可以写
%scf
stabperform true

明白了,感谢老师指点,我根据您的建议和推荐的博文尝试一下。

另外就是orca好像没有现成的wb97x带D2矫正的版本,我如果想让激发能尽可能和gaussian中使用wb97xd匹配,是否选用wb97x会比wb97x-d3更好一些呢?还是说计算激发能,带不带D矫正的泛函对所计算的结果并没有什么明显的影响呢?

1万

帖子

0

威望

7396

eV
积分
18151

Level 6 (一方通行)

6#
发表于 Post on 2024-3-26 17:04:12 | 只看该作者 Only view this author
cokie 发表于 2024-3-26 09:58
明白了,感谢老师指点,我根据您的建议和推荐的博文尝试一下。

另外就是orca好像没有现成的wb97xd的D2 ...

一般来说不加色散校正对激发能影响精确为0。但是wB97X系列泛函是例外,因为wB97X某种意义上类似M06-2X,考虑了一部分中程色散,所以但凡要加色散校正,就会发现最好要重新拟合wB97X部分的参数,以避免double-count色散部分。所以wB97X、wB97XD、wB97X-D3、wB97X-D3BJ等等的wB97X部分的参数都不一样,导致激发能结果有一些区别,不过一般区别不大。

评分 Rate

参与人数
Participants 1
eV +5 收起 理由
Reason
cokie + 5 非常感谢老师的帮助

查看全部评分 View all ratings

BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员

338

帖子

0

威望

1109

eV
积分
1447

Level 4 (黑子)

7#
 楼主 Author| 发表于 Post on 2024-3-26 19:24:15 | 只看该作者 Only view this author
wzkchem5 发表于 2024-3-26 17:04
一般来说不加色散校正对激发能影响精确为0。但是wB97X系列泛函是例外,因为wB97X某种意义上类似M06-2X, ...

明白了,非常感谢老师的帮助!

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2024-11-25 02:56 , Processed in 0.174056 second(s), 24 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list