Name

ENHANCE — Increase the matrix form used in sparse PSOLVE.

Synopsis

 ENHANCE 

Description

When using PSOLVE with SPARSE, a fixed matrix form is used when solving for the density. ENHANCE means that some additional elements should be included in the determining this matrix form. This may be helpful for certain jobs that encounter convergence trouble using the default matrix form. It may slightly increase the memory and CPU usage as a consequence.

The default fixed form used in PSOLVE is combined forms of P, F, F*P, and P*F, where P is the current density matrix and F is the Fock matrix. For PSOLVE=CGDMS or QNDMS, using ENHANCE adds elements based on the matrix P*F*P. For PSOLVE=PDM, CEM, and SIGN, the extra elements are taken from P0*P0, where P0 is the PDM initial guess density matrix.

Abbreviation:

ENH

Requires:

PSOLVE and SPARSE