--- license: apache-2.0 pretty_name: USearch Molecules size_categories: - 10B` | `3 * n_atoms`, row-major, centroid-centered | | `conformer_energy` | `float32` | MMFF94 energy in kcal/mol | | `usrcat` | `list` | 60-dimensional shape descriptor; USR is its first 12 values | Geometry columns are null wherever `status` is non-zero. Conformers come from ETKDG embedding over RDKit's experimental torsion preferences, followed by MMFF94 relaxation. ## Caveats Conformer yield is not complete: PubChem reaches three conformers for 97.9 % of molecules, and the shortfall is concentrated above 100 atoms. A `success` status bounds the energy's finiteness rather than its magnitude, so filter on the gap to a molecule's own lowest conformer rather than on absolute energy. Where a SMILES names more than one fragment, the geometry covers only the largest, while the `smiles` column keeps the whole string. Reproduce the choice with RDKit's `LargestFragmentChooser` under `preferOrganic`. ## More Pre-built USearch indexes, mirror choices, the SMARTS catalogs and the full methodology live in the [GitHub repository](https://github.com/unum-science/USearchMolecules). ## Citation ```bibtex @software{Vardanian_USearchMolecules, author = {Vardanian, Ash}, title = {{USearchMolecules: A Multi-Modal Atlas of 7 Billion Small Molecules}}, doi = {10.5281/zenodo.21613663}, url = {https://github.com/unum-science/USearchMolecules}, license = {Apache-2.0} } ```