24小时热门版块排行榜    

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

wutongshun

金虫 (正式写手)

[求助] 用高斯09计算的tddft方法优化激发态出现问题如何解决?

用高斯09计算的tddft方法优化激发态
#p opt=maxcyc=300 td(triplets,nstates=6,root=1) b3lyp/genecp
1 3

出错信息是:
You need to solve for more vectors in order to follow this state.
Error termination via Lnk1e in /public1/soft/Gauss09/g09/l914.exe at Tue Apr 26 04:00:18 2011.
请教达人,如何解决?
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lihb734

铁杆木虫 (职业作家)

站在计算化学入门的门槛上

引用回帖:
1573431楼: Originally posted by 梦话 at 2012-08-16 08:44:43
我想问一个问题,我算激发态优化时用的如下方法#p hf/6-31+g(d) cis(singlets,nstates=5) scrf(pcm,solvent=CH3CH2OCH2CH3
) opt optcyc=300 maxdisk=20GB
出现了下面的结果
Root      1 :  **************** ...

如果分子大,计算机不好的,很正常的一件事。
前途光明,出路难觅!
16楼2012-08-16 10:53:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 16 个回答

lihb734

铁杆木虫 (职业作家)

站在计算化学入门的门槛上

【答案】应助回帖

wutongshun(金币+1): 2011-04-26 12:08:05
这个问题本版回答过多次了。你自己检索能看到更详细的解答。
解决:增大nstates指定的数目
还有,你这个优化的不是T1,而是T2
前途光明,出路难觅!
2楼2011-04-26 11:56:19
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

pwzhou

铁杆木虫 (正式写手)

【答案】应助回帖

wutongshun(金币+1): 2011-04-26 12:40:52
引用回帖:
Originally posted by wutongshun at 2011-04-26 11:48:06:
用高斯09计算的tddft方法优化激发态
#p opt=maxcyc=300 td(triplets,nstates=6,root=1) b3lyp/genecp
1 3

出错信息是:
You need to solve for more vectors in order to follow this state.
Error termi ...

我再把Gaussian公司的回信附上来,希望这是最后一次有人问这个问题,我实在不记得这已经是多少次有人问这一个同样的问题了。问问题之前搜索一下很难吗?

In the case of "No map to state **, you need to resolve more vectors" messages, this is usually an indication that one did not include enough excited states in the TD or CIS calculation. The "States=N" option to the "TD" or "CIS" keywords tells how many excited states to include in an excited state energy calculation. If this is not specified, the default value will be "States=3". The recommended value is to include a minimum of 2 or 3 more states than the state of interest. Thus, if you want to perform a geometry optimization for excited state 5, for example, I would recommend at least using "States=7" or "States=8". The geometry optimization will be done for one excited state M, selected with "Root=M", and one has to make sure that enough states are included in the CIS or TD expansion by having "States=N" where N is larger than M.

It is possible that, at some point during an optimization of an excited state, the order of the excited states changes and the CIS or TD expansion might need to include more states in order to be able to follow correctly the state of interest. This is essentially what that message about including more vectors mean, that is that at that point, the number of states that you originally specified with "States=N" was not enough in order to solve for the state of interest, so a larger number "N" will need to be used for "States=N".

Other times, the problem is that the ground state wavefunction becomes unstable, that is one of the states that was an excited at the initial geometry now becomes lower in energy than the state that was the ground state at the initial geometry. This kind of situation, unfortunately, cannot be modeled properly with single determinant expansions such as CIS or TD, and one would need to use CAS in order to be able to deal with the conical intersection or avoided crossing of states.

Another thing to note is that one should be much more careful with geometry optimizations on excited states than for the ground state. Typically the energy differences among excited states are smaller than between the ground state and the first excited state. Thus, one can afford to perform larger geometry optimization steps when optimizing the ground state than in the case of optimizing an excited state.

A "bad" geometry optimization step in the optimization of the ground state, may take you a bit off track but in following steps the optimization might find the way back and approach the converged structure. In the case of an optimization of an excited state, a "bad" geometry optimization step will also take you off track but, since other electronic states are close in energy, it is possible that at the new geometry the order of the excited states change and now the geometry optimization follows a different electronic state.

