DFT Reproduction of Gold(III)-Mediated Selenocysteine Arylation: An ORCA Tutorial

Jul 30, 2026·
Yassir Boulaamane
Yassir Boulaamane
· 5 min read

In computational organometallic chemistry, reaction pathways are characterized by locating key stationary points (reactants, intermediates, transition states, and products) on the Born-Oppenheimer potential energy surface (PES). The absolute quantum mechanical total energies ($G_{\text{sol}}$ in Hartrees) are converted to relative Gibbs free energies ($\Delta G$ in kcal/mol) to evaluate reaction feasibility, barriers, and thermodynamic driving forces.

This tutorial outlines a step-by-step protocol to reproduce the key C-Se reductive elimination and ligand rearrangement step in gold(III)-mediated selenocysteine (Sec) arylation. The calculations reproduce the energetics reported in the literature (Free Radic. Biol. Med. 2026, 247, 139–156), comparing the coordinated gold(III)-selenolate intermediate (Int 1) with the reductively eliminated gold(I)-bound arylated product complex (PC).


Computational Workflow Overview

The multi-stage computational protocol follows standard quantum chemical best practices to balance computational cost and accuracy:

Multi-Stage DFT Computational Protocol STAGE 01 Pre-Optimization GFN2-xTB tight-binding Rapid coordinate generation Saves DFT compute time STAGE 02 Geometry Opt DFT: M06 functional def2-TZVP basis set CPCM solvation model STAGE 03 Frequency Analysis Vibrational frequency run Zero-Point energy check Thermal corrections (G_corr) STAGE 04 Single-Point Run Large basis set refinement 6-311++G(2df,2p) Final free energy calculation

1. Executive Summary

This study documents the computational reproduction of the gold(III)-mediated selenocysteine arylation step reported in literature (Free Radic. Biol. Med. 2026, 247, 139–156). Calculations model the reaction pathway from the coordinated gold(III)-selenolate intermediate (Int 1) to the reductively eliminated gold(I)-bound arylated product complex (PC) with the release of a chloride leaving ligand.

  • Published Literature $\Delta G_{\text{Int 1} \rightarrow \text{PC}}$: -20.40 kcal/mol
  • Calculated ORCA DFT $\Delta G_{\text{Int 1} \rightarrow \text{PC}}$: -19.44 kcal/mol
  • Agreement: Within 0.96 kcal/mol ($\Delta\Delta G$)

2. Computational Methods

Software Stack

  • Quantum Chemistry Engine: ORCA (version 6.1.1)
  • Pre-optimization Engine: GFN2-xTB (version 6.7.0)
  • Structure Conversion: OpenBabel (version 3.1.1)

Environment Configuration

Ensure proper path exports for the ORCA binaries and shared libraries before initiating parallel runs:

export PATH=/path/to/orca:/path/to/xtb/bin:$PATH
export LD_LIBRARY_PATH=/path/to/orca/lib:$LD_LIBRARY_PATH
export OMPI_MCA_rmaps_base_oversubscribe=1

3. Four-Stage Computational Protocol

Stage 1: Semi-Empirical Pre-Optimization (GFN2-xTB)

Starting DFT optimizations directly from raw Cartesian coordinates or 2D layouts is computationally expensive and prone to convergence failure. GFN2-xTB is a fast tight-binding semi-empirical method that provides accurate initial geometries for all elements up to $Z=86$, establishing a stable starting point for the subsequent DFT calculations.

Stage 2: Density Functional Theory Optimization (M06)

  • Functional (M06): A hybrid meta-GGA functional developed by Zhao and Truhlar, parameterized for transition-metal organometallics, non-covalent interactions, and thermochemical calculations.
  • Basis Set (def2-TZVP): Ahlrichs triple-zeta valence basis set with polarization functions. Transition metals and heavy elements (such as Au and Se) utilize relativistic Effective Core Potentials (def2-ECP) to replace core electrons and account for scalar relativistic effects.
  • Solvation (CPCM): The Conductor-like Polarizable Continuum Model simulates implicit solvation (modeled as water with $\epsilon = 80.15$).

Stage 3: Frequency & Thermochemical Correction

Calculating the Hessian matrix (second derivatives of energy with respect to coordinate changes) provides the harmonic vibrational frequencies of the optimized structures. This step validates that the structure is a true minimum (zero imaginary frequencies) and yields the thermal correction to Gibbs free energy ($G_{\text{corr}}$) incorporating Zero-Point Vibrational Energy (ZPVE), enthalpy, and entropy contributions at 298.15 K.

