In the *CCEXLR section input that is specific for double residues of coupled cluster cubic response functions is read in. Results obtained using this functionality should cite Ref. [192,193]. This section includes:
READ (LUCMD,*) MFREQ
READ (LUCMD,*) (BEXLRFR(IDX),IDX=NEXLRFR+1,NEXLRFR+MFREQ)
Frequency input for
.
READ (LUCMD,'(2A)') LABELA, LABELB
DO WHILE (LABELA(1:1).NE.'.' .AND. LABELA(1:1).NE.'*')
READ (LUCMD,'(2A)') LABELA, LABELB
END DO
Read pairs of operator labels. For each of these operator pairs, the double residues of the cubic response function will be evaluated at all frequencies. Operator pairs which do not correspond to symmetry-allowed combinations will be ignored during the calculation.
READ (LUCMD,*) IPRINT
Set print parameter for the *CCEXLR section.
READ (LUCMD,'(A80)') LABHELP
DO WHILE(LABHELP(1:1).NE.'.' .AND. LABHELP(1:1).NE.'*')
READ(LUCMD,*) ISYMS(1), IDXS(1), ISYMS(2), IDXS(2)
END DO
Read symmetry and index of the initial state and the final state. If initial and final state coincide one obtains excited state second-order properties (or, more precisely, the difference of the excited state second-order property relative to the ground-state property), if the two excited states are different one obtains the two-photon transition moments between the two excited states.