This is not only a problem because the optimization could be pursuing a different state than the one you were interested in, but also because, if several of these changes occur during a geometry optimization, it may even be hopeless to continue with the optimization because the gradient information and the estimated hessian could be useless (since not all the previous points in the geometry optimization where points from the same potential energy surface).

As a first measure to increase the reliability of the geometry optimization of excited states, I recommend to reduce the maximum allowed step size during geometry optimizations. Try "Opt=(MaxStep=10)" to set this value to 0.10 Bohr, or a smaller value if you still have problems. The default value is typically 0.30 Bohr. Reducing the maximum allowed step size will result in the geometry optimization taking more steps to reach convergence than with the default value. This will be true obviously for well-behaved geometry optimizations, but for problematic cases it will be the other way around, i.e. it will take fewer steps (and may even be impossible with the default step size) because it will be easier for the optimizer to follow a particular electronic state if the changes from step to step are not very drastic.
3楼2011-04-26 12:02:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wutongshun

金虫 (正式写手)

引用回帖:
Originally posted by lihb734 at 2011-04-26 11:56:19:
这个问题本版回答过多次了。你自己检索能看到更详细的解答。
解决:增大nstates指定的数目
还有,你这个优化的不是T1,而是T2

怎么不是T1了?
root=1,就是T1态
我要优化的是最低激发三重态
所以自选多重=3,用的是td(triplets)
4楼2011-04-26 12:09:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 316求调剂 +8 梁茜雯 2026-03-19 8/400 2026-03-25 20:33 by 热情沙漠
[考研] 308求调剂 +4 墨墨漠 2026-03-25 4/200 2026-03-25 20:32 by 热情沙漠
[考研] 材料求调剂 +3 .m.. 2026-03-25 3/150 2026-03-25 19:48 by 18337163304
[考研] 312求调剂 +4 上岸吧ZJY 2026-03-22 6/300 2026-03-25 19:09 by 星空星月
[考研] 289求调剂 +12 硕星赴 2026-03-23 12/600 2026-03-25 18:41 by Ainin_
[考研] 0854AI CV方向招收调剂 +4 章小鱼567 2026-03-23 4/200 2026-03-25 17:04 by CoderLoser
[考研] 0854电子信息求调剂 +7 α____ 2026-03-22 9/450 2026-03-25 13:37 by α____
[考研] 求调剂 +3 李李不服输 2026-03-25 3/150 2026-03-25 13:03 by cmz0325
[考研] 化工专硕求调剂 +3 question挽风 2026-03-24 3/150 2026-03-24 18:48 by jhhcooi
[考博] 申博26年 +4 八6八68 2026-03-19 4/200 2026-03-24 15:49 by 小Ben呵呵
[考研] 【双一流院校新能源、环境材料,材料加工与模拟招收大量调剂】 +4 Higraduate 2026-03-22 7/350 2026-03-24 11:23 by 种大树
[考研] 335求调剂 +4 yuyu宇 2026-03-23 5/250 2026-03-23 23:49 by Txy@872106
[考研] 269求调剂 +4 我想读研11 2026-03-23 4/200 2026-03-23 21:25 by pswait
[考研] 一志愿南京理工大学085701资源与环境302分求调剂 +5 葵梓卫队 2026-03-18 7/350 2026-03-23 16:26 by lingjue
[考研] 298求调剂一志愿211 +3 上岸6666@ 2026-03-20 3/150 2026-03-22 15:50 by ColorlessPI
[考研] 求调剂 +7 Auroracx 2026-03-22 7/350 2026-03-22 12:38 by 素颜倾城1988
[考研] 22408 344分 求调剂 一志愿 华电计算机技术 +4 solanXXX 2026-03-20 4/200 2026-03-20 23:49 by alg094825
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +4 晨昏线与星海 2026-03-19 4/200 2026-03-20 22:15 by JourneyLucky
[考研] 材料学硕297已过四六级求调剂推荐 +11 adaie 2026-03-19 11/550 2026-03-20 21:30 by laoshidan
[考研] 一志愿 南京航空航天大学大学 ,080500材料科学与工程学硕 +5 @taotao 2026-03-20 5/250 2026-03-20 20:16 by JourneyLucky
信息提示
请填处理意见