RDKit is a comprehensive cheminformatics library providing Python APIs for molecular analysis and manipulation. This skill provides guidance for reading/writing molecular structures, calculating descriptors, fingerprinting, substructure searching, chemical reactions, 2D/3D coordinate generation, and molecular visualization. Use this skill for drug discovery, computational chemistry, and cheminformatics research ta...
RDKit automatically sanitizes molecules during parsing, executing 13 steps including valence checking, aromaticity perception, and chirality assignment.
Load these references when needing specific API details, parameter information, or pattern examples.
Набор инструментов хеминформатики для детального молекулярного контроля. Анализ SMILES/SDF, дескрипторы (MW, LogP, TPSA), отпечатки пальцев, поиск подструктур, генерация 2D/3D, сходство, реакции. Для стандартных рабочих процессов с более простым интерфейсом используйте datamol (обертку RDKit). Используйте rdkit для расширенного контроля, индивидуальной очистки и специализированных алгоритмов. Источник: microck/ordinary-claude-skills.