Ultrafast shape-recognition algorithm with mass ponderation
Project description
CHidentifier is a pun on Chirality Identifier. CHIdentifier is an easy-to-use command line program to determine if two molecular systems are chiral to each other and if one is an enantiomer of the other. The chirality is resolved within a tolerance value defined by the user. CHIdentifier requires three input parameters, the first two are the file names of each of the molecules to be tested, while the third is an optional tolerance (TOL) parameter. The format of the input molecules is required to be XYZ. CHIdentifier can generate sample files from a menu, depending on the chosen case, to facilitate the dynamics of use. The program outputs a binary answer in each case: 1 if the compared molecules are enantiomers and 0 otherwise.
Installing CHidentifier
You can install and uninstall with:
# install
pip3 install chidentifier
# invoque as:
x.chidentifier.py
# uninstall
pip3 uninstall chidentifier
or
# install
git clone https://github.com/fortizchi/chidentifier
cd chidentifier/dist/
python3 -m pip install chidentifier-0.1-py3-none-any.whl --upgrade --no-cache-dir
# invoque as:
x.chidentifier.py
# uninstall: in chidentifier/dist/
python3 -m pip uninstall chidentifier-0.1-py3-none-any.whl
Running CHidentifier
x.chidentifier.py
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 Distributions
Built Distribution
File details
Details for the file chidentifier-0.1-py3-none-any.whl
.
File metadata
- Download URL: chidentifier-0.1-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b37b5cb27693149466afcb4738d3ee5b11d6338bc290482d640629552a4c96c9 |
|
MD5 | 3443639c4e6e535d263a722e5806cd85 |
|
BLAKE2b-256 | ffe4a048c41e70b90bfcfa76ce7b72bdf7f9fe0f947dc81cf32082fbfc8c3b2f |