I am so excited to test Q-Chem’s amazing features for excited state chemistry but, to my surprise, I stumbled upon an error message while trying to perform an excited state PES. The message makes it clear that I can’t do that with Q-Chem v6.0:
Checking the input file for inconsistencies...
PES scan currently implemented only for the ground state.
Please remove CIS_STATE_DERIV from $rem.
The Q-Chem input file has failed to pass inspection
Since it is possible that I am doing something wrong, my question is: is, at all, possible to do relaxed PES scans for excited states using Q-Chem?
Below is the input that I put together:
$rem
JOBTYPE pes_scan
BASIS = def2-tzvp
GUI = 2
METHOD = wB97XD
SOLVENT_METHOD = PCM
CIS_N_ROOTS 5
CIS_SINGLETS true
CIS_TRIPLETS false
CIS_STATE_DERIV 1 Lowest TDDFT state
STATE_FOLLOW true
XC_GRID 3
THRESH 12
$end
$scan
tors 19 18 13 12 0 360 8
$end
$pcm
Theory CPCM
Method SWIG
Solver Inversion
Radii Bondi
$end
$solvent
DIELECTRIC 8.93
OPTICALDIELECTRIC 1.4241
$end