While trying to run an optimization followed by harmonic vibrational analysis I encountered the following error:
******************************
** OPTIMIZATION CONVERGED **
******************************
Requested basis set is non-standard
There are 35 shells and 89 basis functions
Q-Chem fatal error occurred in module libmdc/newfileman.C, line 376:
FileMan error: End of file reached prematurely reading (360) bytes in file FILE_DIPOLE_DERIVATIVES
Path: /home/scr/arikco/qchem3452141/133.0
Hi Arik,
Can you please post a minimal (but complete) input file that exhibits the problem? It looks like the geometry optimization completed successfully then something subsequent to that was a problem. That could be NBO=TRUE (as NBO was designed for SCF and not CCSD(T) calculations), or it could be something else. It may not be a good idea to combine all of these things together into a single job. Maybe optimize the geometry first and then run subsequent analysis calculations at that geometry, especially given that the optimization uses finite-difference gradients.
This is what I was suggesting above - do this in separate jobs. First optimize with CCSD(T). Then run the NBO analysis with METHOD = HF (since it’s not going to use the correlated method anyway).