#! /bin/sh # This example illustrates the bond energy decomposition scheme using metaGGA or # metahybrid or hybrid functionals in ADF. # The first example is straightforward with closed shell atomic fragments: Zn_2. # The second example has open shell atomic fragments: Cr_2, and the extra # complication that spin symmetry breaking lowers the energy of the molecule, # although the total S_z-value is zero. The third example has open shell atomic # fragments, and the molecule is open shell: CrH. # == Zn2 == # In the first example for Zn_2 the metahybrid TPSSh is used. In the bond energy # analysis, the bond energy is split in a Pauli repulsion term, a steric # interaction, and an orbital interaction. AMS_JOBNAME=Zn2 $AMSBIN/ams < Cr_create_run.out System atoms Cr 0.0 0.0 0.0 end end Task SinglePoint Engine ADF NumericalQuality VeryGood IrrepOccupations S 7 P 12 D 5 End basis core None type TZ2P end xc metagga TPSS end EndEngine eor AMS_JOBNAME=Cr2 $AMSBIN/ams <