 |
Full Fock
At every cycle in the SCF procedure the Fock
operator is computed in all integration points. By default the difference with the values of the previous cycle are used to
compute changes in the Fock matrix elements. This leads in general
to better computational efficiency in two ways: 1) when all such difference
values in a block of integration points are very small such a block is skipped
in the calculation. 2) if the values are not negligible but still rather small,
the contribution from such a block to matrix elements between basis functions
with small overlaps are neglected.
With the key
FULLFOCK
this is turned off, so that the complete
matrix elements are computed, no blocks are skipped and the neglect of matrix
elements between functions with small overlaps (see also the key TAILS) is controlled
solely by the function characteristics and precision requirements, not by
the development of the SCF.
|