7 lines
416 B
Plaintext
7 lines
416 B
Plaintext
---
|
|
description: Specific guidance regarding the usage of RDKit and related cheminformatics libraries
|
|
globs: **/*rdkit*.py
|
|
---
|
|
- Utilize appropriate libraries for chemical data handling (e.g., RDKit, OpenBabel).
|
|
- Visualize results using chemistry-specific plotting libraries (e.g., RDKit's drawing utilities).
|
|
- Refer to official documentation for chemistry-related libraries for best practices and up-to-date APIs. |