Potential Energy Surface and Stationary Points¶
Every molecular geometry corresponds to a specific electronic energy. If the positions of all nuclei are changed, the molecular energy also changes. The relationship between the molecular geometry and its electronic energy is represented by the Potential Energy Surface (PES).
The Potential Energy Surface is one of the most fundamental concepts in computational chemistry because almost every electronic structure calculation can be viewed as exploring this multidimensional energy landscape.
For a Transition State Search, the objective is not to locate the lowest point on the surface, but rather a special stationary point that connects the reactants and products.
What is the Potential Energy Surface?¶
A Potential Energy Surface is a mathematical function
where
- \(E\) is the electronic energy,
- \(R\) represents the nuclear coordinates.
Since every atom contributes three Cartesian coordinates,
a molecule containing \(N\) atoms possesses
nuclear coordinates.
Consequently, the Potential Energy Surface exists in a very high-dimensional space.
For example,
- H₂ has 6 coordinates.
- H₂O has 9 coordinates.
- A molecule with 20 atoms has 60 coordinates.
Although impossible to visualize completely, simplified two-dimensional representations provide useful insight into molecular behavior.
A Simplified View of the Potential Energy Surface¶
For a reaction involving one reaction coordinate, the Potential Energy Surface can be represented schematically as
Energy
^
| ●
| / \
| / \
| / \
| / \
| ●───────── ─────────●
|
+--------------------------------------------------> Reaction Coordinate
Reactants Transition State Products
In reality,
the surface extends in many additional directions corresponding to all nuclear motions.
Exploring the Potential Energy Surface¶
Different Gaussian calculations explore different regions of the Potential Energy Surface.
Potential Energy Surface
│
├────────► Single Point Energy
│ Evaluate one geometry
│
├────────► Geometry Optimization
│ Find the nearest minimum
│
├────────► Transition State Search
│ Find a saddle point
│
└────────► IRC Calculation
Follow the reaction pathway
Each calculation serves a different purpose while operating on the same energy surface.
Stationary Points¶
A stationary point is any point on the Potential Energy Surface where the first derivative of the energy with respect to every nuclear coordinate is zero.
Mathematically,
At a stationary point,
the molecular forces vanish,
meaning that there is no net force acting on any atom.
Gaussian searches for stationary points by iteratively adjusting the molecular geometry until this condition is satisfied.
Types of Stationary Points¶
Stationary points are classified according to the curvature of the Potential Energy Surface.
The three most common types are
Stationary Point
│
├────────► Local Minimum
│
├────────► Transition State
│
└────────► Higher-Order Saddle Point
The curvature is determined from the Hessian matrix, which will be discussed in a later chapter.
Local Minimum¶
A local minimum corresponds to the most stable molecular geometry in a given region of the Potential Energy Surface.
Characteristics include
- zero energy gradient,
- positive curvature in every direction,
- no imaginary vibrational frequencies.
Graphically,
A normal Geometry Optimization always attempts to locate this type of stationary point.
Transition State¶
A transition state is also a stationary point,
but it possesses a very different shape.
It is
- maximum along the reaction coordinate,
- minimum along every other direction.
Graphically,
Because of this unique shape,
a Transition State Search requires a different optimization algorithm from an ordinary Geometry Optimization.
Higher-Order Saddle Points¶
Some stationary points possess more than one unstable direction.
These structures are known as higher-order saddle points.
They are characterized by
- zero energy gradient,
- two or more directions of negative curvature,
- multiple imaginary vibrational frequencies.
Such structures generally do not correspond to physically meaningful reaction pathways.
Why Are Stationary Points Important?¶
Almost every important molecular property can be understood in terms of stationary points on the Potential Energy Surface.
Examples include
- Stable molecular structures.
- Transition states.
- Activation energies.
- Reaction mechanisms.
- Molecular rearrangements.
- Catalytic pathways.
Finding the correct stationary point is therefore the primary objective of many electronic structure calculations.
Relationship to Previous Gaussian Calculations¶
Earlier Gaussian calculations explored different regions of the Potential Energy Surface.
| Calculation | Objective |
|---|---|
| Single Point Energy | Evaluate energy at one geometry |
| Geometry Optimization | Locate a local minimum |
| Frequency Calculation | Characterize a stationary point |
| Transition State Search | Locate a first-order saddle point |
Transition State optimization therefore extends the concepts introduced in Geometry Optimization by searching for a different type of stationary point.
Related Mathematics¶
Geometry Optimization¶
📘 Geometry Optimization Mathematics
Frequency Calculation¶
📘 Frequency Calculation Mathematics
Summary¶
The Potential Energy Surface provides a mathematical description of how the electronic energy of a molecule changes as the nuclei move. Every molecular geometry corresponds to a point on this multidimensional surface, and stationary points occur where the energy gradient becomes zero. Depending on the local curvature of the surface, these stationary points may represent stable molecular structures, transition states, or higher-order saddle points. Understanding the Potential Energy Surface is therefore the foundation of Transition State theory and provides the framework for the optimization algorithms discussed in the following chapters.
Next Section¶
The next chapter introduces First-Order Saddle Points, the defining mathematical feature of a transition state, and explains how they differ from ordinary energy minima.