#! /bin/sh # If the TOTALENERGY is included the total energy will be calculated. # ADF normally does not calculate the total energy of a system (the energy wrt bare nuclei and free electrons). # However, ADF calculates the energy of the system with respect to fragment energies. # By default, these fragments are the spherical spin-restricted neutral atoms, but one can also use larger fragments # This example performs single point runs for H2O with PBE/DZP with frozen # cores and all-electron and B3LYP/DZP with all-electron and HARTREEFOCK/DZP # with all-electron The tests run in C(2v) symmetry. Integration quality is good # which should give total energies accurate at least up to 10^-4 atomic units. # The key EXACTDENSITY is used for higher accuracy of the results. # Note that only energy difference comparisons are meaningful. These are the # only energies that play a role in chemistry of course, and for this one does # not need total energies. # Remark: an earlier version of this example contained the undocumented key NOTOTEN. # If one uses this undocumented key NOTOTEN the bond energy is not calculated. # This may lead to an error in the AMS calculation. # ---------------------------- # H2O PBE/DZP with frozen core # ---------------------------- AMS_JOBNAME=FrozenCore $AMSBIN/ams <