IZSystemToCartesianConverter
A converter class for going from Cartesian coordinates to internals coordinates
@property
types(self):
convert_many(self, coords, *, reference_coordinates, order=0, masses=None, remove_translation_rotation=True, derivs=None, return_derivs=None, ordering=None, origins=None, axes=None, embedding_coords=None, jacobian_prep=None, axes_labels=None, fixed_atoms=None, use_rad=True, **kw):
We’ll implement this by having the ordering arg wrap around in coords?
convert(self, coords, *, reference_coordinates, specs, order=0, **kw):