dihed_deriv
dihed_deriv(coords, i, j, k, l):
Gives the derivative of the dihedral between i, j, k, and l with respect to the Cartesians
Currently gives what are sometimes called the psi
angles.
Will be extended to also support more traditional phi
angles
coords
:np.ndarray
No description…
i
:int | Iterable[int]
No description…
j
:int | Iterable[int]
No description…
k
:int | Iterable[int]
No description…
l
:int | Iterable[int]
No description…
:returns
:np.ndarray
derivatives of the dihedral with respect to atoms i, j, k, and l
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings