|
最近在做一个计算,结构比较大,需要计算TD_SOC。
因为结构很大,在TD计算过程会导致只能用很少的核,每个核给很大的内存 这种方式去算。
于是我先通过多核小内存先算了单点能,然后再读取收敛得到的gbw文件去算TD_SOC计算。
但是当我将gbw文件放在当前路径下,软件也输出如下内容
The File: *.gbw exists
Trying to determine its content:
... Fine, the file contains calculation information
... Fine, the calculation information was read
... Fine, the file contains a basis set
... Fine, the basis set was read
... Fine, the file contains a geometry
... Fine, the geometry was read
... Fine, the file contains a set of orbitals
... Fine, the orbitals can be read
=> possible old guess file was deleted
=> GBW file was renamed to GES file
=> GES file is set as startup file
=> Guess is set to MORead
... now leaving AutoStart
但是实际计算时候还是进行了艰难的SCF过程。是否有方法可以让ORCA直接使用我给的gbw文件作为当前级别已经收敛的波函数文件,而不再只当初猜 |
|