InspectorSynthesisReactionsHow it works

How It Works

Athnium Computational Methodology & Architecture

1. Bridging the Screen to the Wet Lab

Athnium Explorer is a specialized workspace built for synthetic chemists. By transforming abstract molecular notations (SMILES) into interactive physical models in seconds, we eliminate the guesswork of reaction planning. What typically requires intensive modeling or multiple rounds of failure can now be mapped instantly.

90%
Reduction in Setup Planning
Color MappingReactivity
e⁻ Rich (Blue)e⁻ Poor (Red)

2. 3D Electrostatic Potential Profiles

Using RDKit, the engine builds 3D conformers for any SMILES input, adds implicit hydrogens, and runs MMFF force-field optimizations. It then computes **Gasteiger partial charges** across the molecule. Atoms are instantly color-coded to map potential: electron-poor sites (red) seek reactions, while electron-rich sites (blue) drive attacks.

3. Steric & Electronic Ligand Recommender

Choosing the right supporting ligand is the difference between a successful cross-coupling reaction and a flask of dead reagents. Athnium calculates ligand compatibility indices based on substrate steric volume (Molecular Weight proxy) and lipophilicity (logP proxy), providing an instant ranked leaderboard of phosphine helpers (such as XPhos, PtBu₃, PPh₃) for critical Suzuki-type reactions.

Substrate SizeOptimal Ligand
Hindered (> 250 g/mol)Bulky (XPhos)
Standard (< 250 g/mol)Moderate (PPh₃)
Core Architecture

4. Decoupled, Swappable API Brain

We design software around strict data contracts. Right now, Athnium Explorer utilizes heuristic calculators to verify the concept. When our machine learning team deploys the deep neural AI models (predicting exact isotropic shielding values $\sigma$ and Electric Field Gradients), we only have to redirect a single environment variable.

Contract Migration
Method Code:heuristic-v0
Quantum Data:null (v1)
V2 Upgrade:Zero-Code

5. Models & Data Credits

Athnium’s Stage 1 workspace integrates open-source scientific tools, machine learning pipelines, and datasets. We gratefully acknowledge the following works that power our computations:

AIMNet2 Charges & FukuiQuantum Chemical Partial Charges

AIMNet2 models provide near-DFT accuracy for atomic partial charges and molecular descriptors.

CASCADE-2.0 NMR PredictorPaton Group, CASCADE Shift Engine

Provides sub-ppm carbon-13 shifts and proton shift predictions across broad chemical spaces.

AiZynthFinder & ChemformerAstraZeneca & AiZynth Models

Aizynthfinder powers complex retrosynthetic search trees, while Chemformer drives forward reaction prediction.

RDKit Cheminformatics ToolkitCheminformatics Core

Powers substructure search, 2D coordinates generation, drawing generation, descriptors, and filters.