angle_deriv
angle_deriv(coords, i, j, k):
Gives the derivative of the angle between i, j, and k with respect to the Cartesians
coords:np.ndarrayNo description…
i:int | Iterable[int]index of the central atom
j:int | Iterable[int]index of one of the outside atoms
k:int | Iterable[int]index of the other outside atom
:returns:np.ndarrayderivatives of the angle with respect to atoms i, j, and k
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings