![]() | |
Solvent effects: COSMOYou can study chemistry in solution, as contrasted to the gas phase, with the implementation in ADF [66] of the Conductor like Screening Model (COSMO) of solvation [67-69]. The energy derivatives can also be calculated, so geometry optimization, harmonic frequencies, et cetera are available within this model. The COSMO model is a dielectric model in which the solute molecule is embedded in a molecule-shaped cavity surrounded by a dielectric medium with given dielectric constant e. Energy-related terms are computed for a conductor first, then scaled by the function f(ε) = (ε-1)/(ε+x) (2.1.1) The empirical scaling factor x is specified in the input data block for the solvation key. The block key Solvation turns the solvation calculation on. In most cases default values are available for the involved parameters.
SOLVATION
{Surf Esurf}
{Div {Ndiv=3} {Min=0.5} {OFAC=0.8}}
{NOASS}
{Solv {Eps=78.4}{Del=1.4}{Rad=1.4}{Emp=0.0}{Cav0=1.321}{Cav1=0.0067639}}
{RADII
name1=value1
name2=value2
...
subend }
{Charged {Method=meth} {Conv=1e-6} {Omega=1.0} (Iter=300} {Corr} }
{C-Mat How {SCF} tol=1e-10 }
{DISC {SC=0.01} {LEG=4} {TOL=0.1} }
{SCF {When} {How}
{LPRT }
End
Presence of the Solvation key block triggers the solvent calculation and does not require additional data. With subkeys you can customize various aspects of the model, for instance to specify the type of solute. None of the subkeys is obligatory. Follows a description of the subkeys Surf Esurf must be Wsurf, Asurf, Esurf or Klamt. Four different cavity
types are available. DIV Ndiv controls how fine the spheres that in fact describe the
surface are partitioned in small surface triangles, each containing one point
charge to represent the polarization of the cavity surface. Default Ndiv=3 NOASS By default all new spheres that are created in the surface-construction are assigned to atoms, for the purpose of gradient computations (geometry optimization). Specifying the noass subkey turns this off. It has no argument. Solv Details
attributes of the solvent. Eps specifies the dielectric constant (the default
relates to water). Enon-elst = f(ε) ∗ (CAV0 + CAV1∗area) (2.1.2) In order to construct the surface you have to specify the atomic ('Van der Waals') radii. There are three ways of doing this. In the first method you append 'R=value' to the atomic coordinates record, in the Atoms key block. This would look like, for instance
C 1 2 3 CC CCO CCOH f=C.dz R=2.0
It assigns a radius of 2.0 to the Carbon atom.
C 1 2 3 CC CCO CCOH f=C.dz R=C-sp3
The identifiers must be defined in the (optional) RADII subkey block
in the Solvation data block (see next). Radii This subkey is block type. Its data block (if the subkey is used) must terminate with a record subend. In the Radii data block you give a list of identifiers and values
SOLVATION
...
Radii
name1=value1
name2=value2
...
Subend
...
End
The values are the radii of the atomic spheres, in the same units of length as used in the Atoms block (angstrom or bohr). The names specify to which atoms these values apply. As discussed for the Solv subkey this depends on the Atoms block. If in the specification of atomic coordinates you have used the 'R=' construct to assign radii, with identifiers rather than values for the R-value, these identifiers must be defined in the Radii sub block. If no 'R=' construct was applied in the Atoms block, you must use the atom type names as they occurred in the Atoms data block. Referring to the example given in the Solv subkey discussion, you might have
...
Radii
C-sp3=2.0
...
Subend
...
A simple atom type reference might look like
...
Radii
C=2.0
...
Subend
...
This concludes the discussion of the Radii subkey. CHARGED This addresses the determination of the (point) charges that model
the cavity surface polarization. In COSMO calculations you compute the surface
point charges q by solving the equation
Aq=-f, where f
is the molecular potential at the location of the surface charges q and A is the self-interaction matrix of the charges.
The number of charges can be substantial and the matrix A hence very large. A
direct method, i.e. inversion of A, may be very cumbersome or even impossible
due to memory limitations, in which case you have to resort to an iterative
method. C-MATRIX - How: For the potential f
we need the Coulomb interaction between the charges q and the molecular electronic density (and nuclei).
Three methods are available, specified by the first option to the C-Matrix
subkey. DISC Applies only when the C-matrix method is EXACT or FIT. Note,
however, that the default for the C-matrix method is POT, in which case the
DISC subkey has no meaning. The DISC key lets the program replace the point
charges q by a solid uniformly charged
spherical surface disc whenever the numerical integration accuracy requires so,
i.e. for those charges that are close to numerical integration points. TOL is a tolerance parameter to control the accuracy of the disc potential evaluations. SCF In COSMO calculations you can include the surface charges in the
Fock operator self-consistently, i.e. by recomputing the charges q at every SCF cycle and include them in the
equations, or in a perturbational manner, i.e. post-SCF. This is controlled
with the first option. The When option must be either VAR or PERT, for
variational and perturbational, respectively. Default is VAR. LPRT This is a debug switch and triggers a lot more output related to the cavity construction etc. | |