No project description provided
Project description
rdkit_utilities
Contained here are some helpful RDKit utilities for:
- generating conformers
- ranking by MMFF electrostatic energy (for ELF conformer selection)
- selecting to maximise 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
Release history Release notifications | RSS feed
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.1.0.tar.gz
(34.6 kB
view details)
File details
Details for the file rdkit_utilities-0.1.0.tar.gz
.
File metadata
- Download URL: rdkit_utilities-0.1.0.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b93c3de687785e7dc94fbfc8bb7b97b538d3e896c21e44ad7be1797190f68d37 |
|
MD5 | d3b747350a04e05830f0f8d8f060a803 |
|
BLAKE2b-256 | 22f83c3b5c829ee08fa42346d7ad70192fc25789d59da578941d48dbf1a83cdc |