210 Star 890 Fork 659

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sponge.colvar.Center.rst 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
luojianing 提交于 2024-04-18 15:13 . fix docs issue

sponge.colvar.Center

.. py:class:: sponge.colvar.Center(atoms: Union[AtomsBase, Tensor, ndarray, list], mass: Union[Tensor, ndarray, list] = None, batched: bool = False, keep_in_box: bool = False, keepdims: bool = None, axis: int = -2, name: str = 'atoms_center')

    特定原子的中心。

    参数:
        - **atoms** (Union[AtomsBase, Tensor, ndarray, list]) - 特定原子或虚拟原子的shape (..., G, D) 。其中,G表示被平均的原子组的数目。D表示仿真系统的维度。通常为3。
        - **mass** (Union[Tensor, ndarray, list]) - 用于计算质心(COM)的原子质量数组。张量的shape为 (..., G) 或 (B, ..., G) ,数据类型是float。如果为空,则将计算坐标的几何中心。默认值: ``None``。其中,B表示批量大小,即模拟中的步行者数量。
        - **batched** (bool) - index 和 mass 的第一维度是否为批大小。默认值: ``False``。
        - **keep_in_box** (bool) - 是否在PBC box中替换坐标。默认值: ``False``。
        - **keepdims** (bool) - 如果设置为 True,则缩小的轴将保留,以及中心的shape (..., 1, D) 。如果设置为 False,则中心的shape将为 (..., D) 。如果为 None,则其值将根据输入原子:如果秩大于 2,则为 False,否则为 True。默认值: ``None``。
        - **axis** (int) - 计算位置平均值的轴。默认值:-2。
        - **name** (str) - Colvar的名称。默认值:'atoms_center'。

    .. py:method:: set_mass(mass: Tensor, batched: bool = False)

        设置原子块。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助