Structure-based molecular design that samples a quantum electron cloud in the protein pocket, then decodes it into ligands with a Llama-style model.
No providers recorded yet. Browse all providers
Structure-based molecular design is bottlenecked by data. Models that generate ligands inside a protein pocket learn from co-crystal structures, and there are only on the order of 10⁵ curated protein-ligand pairs — against roughly 10⁹ purchasable compounds and an estimated 10⁶⁰ synthesizable ones. The authors of ECloudGen call the consequence the sparse chemical space paradox: pocket-conditioned generators sample from a thin, hole-ridden slice of chemistry, which is why they routinely produce molecules that dock well but score poorly on synthetic accessibility and drug-likeness.
ECloudGen breaks the dependency by inserting a physical intermediate between pocket and molecule. Instead of learning p(molecule | pocket) directly, it factorizes the problem into p(cloud | pocket) and p(molecule | cloud, pocket), where the latent variable is a quantum-chemical electron density computed with the semi-empirical GFN2-xTB method. Only the first stage needs paired complexes; the second stage learns to read electron clouds back into molecules and can therefore be trained on ligand-only chemical libraries, which are orders of magnitude larger. The work comes from Odin Zhang, Chang-Yu Hsieh, Tingjun Hou and colleagues at Zhejiang University, Xuzhou Medical University, Shanghai Jiao Tong University, Harvard University, McGill University and Macao Polytechnic University, and was published in Nature Computational Science in 2025.
It sits in the same electron-cloud lineage as ECBind, which shares part of its authorship but tokenizes density for binding-affinity prediction rather than using it as a generative latent.
The first module is a 3D latent diffusion model over voxelized electron density conditioned on the pocket; the second is a Llama-style autoregressive decoder that captions a density grid as a molecular graph, conditioned on the pocket. Benchmarking on CrossDocked with a protein-similarity split covers ten baselines spanning autoregressive atom-wise (Pocket2Mol, ResGen, GraphBP), fragment-wise (FLAG, FragGen), diffusion (DiffBP, DiffSBDD, TargetDiff) and chemical-language (Lingo3DMol, PrefixMol) methods. ECloudGen reports a ligand binding efficiency of −0.42, matching the best baseline, while leading on drug-likeness: QED 0.70 against 0.57 for the strongest competitor, synthetic accessibility 0.79 against 0.73 for the reference test set, and a perfect Lipinski score of 5.00. On single-objective QED optimization from 800 starting molecules in the 0.7–0.8 range, EPSO reaches QED above 0.9 for 79.20% of cases and an improvement above 0.1 for 89.20%, ahead of JTNN, HierG2G and both Modof variants.
The intended user is a medicinal chemist working a specific target. In the reported case study on the vasopressin 2 receptor, a G-protein-coupled receptor targeted for renal dysfunction, the model generated electron cloud agents in the pocket; three with E-Confidence above 0.8 were selected, decoded into molecules, and two were synthesized and assayed, showing micromolar activity. A second study redesigns endogenous BRD4 ligands under multiple simultaneous objectives. Because the optimizer only needs objective values, it plugs into whatever scoring functions a project already uses without retraining.
The contribution that travels furthest is the factorization: putting a physically grounded latent between a data-poor conditioning signal and a data-rich output space is a pattern that applies wherever paired structural data is the limiting resource. The electron cloud also doubles as an explanation, which matters for adoption in settings where a chemist must justify why a molecule was proposed. Practical caveats remain. Density calculation with GFN2-xTB adds a preprocessing cost to data preparation, the wet-lab validation is a two-compound proof of concept at micromolar potency rather than a lead optimization campaign, and the GitHub repository, which ships training and generation scripts, carries no license file. The supporting artifacts live on Zenodo instead: pretrained checkpoints in one record, a 32 GB record holding the ECloudDecipher training and validation data together with the latent-diffusion and decipher checkpoints under CC BY 4.0, and a third record archiving a snapshot of the source code.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.