#!/bin/sh # Non-relativistic calculation # ============================ # A calculation of NMR nuclear spin-spin coupling constants (NSCCs). # As explained in the ADF manual, the quality of a calculation for spin-spin # coupling constants, using the program 'CPL', depends largely on the preceding # ADF calculation, which produces the Kohn-Sham orbitals and orbital energies, # used as a starting point. # One of the quality-determining factors is the chosen basis set. It should be # sufficiently flexible near the nucleus. Although the all-electron basis TZ2P # is chosen in this example, it is recommendable to add more functions to the # basis sets near the nucleus in case of heavy elements. One could start from a # ZORA/QZ4P basis for example. # The NOSYM symmetry currently needs to be specified in ADF to enable the CPL # program to work correctly. AMS_JOBNAME=first $AMSBIN/ams <