Dear all,
I'm trying to perform a QM/MM calculation which makes use of DLPNO-CCSD(T)-F12/D for the high level, and XBT for the low level. My input looks like this for ORCA:
!QM/XTB DLPNO-CCSD(T)-F12/D cc-pvtz-F12 cc-pvtz-F12-CABS cc-pvtz-F12-MP2fit DefGrid2 SmallPrint Opt NUMGRAD
%qmmm
QMAtoms {0:12} end
end
* xyz 0 1
coordinates for moleclues
*
I have been trying to get ORCA to run this calculation, but it keeps crashing after 3 hrs with the following error:
--------------------------------- --------------------
FINAL SINGLE POINT ENERGY (L-QM2) 0.000000000000 (Wavefunction not fully converged!)
--------------------------------- --------------------
[file orca_main/main_util_tools.cpp, line 549]: Cannot open gbw file
[file orca_main/main_util_tools.cpp, line 549]: Cannot open gbw file
However, the gbw file is there. So I was wondering what I could do to remove this error?