221 Star 943 Fork 693

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindchemistry.e3.o3.angles_to_xyz.rst 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
jian981105 提交于 2024-08-02 16:19 +08:00 . update doc and api

mindchemistry.e3.o3.angles_to_xyz

.. 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)` 的张量。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助