X

Search Results

Searching....

12.10 The ALMO Force Decomposition Analysis Method

12.10.1 Overview

(April 13, 2024)

Building on the success of the adiabatic EDA (12.9), a similar extension can be introduced which decomposes the forces at any geometry. Instead of following the forces to generate a geometry and evaluate the energy in that geometry as in the adiabatic EDA, the force decomposition analysis decomposes and analyzes the forces on their own at a given geometry. One important feature emerges from this approach which is the ability to decompose the frozen force, uncovering the frozen component relevant to a geometric change. This decomposition is not meaningful in the the adiabatic EDA since following purely attractive forces, for example, would collapse the molecules into each other.

Work by Aldossary et al. implements the analytical derivative of the classical electrostatics energy 36 Aldossary A. et al.
J. Phys. Chem. A
(2023), 127, pp. 1760.
Link
, allowing the frozen force to be broken down into classical electrostatics and van der Waals (Pauli and Dispersion) forces:

Δ𝐅frz=Δ𝐅cls-elec+Δ𝐅vdw. (12.29)

Additionally, the frozen forces are now defined to subtract the geometric distortion forces (forces arising from geometric distortion energy). The frozen force term is now:

Δ𝐅frz=𝐅frz[𝐏frz]-A𝐅A[𝐏A], (12.30)

where the second term on the right hand side the geometric distortion forces. Similar to the geometric distortion energy, the geometric distortion forces are subtracted from those of the isolated geometry which evaluate to zero for a geometric minimum. In other words, the geometetric distortion forces are nothing but the isolated fragments’ forces in the complex geometry. The geometric distortion forces are printed separately for analysis.

By decomposing the intermolecular forces into geometric distortion, electrostatics, van der Waals, polarization, and charge transfer, we have now generated 5 times more forces than a regular force job. The 5(3N) forces can be difficult to analyze manually, and we use internal coordinates to make chemical sense of these forces. The Wilson’s B matrix is generated using the new opt3 library and we apply the usual transformation. The user can then hone in to the bond, angle, or dihedral of interest to analyze the which force components are relevant to the stretch or compression. Despite the usefulness of the redundant internal coordinates, they are not unique, and the order of the atoms in the input file can affect the results.

FDA

FDA
       Decompose intermolecular forces
TYPE:
       BOOLEAN
DEFAULT:
       FALSE
OPTIONS:
       FALSE Does a regular force job. TRUE Invokes the force decomposition analysis method
RECOMMENDATION:
       Set it to TRUE with jobtype=force to decompose the force.

Example 12.34  Force Decomposition Analysis job for the H2O-F- job using the internal coordinates

$molecule
-1 1
--
0 1
O       0.0144306160     0.0000000000     0.0991268524
H      -0.0433242925     0.0000000000     1.2143531865
H       0.9756708294     0.0000000000    -0.0327279220
--
-1 1
F      -0.0237828221    -0.0000000000     2.5253092017
$end

$rem
JOBTYPE  force
FDA TRUE
GEN_SCFMAN  TRUE
method pbe
BASIS def2-svp
MEM_TOTAL  2000
MEM_STATIC  500
SCF_GUESS  FRAGMO
integral_symmetry FALSE
point_group_symmetry False
BASIS_LIN_DEP_THRESH  6
SCFMI_MODE  0
SCF_PRINT_FRGM true
scf_convergence 10
thresh 14
$end