Psi4 Project Logo

Vibrational and Thermochemical Analysis

Code author: Rollin A. King

Module: Keywords, PSI Variables, THERMO

Caution

It is important to know that Psi4, like any other quantum chemistry program, does not compute the usual enthalpies, entropies, or Gibbs free energies of formation provided by most reference books. Instead, quantum chemistry programs compute “absolute” thermodynamic properties relative to infinitely separated nuclei and electrons, not “formation” values relative to elements in their standard states. If you are computing thermodynamic differences, like a reaction enthalpy computed as the enthalpy of the products minus the enthalpy of the reactants, then these “absolute” enthalpies are perfectly valid and usable. However, they cannot be mixed and matched with enthalpies of formation from reference books, since the zero of energy is not the same. Additionally, the “thermal energies” reported in kcal/mol are the finite-temperature corrections to the electronic total energy, and not the overall thermal energies themselves. If in doubt, use the reported Total Energies in Hartree/particle.

Keywords

T

Temperature in Kelvin for thermodynamic analysis. Note that 273.15 is the value for IUPAC STP.

  • Type: double
  • Default: 298.15

P

Pressure in Pascal for thermodynamic analysis. Note that 100000. is the value for IUPAC STP.

  • Type: double
  • Default: 101325

ROTATIONAL_SYMMETRY_NUMBER

Rotational symmetry number for thermodynamic analysis. Default is set from the full point group (e.g., Td for methane) as opposed to the computational point group (e.g., C2v for methane). Default takes into account symmetry reduction through asymmetric isotopic substitution and is unaffected by user-set symmetry on molecule, so this option is the sole way to influence the symmetry-dependent aspects of the thermodynamic analysis.

  • Type: integer
  • Default: 1

Examples

Output

Text, text everywhere, and not a character on point.

--------------------------------------------------------------------------------------------- ~
 Step     Total Energy     Delta E     MAX Force     RMS Force      MAX Disp      RMS Disp    ~
--------------------------------------------------------------------------------------------- ~
  Convergence Criteria    1.00e-06 *    3.00e-04 *             o    1.20e-03 *             o  ~
--------------------------------------------------------------------------------------------- ~
    1     -38.91591820   -3.89e+01      6.91e-02      5.72e-02 o    1.42e-01      1.19e-01 o  ~
    2     -38.92529543   -9.38e-03      6.21e-03      3.91e-03 o    2.00e-02      1.18e-02 o  ~
    3     -38.92540669   -1.11e-04      4.04e-03      2.46e-03 o    3.63e-02      2.12e-02 o  ~
    4     -38.92548668   -8.00e-05      2.30e-04 *    1.92e-04 o    1.99e-03      1.17e-03 o  ~
    5     -38.92548698   -2.98e-07 *    3.95e-05 *    3.35e-05 o    1.37e-04 *    1.05e-04 o  ~

The full list of keywords for thermo is provided in Appendix THERMO.

Information on the Psithon function that drives frequency analyses is provided at frequency().