sponge.function.calc_distance_nopbc

查看源文件
sponge.function.calc_distance_nopbc(position_a: Tensor, position_b: Tensor, keepdims: bool = False)[源代码]

在没有周期性边界条件的情况下计算位置A和B之间的距离,用绝对坐标计算。

参数:
  • position_a (Tensor) - 位置A的坐标,shape为 \((..., D)\) ,D是模拟系统的空间维度, 一般为3。

  • position_b (Tensor) - 位置B的坐标,shape为 \((..., D)\)

  • keepdims (bool) - 默认值: False

返回:

Tensor。A和B之间的距离。shape为 \((..., 1)\)

支持平台:

Ascend GPU