Tip

All input files can be downloaded: Files.

thermo

This keyword defines the parameters for thermodynamic analysis based on frequency calculation results.

Options

temp

Value

A real number

Default

298.15

The temperature (in Kelvin) for thermodynamic analysis. The default value is 298.15 K.

pressure

Value

A real number

Default

1.

The pressure (in atm) for thermodynamic analysis. The default value is 1.0 atm.

point_group_delta

Value

A real number

Default

0.01

A threshold to determine the point group of the molecule. The default value is 0.01. The smaller point_group_delta, the more accurate the symmetry point group will be determined. However, a very small value may lead to failure in point group determination. If you encounter such problem, please increase this value gradually (e.g., to 0.1).

Theoretical Background

Input Examples

Example: XX

For the complex GeH3F-NCH, we can do EDA calculation by the following input:

eda-1.inp
 1mol
 2   Ge      0.00000000      0.00221863     -0.79935317
 3    H      0.00000000      1.48645043     -0.40384625
 4    H      1.28514604     -0.74161126     -0.40477816
 5    H     -1.28514603     -0.74161126     -0.40477816
 6    F      0.00000000      0.00108752     -2.56116087
 7    C      0.00000000     -0.00225138      3.35662076
 8    H      0.00000000     -0.00220444      4.43604901
 9    N      0.00000000     -0.00207825      2.20326200
10end
11
12basis
13    def2-svp
14end
15
16scf
17    charge  0
18    spin2p1 1
19    type    U # For EDA calculations, this must be added explicitly.
20end
21
22grimmedisp
23    type bj
24end
25
26eda
27    type tso # You can also change it to: gks
28    frag 0 1 1-5  # Define GeH3F.
29    frag 0 1 6-8  # Define HCN.
30end
31
32task
33    eda b3lyp
34end

The atom indices are shown below:

../_images/basinfo-1.jpg

The results are:

eda-tso.out
1WITH BSSE correction:
2Electrostatic interaction energy:                  -4.98 kcal/mol
3Exchange-correlation interaction energy:            4.22 kcal/mol
4Polarization interaction energy:                   -0.62 kcal/mol
5Charge transfer interaction energy:                -1.31 kcal/mol
6Grimme's dispersion interaction:                   -1.58 kcal/mol
7----------------------------------------------------------------
8Total interaction energy:                          -4.27 kcal/mol

We can see that the total interaction energies (with or without BSSE) are the same for both TSO-EDA and GKS-EDA methods, but components are different. As mentioned, Qbics recommends TSO-EDA for calculations. This complex is stabilized by Electrostatic interaction eneregy, which is compatible with the chemical intuition that it is stabilized by sigma-hole.