Hi, I would like to know whether it is possible or not to print gradient information on a SP calculation. In my case, the input keywords are the following ones, corresponding to a “vertical calculation” to the first singlet excited state. I would like to obtain the gradient in such case:
$rem
JOBTYPE = sp
CIS_STATE_DERIV 1
CIS_N_ROOTS 5
CIS_SINGLETS true
CIS_TRIPLETS false
SPIN_FLIP = true
METHOD = PBE0
BASIS = 6-31+G*
SCF_CONVERGENCE = 9
SYM_IGNORE = true
IQMOL_FCHK = true
$end
Thank you