Excited-state Coupled Cluster methods

ElemCo.EOMModule
 module EOM

This module contains the implementation of the EOM (Equation of Motion) methods for computing the excited states.

source

Exported functions

ElemCo.EOM.calc_svd_eomMethod
calc_svd_eom(EC::ECInfo, method::ECMethod)

Calculate decomposed closed-shell EOM-DCSD.

Currently only DC methods are supported. DF integrals are used (have to be calculated before).

source

Internal functions

ElemCo.EOM.cis_HU1Method
cis_HU1(EC::ECInfo, U1)

Compute H times U1 for CIS.

$V^i_a = f_a^c U^i_c - f_k^i U^k_a + (2 v_{ak}^{ic} - v_{ak}^{ci}) U^k_c$

source
ElemCo.EOM.cis_homo_lumo_guessMethod
cis_homo_lumo_guess(EC, nstates)

generate a CIS starting guess for nstates by preparing a CIS matrix around the HOMO-LUMO and diagonalizing it

source