pwtools._flib.vect_loops

pwtools._flib.vect_loops = <fortran function vect_loops>

c = vect_loops(v,[natoms,nstep])

Wrapper for vect_loops.

Parameters:
  • v (input rank-3 array('d') with bounds (nstep,natoms,3)) –

  • natoms (input int, optional) – Default: shape(v, 1)

  • nstep (input int, optional) – Default: shape(v, 0)

Returns:

c

Return type:

rank-1 array(‘d’) with bounds (nstep)