|
    
How to avoid the unnecessary computation of many SCF cycles
As already mentioned, once the first-order MOs with respect
to the perturbation by one of the nuclear spins have been determined, the NSSCC
between this and all other nuclei can be computed rather quickly. For each
nucleus that participates in at least one of the coupling constants to be
determined, the matrix elements of the FC, SD, and OP operators have to be
evaluated once (unless the computation of the respective terms is disabled).
You can use this information in order to minimize the number
of nuclei for which an SCF cycle has to be performed. This can lead to a great
speedup of the computation. The final result, the NSSCC between A and B, does
not depend on which nucleus has been chosen as the 'perturbing' one, and which
as the 'responding' one (convergence has to be good enough, though). Suppose you
want to compute the NSSCCs in the water molecule, with O being nucleus no. 1.
In that case,
NUCLEI 1 2 3
NUCLEI 2 3
yields the same O-H and H-H coupling constants as the input
NUCLEI 2 1
NUCLEI 1 3
NUCLEI 3 2
but with less computational effort due to the fact that only
2 instead of 3 SCF cycles will be performed. The example chosen here is
trivial, but in other cases it can be worthwhile to consider different
sequences of computations.
    
|