July 27, 2026 · Submitted to a Nature Portfolio (npj) journal
Can Polat, Erchin Serpedin, Mustafa Kurban, Hasan Kurban — Texas A&M University, Ankara University & Hamad Bin Khalifa University
Decarbonizing the global economy runs through catalysis: converting CO₂ back into fuels, fixing nitrogen without fossil energy, coupling carbon atoms into useful chemicals. Finding better catalysts computationally means evaluating adsorbate–surface energetics across thousands of chemically diverse surfaces — and the density functional theory calculations required are brutally expensive. Machine-learning interatomic potentials (MLIPs) promise a shortcut, but the leading architectures pay for their accuracy with heavy mathematical machinery. CliffordIP takes a different road.
Most state-of-the-art equivariant MLIPs are built on spherical harmonics and Clebsch–Gordan tensor products — mathematically elegant, computationally costly, and painful to implement. CliffordIP is a message-passing interatomic potential built instead on the Clifford algebra Cl(3,0): each atomic environment is represented as an 8-dimensional multivector — scalars, vectors, bivectors, and pseudoscalars — coupled through the geometric product. This representation natively captures bond directions, reaction planes, and local chirality, the exact geometric features that matter for catalytic intermediates, while enforcing full O(3) equivariance (rotations and reflections) via the Pin(3) group.
On catalysis-focused adsorbate subsets, CliffordIP reduces energy mean absolute error by 20–24% relative to the next-best baseline on the three reactions that matter most for the energy transition: CO₂ reduction, N₂ reduction, and C₂ (C–C coupling) formation. Under a unified, compute-constrained protocol it also achieves the strongest in-distribution energy performance among compared baselines on the Open Catalyst OC20 and OC22 benchmarks, while remaining competitive on force magnitudes.
The result establishes Clifford algebra as a practical foundation for energy-focused MLIPs: less implementation overhead than spherical-harmonics stacks, with better energy accuracy where it counts. For computational catalysis groups, that translates directly into more candidate surfaces screened per GPU-hour — and a faster path from simulation to synthesizable catalyst.
The reactions CliffordIP targets sit at the center of billion-dollar decarbonization markets: CO₂ reduction feeds e-fuels and carbon utilization, N₂ reduction underpins green ammonia and fertilizer, and C–C coupling builds the platform chemicals of a post-fossil industry. The bottleneck in all of them is screening cost:
Full preprint: Download the PDF — complete architecture, training protocol, and benchmark tables.
Code, checkpoints & logs: github.com/KurbanIntelligenceLab/CliffordIP
Install from PyPI: pip install cliffordip
The paper is currently under peer review; the journal version will be linked upon publication.