Singly-excited states of closed-shell molecules cannot be described via a single non-aufbau filled Slater determinant as both the up and down spins are equally likely to be excited, leading to at least two configurations with equal weights. Triplet energies can nonetheless be found from a single determinant by switching from the subspace of the ground state to (i.e., by having both unpaired electrons have spins pointing in the same direction instead of having one up and one down spin). This tactic however does not work on singlet excited states, with non-aufbau filled configurations where only the up (or down) spin is excited being intermediate between singlet and triplet (and thus spin contaminated). This mixed state is not unlike spin-symmetry broken, unrestricted ground state solutions. An actual singlet energy can be obtained via approximate spin-purification post SCF, by removing the triplet contribution to the energy. The triplet energy thus has to be separately estimated with a second orbital optimization.
The restricted open-shell Kohn-Sham (ROKS) method offers an alternative route to singlet
excited states of this nature. The mixed non-aufbau configuration (with either
the up or down spin being excited) is exactly halfway between a singlet and
triplet when restricted open-shell orbitals are used, and has an energy
. The triplet energy is also computable from a single
determinant within the the subspaces. Consequently, ROKS optimizes
a set of spin-restricted orbitals such that the spin-purified
singlet energy is
stationary. This therefore needs only one orbital optimization, in contrast to
the two sets needed for the SCF approach mentioned in the preceding
paragraph. The structure of the ROKS Fock matrix however is more complex,
by virtue of the two-determinant nature of the equations.
541
J. Chem. Phys.
(1973),
59,
pp. 1457.
Link
,
676
J. Chem. Phys.
(2013),
138,
pp. 164101.
Link
It is also important to note that this excited-state method is
distinct from ROKS theory for open-shell ground states, which is a single-determinant method
corresponding to the high-spin state with multiple unpaired spins.
The implementation of ROKS excited states in Q-Chem largely follows the
theoretical framework established by Filatov and Shaik;
361
Chem. Phys. Lett.
(1999),
304,
pp. 429.
Link
see Ref.
676
J. Chem. Phys.
(2013),
138,
pp. 164101.
Link
for the case of the
lowest excited singlet ( state) with a DIIS-based approach. An example is provided below.
ROKS for higher excited states is possible using either the squared-gradient approach
(Section 7.8.4),
the maximum overlap method (Section 7.6),
or else state-targeted energy projection (Section 7.8.5).
ROKS has been found to be significantly more accurate than TDDFT for describing
charge-transfer states,
475
J. Chem. Theory Comput.
(2016),
12,
pp. 3353.
Link
and preliminary evidence
shows the same to hold for Rydberg states. ROKS is also extremely accurate for
core excitation energies, with the SCAN functional yielding errors below 0.5 eV for both K- and L-edge excitations
of small molecules.
472
J. Phys. Chem. Lett.
(2020),
11,
pp. 775.
Link
Examples of using ROKS/SGM to compute core-excited states are provided in
Section 7.8.4. Analytic nuclear gradients (in the excited state) are
also available, enabling geometry optimization and molecular dynamics
calculations as well, along with finite-difference frequency calculations.
Users of the ROKS code are requested to cite Ref.
676
J. Chem. Phys.
(2013),
138,
pp. 164101.
Link
, and in addition
Ref.
473
J. Chem. Theory Comput.
(2020),
16,
pp. 1699.
Link
if the SGM implementation is
employed, as well as Ref.
475
J. Chem. Theory Comput.
(2016),
12,
pp. 3353.
Link
for charge-transfer states and
Ref.
472
J. Phys. Chem. Lett.
(2020),
11,
pp. 775.
Link
for application to core excitations.
The chief limitation of ROKS is that it can only describe states with one broken electron pair. It is consequently applicable only to certain excited states of closed-shell systems: all singlet single excitations well-described by a single natural transition orbital (NTO) pair, or higher singlets where only one electron pair is broken in total (like the B doubly excited state of tetrazine). Fortunately, most charge-transfer and core-excitations do not require more than one broken electron pair, and so this limitation is not a major problem in practice.
Furthermore, ROKS often suffers from an un-physical mixing between the open-shell
orbitals when they belong to the same spatial symmetry, which often manifests in
and excitations.
378
Chem. Phys.
(2008),
347,
pp. 17.
Link
,
676
J. Chem. Phys.
(2013),
138,
pp. 164101.
Link
This is associated with the inherent ambiguity
in defining an effective Fock opereator for a two-determinant wave function.
541
J. Chem. Phys.
(1973),
59,
pp. 1457.
Link
,
378
Chem. Phys.
(2008),
347,
pp. 17.
Link
Convergence is often difficult for the states where
this mixing manifests, and the overlap with the ground state may be significant.
Two protocols can be used to alleviate this issue. The first is a level-shift technique
that splits the energy between the two singly-occupied orbitals thereby
supressing their mixing.
676
J. Chem. Phys.
(2013),
138,
pp. 164101.
Link
It is only available with DIIS and
for the ROKS implementation on the old SCF engine (GEN_SCFMAN = FALSE).
The second is a total supression of the mixing between the sinlgy-occupied orbitals.
While this may disregard the correct variational condition,
541
J. Chem. Phys.
(1973),
59,
pp. 1457.
Link
it
produces excited states with much smaller overlaps with the ground state and provides
smoother convergence. See 7.8.3 for a demonstration.
To perform an ROKS excited state calculation, simply set the keyword ROKS = TRUE and ensure that UNRESTRICTED = FALSE. It is recommended to perform a preliminary ground-state calculation on the system first, and then use the ground-state orbitals to construct the initial guess using SCF_GUESS = READ.
ROKS
ROKS
Controls whether ROKS calculation will be performed.
TYPE:
LOGICAL
DEFAULT:
FALSE
OPTIONS:
FALSE
ROKS is not performed.
TRUE
ROKS will be performed.
RECOMMENDATION:
Set to TRUE if ROKS calculation is desired. Make sure that UNRESTRICTED is not set to TRUE.
ROKS_LEVEL_SHIFT
ROKS_LEVEL_SHIFT
Introduce a level shift of /100 hartree to aid DIIS convergence.
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
0
No shift
level shift of /100 hartree.
RECOMMENDATION:
Use in cases of problematic DIIS convergence. Only available for the ROKS implementation on the old SCF engine (GEN_SCFMAN = FALSE).
ROKS_SS_MIXING
ROKS_SS_MIXING
Allow coupling between the two singly-occupied molecular orbitals.
TYPE:
INTEGER
DEFAULT:
1
OPTIONS:
0
Supress coupling.
1
Allow coupling.
RECOMMENDATION:
Supress coupling when the resuling states are difficult to converge and / or overlap significantly with the ground state. Only for GDM and SGM-based solvers.
$comment ROKS excited state gradient of formaldehyde Use orbitals from ground state for initial guess $end $rem EXCHANGE pbe0 BASIS 6-311+G* SCF_CONVERGENCE 9 point_group_symmetry False $end $molecule 0 1 H -0.940372 0.000000 1.268098 H 0.940372 0.000000 1.268098 C 0.000000 0.000000 0.682557 O 0.000000 0.000000 -0.518752 $end @@@ $molecule read $end $rem ROKS true UNRESTRICTED false EXCHANGE pbe0 BASIS 6-311+G* JOBTYPE force SCF_CONVERGENCE 9 point_group_symmetry False SCF_GUESS read $end
$comment Plain old SCF on the ground state. $end $molecule 0 1 C 0.00000000 0.00000000 0.18807702 C 0.00000000 2.42007545 -1.31764698 C 0.00000000 -2.42007545 -1.31764698 O 0.00000000 0.00000000 2.48269094 H 0.00000000 4.03690733 -0.05185132 H 0.00000000 -4.03690733 -0.05185132 H 1.66061256 2.48420530 -2.53995285 H -1.66061256 2.48420530 -2.53995285 H 1.66061256 -2.48420530 -2.53995285 H -1.66061256 -2.48420530 -2.53995285 $end $rem METHOD WB97X-D UNRESTRICTED FALSE BASIS STO-3G INPUT_BOHR TRUE INTEGRAL_SYMMETRY FALSE POINT_GROUP_SYMMETRY TRUE GEN_SCFMAN TRUE SCF_ALGORITHM DIIS_GDM SCF_CONVERGENCE 8 MAX_SCF_CYCLES 200 MEM_TOTAL 1000 MEM_STATIC 100 THRESH 14 $end @@@ $comment Plain old SCF on the ground state with UNRESTRICTED = TRUE to enable TRANS_MOM_SAVE. $end $molecule read $end $rem METHOD WB97X-D UNRESTRICTED TRUE BASIS STO-3G INPUT_BOHR TRUE INTEGRAL_SYMMETRY FALSE POINT_GROUP_SYMMETRY TRUE SYM_IGNORE TRUE GEN_SCFMAN TRUE SCF_GUESS READ SCF_ALGORITHM DIIS SCF_CONVERGENCE 10 MAX_SCF_CYCLES 200 TRANS_MOM_SAVE 1 MEM_TOTAL 1000 MEM_STATIC 100 THRESH 14 $end @@@ $comment ROKS calculation targeting the \pi -> \pi^{*} state. Attempt to run this calculation with ROKS_SS_MIXING = TRUE to see what happens. $end $molecule read $end $rem METHOD WB97X-D UNRESTRICTED FALSE ROKS TRUE ROKS_SS_MIXING FALSE BASIS STO-3G INPUT_BOHR TRUE INTEGRAL_SYMMETRY FALSE POINT_GROUP_SYMMETRY TRUE GEN_SCFMAN TRUE SCF_GUESS READ SCF_ALGORITHM GDM SCF_CONVERGENCE 7 MAX_SCF_CYCLES 1000 TRANS_MOM_READ 2 THRESH 14 MEM_STATIC 100 MEM_TOTAL 1000 $end $reorder_mo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 15 17 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 15 17 $end