OctaDist: A tool for calculating distortion parameters in coordination complexes.
Project description
OctaDist
Octahedral distortion calculator: A tool for calculating distortion parameters in coordination complexes. https://octadist.github.io/
Standard abilities
OctaDist is computer software for inorganic chemistry and crystallography program. It is written entirely in Python 3 binding to Tkinter GUI toolkit. OctaDist can be used for studying the structural distortion in coordination complexes. With the abilities of OctaDist, you can:
- identify the type of octahedral coordination complexes.
- compute octahedral distortion parameters.
- display 3D molecule and other stuff.
- implement its functions in your or other programs.
- broaden the program with your ideas as needed.
Documents
User document: Online manual.
Reference document: HTML | PDF | Epub
Installing
The easiest way to install OctaDist is to use pip
.
pip install octadist
or use conda
for those who have Anaconda installed on your system.
conda install -c rangsiman octadist
Now you can check if octadist
package is installed correctly.
import octadist
print(octadist.__version__) # '2.5.3'
Running the tests
import octadist as oc
# Prepare list of atomic coordinates of octahedral structure:
coord = [[2.298354000, 5.161785000, 7.971898000], # <- Metal center atom
[1.885657000, 4.804777000, 6.183726000], # Ligand atom 1
[1.747515000, 6.960963000, 7.932784000], # Ligand atom 2
[4.094380000, 5.807257000, 7.588689000], # Ligand atom 3
[0.539005000, 4.482809000, 8.460004000], # Ligand atom 4
[2.812425000, 3.266553000, 8.131637000], # Ligand atom 5
[2.886404000, 5.392925000, 9.848966000]] # Ligand atom 6
zeta = oc.calc_zeta(coord) # Zeta
delta = oc.calc_delta(coord) # Delta
sigma = oc.calc_sigma(coord) # Sigma
theta = oc.calc_theta(coord) # Theta
Example output for computed parameters:
Computed parameters
-------------------
Zeta = 0.228072561
Delta = 0.000476251
Sigma = 47.92652837
Theta = 122.6889727
Other example scripts and octahedral complexes are available at example-py and example-input.
Citation
Please cite this project when you have used OctaDist for scientific publication.
OctaDist: A tool for calculating distortion parameters in coordination complexes.
https://octadist.github.io
Bug report
If you found issues in OctaDist, please report us at here.
Project team
- Rangsiman Ketkaew (Thammasat University, Thailand)
- E-mail: rangsiman1993@gmail.com
- E-mail: rangsiman1993@gmail.com
- Yuthana Tantirungrotechai (Thammasat University, Thailand)
- E-mail: yt203y@gmail.com
- David J. Harding (Walailak University, Thailand)
- E-mail: hdavid@mail.wu.ac.th
- Phimphaka Harding (Walailak University, Thailand)
- E-mail: kphimpha@mail.wu.ac.th
- Mathieu Marchivie (University of Bordeaux, France)
- E-mail: mathieu.marchivie@icmcb.cnrs.fr
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
Built Distribution
File details
Details for the file octadist-2.5.3.tar.gz
.
File metadata
- Download URL: octadist-2.5.3.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6e8331c12a0b7f1f0c347c8bbde4b6bc087bdafcacd1466a20a712fb07e517d |
|
MD5 | 95adece0574becdacb909f18c9279e5d |
|
BLAKE2b-256 | 118008644aed5309efad7afae9965f669e64cd8d8cad56dc12210f17b3c4b0c5 |
File details
Details for the file octadist-2.5.3-py3-none-any.whl
.
File metadata
- Download URL: octadist-2.5.3-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f1819dedf8a74115a59977ec1659572dd44abeb88280ec84fc8d5d02a1448fc |
|
MD5 | 47c598668c2c9a728fd296738e233a98 |
|
BLAKE2b-256 | 23c600e2d24bb11c536c77bd726782be2749e23c704929f6051f4e8b123c3728 |