#!/bin/sh # Application of the Ligand Field DFT approach for the calculation # of the g-tensor. The g-tensor is only calculated for Kramer doublet states. # This example calculates the g-tensor of the ground and excited doublet states # of Co(acacen) with a Co d^7 electron configuration. # First an average of configuration calculation (AOC) is performed, where 7 # electrons are equally distributed over the 5 orbitals that have the most # dominant Co 3d character. Depending on the electron configuration this might # be a non-trivial task. Here the Keeporbitals=0 and Freeze functionality is used, # such that ADF will on successive SCF cycles assign electrons to the MOs # that maximally resemble - in spatial form - those that were occupied in 0th # (in fact 1st) cycle. Note that the orbitals that have the most # dominant Co 3d character in the 1st cycle are orbitals 71, 72, 73, 74, and 75, # whereas at the end of the SCF they are 71, 72, 73, 74, and 77. # # Symmetry NOSYM should be specified. SCM_LFDFT="$AMSHOME/examples/adf/Co_LFDFT/LFDFT" export SCM_LFDFT $AMSBIN/ams <