next up previous contents index
Next: Interface remove_atoms Up: Module atoms_module Previous: Interface set_cutoff_factor   Contents   Index

Interface add_atoms


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call add_atoms(this,pos,Z[...
...s(this[,pos,Z,mass, &
velo,acc,travel,data])\end{verbatim}
\end{boxedminipage}

Add one or more atoms to an Atoms object.

this -- type(Atoms), intent(inout)

pos -- real(dp), intent(in), optional, dimension(3) or dimension(:,:)

Z -- integer, intent(in), optional, scalar or dimension(:)

mass -- real(dp), optional, intent(in), scalar or dimension(:)

travel -- integer, optional, intent(in), dimension(3) or dimension(:,:)

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

data -- type(Table), optional, intent(in)

remove_atoms interface

gabor 2009-06-30