sponge.function.calc_vector
- sponge.function.calc_vector(initial: Tensor, terminal: Tensor, pbc_box: Tensor = None)[source]
Compute vector from initial point to terminal point.
- 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 point.pbc_box (Tensor) – Tensor of shape
or , where is the batchsize (i.e., number of walkers in simulation). Data type is float. Default:None
- Returns
vector (Tensor, a tensor of shape (…, D)). Data type is float.
- Supported Platforms:
Ascend
GPU