#! /bin/sh # If the subkey lifetime and GAMMA or CUBIC is included in the key AORESPONSE, # the damped (frequency dependent) second hyperpolarizability is calculated. # This test example consists of three calculations calculations: two with GAMMA # and one with CUBIC. # The the first two examples subkey EFIOR is used, which means the electric # field induced optical rectification gamma(0;omega,-omega,0). In the third # example two-photon absorption (TPA) cross sections are calculated, the reduced # form of gamma(-omega;omega,omega,-omega). Examples can easily be modified to # calculate the static case gamma(0;0,0,0), the optical Kerr effect # gamma(-omega;omega,0,0), the intensity dependent refractive index # gamma(-omega;omega,omega,-omega), the electric field induced second harmonic # generation gamma(-2omega;omega,omega,0), the third harmonic generation # gamma(-3omega;omega,omega,omega) use the subkey THG, or the general case # gamma(-(omega1+omega2+omega3);omega1,omega2,omega3). # Note: results will be physically meaningless due to small basis set. Purpose # of this job is to provide a test case for the second hyperpolarizability # implementation # In the first example the second hyperpolarizability is calculated with the # subkey GAMMA, for EFIOR, the electric field induced optical rectification # gamma(0;omega,-omega,0). #################### # Damped EFIOR, 2n+1 #################### AMS_JOBNAME=EFIOR_gamma $AMSBIN/ams <