#!/bin/sh # Calculation of the excitation energies of Formamide using the CV(n)-DFT # method. Due to bugs in older versions it is important to use ADF2016.105 or # later. # Example of CV(infinity)-DFT where the molecular orbitals for the particular # excitation are optimized (relaxed), which is called the R-CV(infinity)-DFT method. # In this case, the transition U-vector is frozen, while the orbitals are # relaxed. ALLPOINTS should be used in case of a symmetric molecule. # EXACTDENSITY should be used for precision reasons. Note that the irrep labels # for C(s) symmetry that are used in the excitation code (A' and A'') differ # from those that are used during the SCF (AA and AAA). The example contains of # 2 parts. In the first example singlet-singlet excitations are calculated using # the subkeyword ONLYSING in the EXCITATIONS block key. In the second example # singlet-triplet excitations are calculated replacing the subkeyword ONLYSING # with the subkeyword ONLYTRIP in the EXCITATIONS block key. AMS_JOBNAME=SS $AMSBIN/ams <