Hi, I would like to know whether it is possible or not to run a frequency calculation, or force calculation, and printing both the gradient and hessian for a ground state of singlet simmetry. It turns out that I can print the gradient with “force” as jobtype, and the hessian if I do a “frequency” job, but I wonder if it is possible to have both.
I don’t think so, because for frequency jobs Q-Chem does not test that the point is a minimum (which allows one to compute the Hessian at arbitrary points on the potential surface), but this means there’s no need to evaluate the gradient in order to compute the Hessian. That said, cost of JOBTYPE=FORCE is much smaller than JOBTYPE=FREQ (certainly for large systems). I would make a compound input, FORCE calculation first then use SCF_GUESS=READ for the 2nd job so there’s very little additional overhead.