#! /bin/sh # Calculation of the excitation energies of Pyridine using the range-separated # functional CAM-B3LYP. First the atoms are calculated. To calculate this range- # separated functional CAM-B3LYP the RIHARTREEFOCK method is required, and LibXC # is needed. Note that CAM-B3LYP is not the same as CAMY-B3LYP. For speed # reasons the atoms are calculated separately, such that these calculations # might run in parallel. If the BASIS key is used the atoms are calculated # serially. For the LibXC range separated functionals, like CAM-B3LYP, starting # from ADF2016.102 the kernel consists of range separated ALDA plus the kernel # of the range separated exact exchange part. In ADF2016.101 the kernel for # LibXC range separated functionals, like CAM-B3LYP, was using a 100% ALDA plus # range separated exact exchange kernel (the ALDA part was not range-separated # corrected). for n in H C N do $ADFBIN/adf <