next up previous contents index
Next: Interface momentum Up: Module dynamicalsystem_module Previous: Interface kinetic_energy   Contents   Index

Interface angular_momentum


\begin{boxedminipage}{\textwidth}
\begin{verbatim}L = angular_momentum(this[...
..._momentum(mass,pos,velo[,origin, &
indices])\end{verbatim}
\end{boxedminipage}

Return the angular momentum of all the atoms in this DynamicalSystem, defined by $\mathbf{L} = \sum_{i} \mathbf{r_i} \times \mathbf{v_i}$.

Return the angular momentum of all the atoms in this DynamicalSystem, defined by $\mathbf{L} = \sum_{i} \mathbf{r_i} \times \mathbf{v_i}$.

Return the angular momentum of all the atoms in this DynamicalSystem, defined by $\mathbf{L} = \sum_{i} \mathbf{r_i} \times \mathbf{v_i}$.

this -- intent(in),

type(DynamicalSystem) or type(Atoms)

origin -- real(dp), intent(in), optional, dimension(3)

indices -- integer, intent(in), optional, dimension(:)

mass -- real(dp), intent(in), dimension(:)

pos -- real(dp), intent(in), dimension(:,:)

velo -- real(dp), intent(in), dimension(:,:)

Return value -- real(dp), dimension(3)
momentum interface

gabor 2009-06-30