#!/bin/sh # ============================================================================================== # # Charge Separation Calculation of a ethylene dimer: # C2H4* + C2H4 --> C2H4+ + C2H4- # aimed at: # # 1) calculate site energies and couplings of fde-derived of a localized exciton # (Diabat 1) and charge-separated state (Diabat 2). The exciton is obtained by using # XCDFT method. # # 2) calculate the charge-transfer excitation energy from a two-state model that # includes the two charge-localized states involved in the calculation # # First the isolated (restricted) neutral fragments are obtained. Symmetry NOSYM is used. # In addition, an isolated unrestricted neutral calculation of the fragment to be excited is performed. # Resulting files: t21.iso.rho1, t21.iso.rho2 and gs.t21. Next in the first FDE calculation: # state C2H4* (neutral-XCDFT excitation) and C2H4(neutral), resulting files: # fragA1.t21 and fragA2.t21. The freeze and thaw cycles are done manually since # open-shell fragments were used. Next in the second FDE calculation: state C2H4+ and C2H4-, # resulting files fragB1.t21 and fragB2.t21. Again freeze and thaw cycles are done manually since # open-shell fragments were used. # # In the final charge separation calculation the ELECTRONTRANSFER block keyword is used. # The files fragA1.t21, fragA2.t21, fragB1.t21, and fragB2.t21 must exist and must have these names. # =================================================================================================== # ================================================== # OBTAIN ISOLATED FRAGMENTS # ================================================== AMS_JOBNAME=Iso1 $AMSBIN/ams <