sponge.function.calc_vector_pbc
- sponge.function.calc_vector_pbc(initial: Tensor, terminal: Tensor, pbc_box: Tensor)[source]
Compute vector from initial point to terminal point at perodic bundary condition.
- Parameters
initial (Tensor) – Tensor of shape
, where is the spatial dimension of the simulation system (usually 3). Data type is float. Position coordinate of initial pointterminal (Tensor) – Tensor of shape
. Data type is float. Position coordinate of terminal pointpbc_box (Tensor) – Tensor of shape
or , where is the batchsize (i.e., number of walkers in simulation). Data type is float. Size of PBC box.
- Returns
vector (Tensor), a tensor of shape
. Data type is float.
- Supported Platforms:
Ascend
GPU