For optimizing excited-state geometries and other applications, it can be
important to find and follow electronically excited states of a particular
character as the geometry changes. Various state-tracking procedures have
been proposed for such cases.
488
J. Phys. Chem. A
(2014),
118,
pp. 11987.
Link
,
239
J. Chem. Phys.
(2014),
140,
pp. 134306.
Link
,
1435
J. Chem. Phys.
(2015),
143,
pp. 234107.
Link
One such algorithm, based on the
overlap of the attachment/detachment densities at successive steps,
in available in Q-Chem (see Section 7.14.2).
239
J. Chem. Phys.
(2014),
140,
pp. 134306.
Link
Using the densities
avoids any issues that may be introduced by sign changes in the orbitals or
configuration-interaction coefficients.
Two parameters are used to influence the choice of the electronic surface. One () controls the energy window for states included in the search, and the other () controls how well the states must overlap in order to be considered of the same character. These can be set by the user or generated automatically based on the magnitude of the nuclear displacement. The energy window is defined relative to the estimated energy for the current step (i.e., ), which in turn is based on the energy, gradient and nuclear displacement of previous steps. This estimated energy is specific to the type of calculation (e.g., geometry optimization).
The similarity metric for the overlap is defined as
(9.57) |
where is the difference in attachment density matrices (Eq. (7.159)) and is the difference in detachment density matrices (Eq. (7.157)), at successive steps. Equation (9.57) uses the matrix spectral norm,
(9.58) |
where is the largest eigenvalue of .
The selected state always satisfies one of the following
It is the only state in the window defined by .
It is the state with the largest overlap, provided at least one state has .
It is the nearest state energetically if all states in the window have , or if there are no states in the energy window.
State-following can currently be used with CIS or TDDFT excited states and is
initiated with the $rem variable STATE_FOLLOW. It can be used with
geometry optimization, ab initio molecular dynamics,
239
J. Chem. Phys.
(2014),
140,
pp. 134306.
Link
or with the freezing/growing-string method. The desired state is
specified using CIS_STATE_DERIV for optimization or dynamics, or
using SET_STATE_REACTANT and SET_STATE_PRODUCT for the
freezing- or growing-string methods. The results for geometry optimizations
can be affected by the step size (GEOM_OPT_DMAX), and using a step
size smaller than the default value can provide better results. Also, it is
often challenging to converge the strings in freezing/growing-string
calculations.
STATE_FOLLOW
STATE_FOLLOW
Turns on state following.
TYPE:
LOGICAL
DEFAULT:
FALSE
OPTIONS:
FALSE
Do not use state-following.
TRUE
Use state-following.
RECOMMENDATION:
None.
FOLLOW_ENERGY
FOLLOW_ENERGY
Adjusts the energy window for near states
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
0
Use dynamic thresholds, based on energy difference between steps.
Search over selected state .
RECOMMENDATION:
Use a wider energy window to follow a state diabatically, smaller window to
remain on the adiabatic state most of the time.
FOLLOW_OVERLAP
FOLLOW_OVERLAP
Adjusts the threshold for states of similar character.
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
0
Use dynamic thresholds, based on energy difference between steps.
Percentage overlap for previous step and current step.
RECOMMENDATION:
Use a higher value to require states have higher degree of similarity to be
considered the same (more often selected based on energy).