Stage 4: Single-Point Energy Refinement

To improve energy accuracy, a single-point energy calculation ($E_{\text{elec}}^{\text{SP}}$) is performed on the optimized geometry using a larger basis set containing diffuse (++) and multiple polarization functions (6-311++G(2df,2p)). The final solvated free energy is defined by:

$$G_{\text{sol}} = E_{\text{elec}}^{\text{SP}} + G_{\text{corr}}$$

4. Step-by-Step Practical Protocol

Step 1: Structure Conversion

Convert the 2D structures into Cartesian coordinates using OpenBabel:

# Convert reactant intermediate (Int 1)
obabel int1_test.mol -O int1_3d.xyz --gen3d

# Convert product complex (PC)
obabel pc_test.mol -O pc_3d.xyz --gen3d

Step 2: Semi-Empirical Pre-Optimization

Run pre-optimizations to refine geometry:

# Optimize reactant intermediate (Int 1)
xtb int1_3d.xyz --opt --chrg -1 --uhf 0 > xtb_int1.log 2>&1
cp xtbopt.xyz int1_xtbopt.xyz

# Optimize product complex (PC)
xtb pc_3d.xyz --opt --chrg -1 --uhf 0 > xtb_pc.log 2>&1
cp xtbopt.xyz pc_xtbopt.xyz

Step 3: DFT Geometry Optimization & Frequencies in ORCA

Create the ORCA input files (orca_int1.inp and orca_pc.inp) with the following block:

! M06 CPCM(Water) def2-TZVP def2-ECP RIJCOSX Opt Freq
%pal nprocs 6 end
%maxcore 3000

* xyzfile -1 1 int1_xtbopt.xyz

Execute the optimization jobs:

# Run Int 1 calculation
orca orca_int1.inp > orca_int1.out 2>&1 &

# Run PC calculation
orca orca_pc.inp > orca_pc.out 2>&1 &

Step 4: Single-Point Energy Refinement

Create the input file for single-point refinement using the coordinates of the optimized geometry:

! M06 CPCM(Water) 6-311++G(2df,2p) def2-ECP RIJCOSX
%basis
  NewGTO Au "def2-TZVP" end
  NewECP Au "def2-ECP" end
end
%pal nprocs 6 end
%maxcore 3000

* xyzfile -1 1 optimized_int1.xyz

5. Calculation Results & Energy Summary

5.1 Absolute ORCA Energies (Hartrees)

Species $E_{\text{elec}}$ (def2-TZVP) $E_{\text{elec}}^{\text{SP}}$ (6-311++G) $G_{\text{corr}}$ (298.15 K) Absolute $G_{\text{sol}}$
Intermediate 1 (Int 1) -3991.78970176 $E_h$ -3991.80208767 $E_h$ +0.27892271 $E_h$ -3991.51077905 $E_h$
Product Complex (PC) -4451.50404801 $E_h$ -4451.41489781 $E_h$ +0.27046657 $E_h$ -4451.23358144 $E_h$
Chloride Leaving Group ($Cl^-$) -460.36831711 $E_h$ -460.36831711 $E_h$ -0.01350000 $E_h$ -460.38181711 $E_h$

5.2 Reaction Step Thermochemistry ($\Delta G$)

The net free energy change of the reaction step is calculated as:

$$\Delta G_{\text{Int 1} \rightarrow \text{PC}} = G_{\text{sol}}(\text{PC}) + G_{\text{sol}}(\text{Cl}^-) - G_{\text{sol}}(\text{Int 1})$$
Parameter Calculated DFT Value Literature Benchmark Deviation ($\Delta\Delta G$)
Int 1 Free Energy Baseline -16.45 kcal/mol
PC Free Energy Refined -36.85 kcal/mol
Net Step Free Energy ($\Delta G_{\text{step}}$) -19.44 kcal/mol -20.40 kcal/mol +0.96 kcal/mol

Takeaways

  • Semi-empirical pre-optimization (GFN2-xTB) reduces geometry optimization failure rates and saves computational resources in transition-metal systems.
  • Effective Core Potentials (ECPs) are required for elements in the lower periods (such as gold) to describe relativistic effects on core electrons.
  • Large basis set single-point refinement is essential to obtain thermodynamically accurate reaction free energies ($\Delta G$) that agree with published literature.