221 Star 941 Fork 693

GVPMindSpore/mindscience

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

sponge.colvar.BatchedPosition

.. py:class:: sponge.colvar.BatchedPosition(coordinate: Union[Tensor, Parameter, ndarray], keep_in_box: bool = False, dimension: int = 3, name: str = 'position')

    具有批处理坐标的固定位置的虚拟原子。

    参数:
        - **coordinate** (Tensor) - 张量的shape为 (a_1, a_2, ..., a_n, D) ,数据类型是float。虚拟原子的位置坐标。
        - **keep_in_box** (bool) - 是否在PBC box中替换坐标。默认值: ``False``。
        - **dimension** (int) - 仿真系统的空间维度。默认值:3。
        - **name** (str) - Colvar 的名称。默认值:'position'。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助