Hi,
I am running excited state AIMD using the following $rem section:
$rem
JOBTYPE aimd
EXCHANGE wB97X-D
BASIS cc-pVDZ
MEM_TOTAL 260000
CIS_N_ROOTS 2
SYMMETRY off
SYM_IGNORE true
CIS_SINGLETS true
CIS_TRIPLETS true
PROJ_TRANSROT true
AIMD_STEPS 2000
TIME_STEP 40
AIMD_PRINT 1
AIMD_INIT_VELOC thermal
AIMD_TEMP 4000
AIMD_INTEGRATION vverlet
CIS_STATE_DERIV 3
SCF_ALGORITHM GDM
SCF_MAX_CYCLES 200
THRESH 14
SET_ITER 50
$end
At one specific time step, Q-Chem changes the number of roots to be calculated (initially just 2) and it prints the following string in the output:
NRoots was altered as:2 -->3
Calculating indeed 3 roots for singlet and 3 roots for triplet states.
I am curious to know the cause of this behavior. Is this something to be worried about?