#! /bin/sh # This is example for a calculation of FDE interaction energies in ADF for an # open-shell frozen fragment. # It performs single point runs for H2O and Ne, the latter unrestricted # with LDA/DZ (all-electron) and uses these fragments in an FDE energy # embedding calculation in which the energy of water in presence of a frozen # (open-shell) neon atom is computed # This is a bit of an artificial test but it serves its purpose # # No freeze-thaw is done, this is at present not possible with unrestricted # (open shell) fragments, but has to be done manually, see the example in # $AMSHOME/examples/Test/FDE_Spin.run # # NumericalQuality is good which should give total energies for the # fragments accurate at least up to 10**(-4) atomic units # # This test has been checked to yield the same energy as a run with a closed- # shell (restricted) Ne atom (just comment UNRESTRICTED in the input below) # # Ne LDA/DZ (unrestricted) AMS_JOBNAME=Ne $AMSBIN/ams <