![]() | |
Spin-polarized start-up potentialThe Coulomb and xc (exchange + correlation) potentials are computed from the fit approximation of the charge density (see Chapter 1.2). The fit coefficients of this approximation for the first SCF cycle, needed to compute the first Fock matrix, are read from the fragment files: the start-up density is chosen as a sum-of-fragment-densities (fit approximations) and this combined density defines the initial potential. In the SCF restart run the fit coefficients may be read from the attached TAPE21 file, see the key restart. In some applications you may want to modify the initial fit coefficients (from the restart file or the fragment files). This is achieved with the key modifystartpotential. It allows you to scale them in some way so as to represent user-chosen amounts of spin-α and spin-β fit density on some or all of the fragments. This will adjust the spin-α and spin-β initial potentials. This option applies only to unrestricted calculations of course. It may be used to help the program find a particular state. This might, for instance, be hard to find otherwise due to the a-b symmetry in the start-up situation. It may also be useful to speed up the SCF convergence in case you know what the final distribution of spin-α and spin-β density over the molecule will approximately be.
MODIFYSTARTPOTENTIAL {specification}
{ frag alfa // beta
frag alfa // beta
...
end }
ModifyStartPotential A general key: it has an argument or a data block. specification Must be two numbers, ASPIN and BSPIN, if provided
at all. They specify the (relative) amounts of spin-α and spin-β fit density to define the spin-dependent
potential at the first SCF cycle.
The coefficients retrieved from the fragment files (or from the restart file in
case of a SCF restart) are scaled
accordingly. This will not affect the total amount of fit density: the absolute values of ASPIN and BSPIN play no role,
only their ratio. If no argument is given a data block must be
supplied with records frag alfa // beta. The SCF convergence of a spin-unrestricted calculation usually improves when you start with potentials that correspond to the correct ratio of spin-α and spin-β electrons. By default ASPIN=BSPIN=0.5, as implied by the spin-restricted start density of the fragments or restricted molecule. The total amount of fit density used on the first iteration is defined by the sum-of-fragment densities (or the density on the restart file). This may be different from the total nr. of electrons in the actual calculation. On the second SCF cycle the fit density will internally be normalized so as to represent the correct number of electrons. The block-form of the key makes the start up of broken symmetry calculations easy. For example one may want to start a calculation in broken symmetry with spin-α density on one fragment and spin-β density on another, e.g. in a spin-unrestriced calculation of H2 at large separation. It is particularly useful for larger systems, e.g. for magnetic coupling between spin-polarized magnetic centers, as in Fe-S complexes [111]: start with oppositely polarized Fe centers, but with, for instance, the remaining bridge and terminal ligands unpolarized. See also the N2+ sample run in the examples. | |