Skip to main content

No project description provided

Project description

rdkit_utilities

GitHub Actions Build Status codecov Documentation Status

Contained here are some helpful RDKit utilities for:

  • generating conformers
    • ranking by MMFF electrostatic energy (for ELF conformer selection)
    • selecting to maximize diversity via RMS (for ELF conformer selection)
  • finding symmetric atoms in a molecule
  • finding the shell of neighbors around a central fragment, N bonds away

There are also convenience functions for:

  • loading molecules from any input MolFromInput
  • loading molecules from SMILES with keyword arguments for removeHs, etc.
  • loading molecules and reordering by atom map number, analogous to the OpenFF toolkit Molecule.from_mapped_smiles
  • generally reordering conformers
  • optimizing molecules by specifying force field using a string name

Functions are in files such as rdchem, rdDistGeom, etc. to try to keep to RDKit's organisation convention. Similarly to RDKit, a Chem and AllChem are provided with group imports. Functions are written in PascalCase and keyword arguments in camelCase, also to keep to RDKit convention.

Copyright

Copyright (c) 2022, Lily Wang

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.5.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdkit_utilities-0.2.1.tar.gz (41.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page