210 Star 890 Fork 659

GVPMindSpore/mindscience

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

sponge.colvar.Group

.. py:class:: sponge.colvar.Group(atoms: Union[List[AtomsBase], Tuple[AtomsBase]], batched: bool = False, keep_in_box: bool = False, axis: int = 1, name: str = 'atoms_group')

    原子组。

    参数:
        - **atoms** (Union[List[AtomsBase], Tuple[AtomsBase]]) - AtomsBase列表。成员应该是 AtomsBase 的子类。
        - **batched** (bool) - 索引的第一个维度是否为批大小。默认值: ``False``。
        - **keep_in_box** (bool) - 是否在PBC box中替换坐标。默认值: ``False``。
        - **axis** (int) - 计算位置平均值的axis。
        - **name** (str) - Colvar的名称。默认值:'atoms_group'。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助