Quadratic Vibronic Coupling¶
The linear vibronic coupling model assumes that the electronic Hamiltonian varies linearly with the nuclear displacements. While this approximation is sufficient for many systems, it becomes inadequate when the potential energy surfaces exhibit significant curvature away from the equilibrium geometry.
To improve the description of the vibronic Hamiltonian, the Taylor expansion of the electronic Hamiltonian is extended to include second-order terms in the normal coordinates. These contributions are known as Quadratic Vibronic Coupling (QVC) terms.
Second-Order Expansion¶
Expanding the electronic Hamiltonian about the equilibrium geometry gives
The first-order derivatives produce the linear vibronic coupling discussed previously, while the second-order derivatives give rise to the quadratic coupling terms.
Intrastate Quadratic Coupling¶
The diagonal quadratic terms describe the curvature of an individual diabatic potential energy surface,
where
- \(g_{ii}^{(\alpha)}\) is the quadratic coupling constant,
- \(Q_\alpha\) is the normal coordinate.
These terms modify the shape of the harmonic potential associated with each electronic state.
Interstate Quadratic Coupling¶
Quadratic corrections may also occur between different electronic states,
These terms describe the second-order dependence of the interstate electronic coupling on the nuclear displacement.
Although they are generally smaller than the linear coupling terms, they can become important for strongly distorted geometries and highly anharmonic potential energy surfaces.
Quadratic Vibronic Hamiltonian¶
Including all quadratic contributions gives
The factor of one-half arises naturally from the Taylor expansion.
Matrix Representation¶
For a system containing three electronic states, the quadratic coupling matrix for vibrational mode \(Q_\alpha\) is
The quadratic contribution to the Hamiltonian is obtained by multiplying this matrix by \(Q_\alpha^2\).
Representation in the Operator File¶
The quadratic coupling parameters are defined in the Parameter Section of the operator file as
where
- the first two indices identify the interacting electronic states,
gdenotes a quadratic vibronic coupling,- the final number specifies the vibrational mode.
For example,
represents the quadratic coupling between electronic states 2 and 3 associated with vibrational mode 7.
Hamiltonian Representation¶
Within the Hamiltonian section of the operator file, these parameters appear as
The factor of 0.5 corresponds directly to the coefficient appearing in the second-order Taylor expansion.
Each parameter multiplies the squared normal coordinate operator \(q^2\) and acts on the corresponding electronic states.
Physical Interpretation¶
Quadratic vibronic coupling accounts for changes in the curvature of the diabatic potential energy surfaces as the nuclei move away from the equilibrium geometry.
These terms become particularly important when
- the harmonic approximation is insufficient,
- the electronic energy varies nonlinearly with the nuclear displacement,
- or accurate reproduction of the diabatic potential energy surfaces is required.
Including quadratic coupling generally leads to a more faithful representation of the vibronic Hamiltonian and improves the accuracy of wavepacket propagation.
Summary¶
Quadratic vibronic coupling extends the linear vibronic coupling model by incorporating second-order changes in the electronic Hamiltonian with respect to the normal coordinates. These contributions are represented in the operator file by parameters such as h11_g1, h12_g1, and h23_g5, which multiply the \(q^2\) operator in the Hamiltonian. Together with the linear coupling terms, they provide a more complete description of the interaction between electronic and vibrational motion.
The next section combines the vibrational Hamiltonian, electronic Hamiltonian, and both linear and quadratic vibronic couplings into the complete vibronic Hamiltonian implemented by the MCTDH operator file.