convert_cartesian_to_zmatrix
convert_cartesian_to_zmatrix(coords, *, ordering, use_rad=True, return_derivs=None, order=None, strip_embedding=False, derivative_method='new'):
The ordering should be specified like:
[ [n1], [n2, n1] [n3, n1/n2, n1/n2] [n4, n1/n2/n3, n1/n2/n3, n1/n2/n3] [n5, …] … ]
coords:np.ndarrayarray of cartesian coordinates
use_rad:boolwhether to user radians or not
ordering:None or tuple of ints or tuple of tuple of intsoptional ordering parameter for the z-matrix
kw:Anyignored key-word arguments
:returns:np.ndarrayz
m a t r i x
c o o r d s