mindchemistry.e3.o3.angles_to_xyz ========================================= .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.5.0/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindscience/blob/r0.7/docs/api_python/mindchemistry/e3/o3/mindchemistry.e3.o3.angles_to_xyz.rst :alt: 查看源文件 .. py:function:: mindchemistry.e3.o3.angles_to_xyz(alpha, beta) 将 :math:`(\alpha, \beta)` 转换为球体上的点 :math:`(x, y, z)`。 参数: - **alpha** (Union[Tensor[float32], List[float], Tuple[float], ndarray[np.float32], float]) - alpha 欧拉角。形状为 :math:`(...)` 的张量。 - **beta** (Union[Tensor[float32], List[float], Tuple[float], ndarray[np.float32], float]) - beta 欧拉角。形状为 :math:`(...)` 的张量。 返回: - **output** (Tensor) - 点 :math:`(x, y, z)`。形状为 :math:`(..., 3)` 的张量。