7.35. Excited States via IH-FSMR-CCSD¶
An alternative approach for decoupling the singles excitation space from the space of double and higher excitations is to use the so called Fock space multi-reference coupled cluster (FSMRCC) method. The method is similar to STEOM-CCSD, but much more flexible in terms of formulation.
7.35.1. General Description¶
FSMRCC is originally based on an effective Hamiltonian (EH). The basic
idea of EH theory is to obtain some selective eigenvalues of the
Hamiltonian operator from the total eigenvalue spectrum. For this
purpose, the entire configuration space is divided into a model and an
outer space with projection operators
where the braces indicate normal ordering of the cluster operators and
The cluster operator
However,
Fig. 7.38 Division of the configuration space into model and outer space in
effective Hamiltonian (EH) theory and into model, intermediate, and
outer space in intermediate Hamiltonian (IH) theory.
When the model space is not energetically well separated from the outer
space, this method faces convergence problems. This is commonly termed
as the intruder state problem. In the intermediate Hamiltonian (IH)
formulation, configuration space is divided into three subspaces,
namely, the main(M), the intermediate(I), and the outer(O) space (see
Fig. 7.38) with projection operators
where
The
solve the ground state coupled cluster equations
construct
solve the EOMIP and EOMEA equations
extract the
amplitudesconstruct the second similarity transformed Hamiltonian as
diagonalize the
in CIS space
The automatic active space selection scheme and all the speed up options which are available for STEOM-CCSD, including bt-PNO and COSX, are also available for IH-FSMR-CCSD. All the keywords controlling the IH-FSMR-CCSD are similar to STEOM-CCSD as described in Excited States via STEOM-CCSD.
No UHF variant of IH-FSMR-CCSD is currently available.
7.35.2. Properties¶
The transition properties can be calculated using a simple CIS-like formulation, employing the converged IH-FSMR-CC eigenvectors. The transition moments are computed by default in an IH-FSMR-CCSD calculation.
7.35.3. Solvation Correction¶
Solvent effects can be approximated by a simple perturbative correction to the IH-FSMR-CCSD via
where
The CPCM correction directly enters the
where
A typical input file looks like
! aug-cc-pVDZ IH-FSMR-CCSD
!CPCM(water)
%mdci
NROOTS 8
DoSOLV true
DTol 1e-10
end
*xyz 0 1
O 0.0000 0.0000 0.1173
H 0.0000 0.7572 -0.4692
H 0.0000 -0.7572 -0.4692
*
For the above input, the following output is obtained:
---------------------------------
CALCULATED SOLVENT SHIFTS
CPCM MODEL
---------------------------------
Contributions of the 'fast' term to the solvent shift
State Shift(Eh) Shift(eV) Shift(cm**-1) Shift(nm) E_FSMRCC(eV) E_FSMRCC+SHIFT(eV)
-------------------------------------------------------------------------------
0: -0.0058000 -0.158 -1273.0 3.3 7.814 7.656
1: -0.0133523 -0.363 -2930.5 5.0 9.650 9.287
2: -0.0053622 -0.146 -1176.9 1.8 10.144 9.998
3: -0.0078092 -0.212 -1713.9 2.2 10.958 10.746
4: -0.0040294 -0.110 -884.4 1.0 11.534 11.424
5: -0.0137147 -0.373 -3010.0 3.3 12.003 11.630
6: -0.0093172 -0.254 -2044.9 2.2 12.131 11.878
7: -0.0077514 -0.211 -1701.2 1.7 12.562 12.352
Thee perturbative correction only changes the transition energies and neither the wave function nor the transition moment.