Skip to content

Commit

Permalink
Calc_dihedral docstring updated (MDAnalysis#3956)
Browse files Browse the repository at this point in the history
* fix MDAnalysis#3936
* Calc_dihedral docstring updated
* Author, Changelog & Docstring Updated
  • Loading branch information
Hakarishirenai authored Dec 11, 2022
1 parent 4c9108b commit 526cdd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Chronological list of authors
- Haleema Khan
- Jennifer A Clark
- Jake Fennick
- Utsav Khatu


External code
Expand Down
2 changes: 1 addition & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The rules for this file:

------------------------------------------------------------------------------
??/??/?? IAlibay, Luthaf, hmacdope, rafaelpap, jbarnoud, BFedder, aya9aladdin,
jaclark5, jfennick, lilyminium, orbeckst
jaclark5, jfennick, lilyminium, orbeckst, Hakarishirenai

* 2.4.0

Expand Down
3 changes: 2 additions & 1 deletion package/MDAnalysis/lib/distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,8 @@ def calc_dihedrals(coords1: Union[np.ndarray, 'AtomGroup'],
Array containing the dihedral angles formed by each quadruplet of
coordinates. Values are returned in radians (rad). If four single
coordinates were supplied, the dihedral angle is returned as a single
number instead of an array.
number instead of an array. The range of dihedral angle is
:math:`(-\pi, \pi)`.
.. versionadded:: 0.8
Expand Down

0 comments on commit 526cdd5

Please sign in to comment.