How Optimization + Frequency Works¶
An Optimization + Frequency (Opt + Freq) calculation combines two independent Gaussian calculations into a single automated workflow. Instead of stopping after the geometry optimization, Gaussian immediately proceeds to a vibrational frequency analysis using the optimized molecular structure.
From the user's perspective, this appears as a single calculation. Internally, however, Gaussian performs two separate computational procedures one after the other.
The overall workflow can be summarized as
Initial Molecular Geometry
│
▼
Geometry Optimization
│
▼
Optimized Molecular Structure
│
▼
Frequency Calculation
│
▼
Normal Modes
│
▼
IR Spectrum
│
▼
Thermodynamic Properties
Step 1 — Reading the Input Structure¶
The calculation begins by reading the molecular structure provided in the input file.
Gaussian determines
- atomic coordinates,
- molecular connectivity,
- charge,
- multiplicity,
- level of theory,
- basis set.
Using this information, an initial electronic structure calculation is performed to obtain the molecular energy and wavefunction.
Step 2 — Geometry Optimization¶
Gaussian first performs a complete Geometry Optimization.
During this stage,
- the electronic energy is calculated,
- nuclear forces are evaluated,
- atomic positions are updated,
- the process repeats until the geometry converges.
The optimization continues until all convergence criteria satisfy their specified thresholds.
Initial Geometry
│
▼
Calculate Energy
│
▼
Compute Nuclear Forces
│
▼
Update Geometry
│
▼
Converged?
│ │
No Yes
│ │
└──────►▼
Repeat Optimization
The result is an optimized molecular geometry corresponding to a stationary point on the Potential Energy Surface.
Step 3 — Automatic Transition¶
Once the optimization has converged,
Gaussian automatically begins the Frequency Calculation.
No additional input file is required.
Instead,
the optimized geometry,
wavefunction,
and molecular information stored in the checkpoint file are reused.
This seamless transition is one of the major advantages of an Opt + Freq calculation.
Step 4 — Frequency Calculation¶
Using the optimized geometry,
Gaussian computes the second derivatives of the molecular energy with respect to the nuclear coordinates.
These derivatives form the Hessian matrix.
The Hessian is then
- mass weighted,
- diagonalized,
- converted into vibrational frequencies.
From this analysis, Gaussian determines
- normal modes,
- vibrational frequencies,
- IR intensities,
- thermodynamic corrections.
Step 5 — Verification of the Optimized Structure¶
The primary purpose of the Frequency Calculation is to verify the nature of the optimized structure.
If
- all vibrational frequencies are positive,
the optimized geometry corresponds to a true minimum.
If
- one imaginary frequency is present,
the structure is a transition state.
Therefore, the Frequency Calculation serves as a validation of the optimization.
Step 6 — Thermodynamic Analysis¶
Once the vibrational frequencies have been calculated,
Gaussian applies statistical thermodynamics to compute
- Zero-Point Energy (ZPE),
- Thermal Energy,
- Enthalpy,
- Entropy,
- Gibbs Free Energy.
These quantities are reported at the specified temperature and pressure.
Complete Workflow¶
The complete sequence performed by Gaussian is
Read Molecular Structure
│
▼
SCF Calculation
│
▼
Geometry Optimization
│
▼
Optimized Structure
│
▼
Frequency Calculation
│
▼
Construct Hessian Matrix
│
▼
Mass-Weight Hessian
│
▼
Diagonalize Hessian
│
▼
Normal Modes
│
▼
Vibrational Frequencies
│
▼
IR Intensities
│
▼
Thermodynamic Properties
Why Combine Both Calculations?¶
Performing Optimization and Frequency together offers several practical advantages.
- The Frequency Calculation is guaranteed to use the final optimized geometry.
- Only one Gaussian job is required.
- No manual transfer of coordinates is necessary.
- Structural verification is performed automatically.
- Thermodynamic properties are obtained immediately after optimization.
For these reasons, the Opt + Freq workflow is considered the standard procedure for studying stable molecular systems.
Summary¶
An Optimization + Frequency calculation consists of two sequential Gaussian calculations performed automatically within a single job. The first stage optimizes the molecular geometry by minimizing the electronic energy, while the second stage analyzes the optimized structure through vibrational frequency calculations. Together, these steps provide the equilibrium molecular structure, verify its stability, predict vibrational spectra, and calculate important thermodynamic properties.
Next Section¶
The mathematical foundations of an Optimization + Frequency calculation are identical to those discussed separately in the previous chapters. Rather than introducing new theory, the next section provides links to the detailed mathematics of each individual calculation.