Crates.io | dihedral |
lib.rs | dihedral |
version | 0.0.4 |
source | src |
created_at | 2020-10-15 18:38:06.035068 |
updated_at | 2020-10-15 21:40:02.803663 |
description | Dihedral (torsion) angle calculations |
homepage | |
repository | https://github.com/TianyiShi2001/dihedral |
max_upload_size | |
id | 300115 |
size | 9,879 |
This crate provides functions for working with dihedral angles. Currently, there are two functions:
dihedral
calculates the dihedral angle in the range -π to π in accordance with biochemistry textbooks (see also: https://en.wikipedia.org/wiki/Dihedral_angle#In_stereochemistry)dihedral_unsigned
ignores the direction of rotation and outputs the angle within the range 0 to π. This function is faster than the above signed version.