Sample directory: adf/CN_unr_exci/
Calculation of the excitation energies of the open shell molecule CN
$ADFBIN/adf << eor Title excitation energies of CN Atoms C .0000 .0000 .0000 N .0000 .0000 1.1718 End unrestricted charge 0 1 excitations lowest 20 end Basis Type AUG/ADZP End End input eor
In this example, the lowest 20 excitation energies of CN are calculated in a spin-unrestricted TDDFT calculation. In the MO → MO transitions part for the excitations of the output file, the spin of each molecular orbitals are also specified to help assign the spin state of the excited states. The transitions are always from α spin-orbital to α spin-orbital or from β spin-orbital to β spin-orbital.
Next the same example for CN is given with the Tamm-Dancoff approximation (TDA) approximation (including TDA in the input). Due to this approximation the calculated excitation energies will not be exactly the same as in the first example.
The third calculation is the calculation of spin-flip excitation energies for CN. Again these energies will not be exactly the same as in the first example. For open-shell molecules, spin-flip transition can result in transition to the ground state with a different Sz value, while the symmetry of the transition density is A1 (Σ+ for linear molecules). The excitation energy of this transition should be zero and this can be used to test the reliability of spin-flip TDDFT. Indeed the calculation of the spin-flip excition energies of CN shows one value which is close to zero and has a transition density of Σ+ symmetry.
$ADFBIN/adf << eor Title spin-flip excitation energies (TDA) of CN Atoms C .0000 .0000 .0000 N .0000 .0000 1.1718 End unrestricted charge 0 1 excitations lowest 20 end SFTDDFT TDA FORCELDA Basis Type AUG/ADZP End End input eor




