Octopus
td_write_classical_oct_m Module Reference

Functions/Subroutines

subroutine, public td_write_coordinates (out_coords, natoms, space, pos, vel, tot_forces, iter)
 
subroutine, public td_write_sep_coordinates (out_coords, natoms, space, pos, vel, tot_forces, iter, which)
 

Function/Subroutine Documentation

◆ td_write_coordinates()

subroutine, public td_write_classical_oct_m::td_write_coordinates ( type(c_ptr), intent(inout)  out_coords,
integer, intent(in)  natoms,
class(space_t), intent(in)  space,
real(real64), dimension(:,:), intent(in)  pos,
real(real64), dimension(:,:), intent(in)  vel,
real(real64), dimension(:,:), intent(in)  tot_forces,
integer, intent(in)  iter 
)

Definition at line 142 of file td_write_classical.F90.

◆ td_write_sep_coordinates()

subroutine, public td_write_classical_oct_m::td_write_sep_coordinates ( type(c_ptr), intent(inout)  out_coords,
integer, intent(in)  natoms,
class(space_t), intent(in)  space,
real(real64), dimension(:,:), intent(in)  pos,
real(real64), dimension(:,:), intent(in)  vel,
real(real64), dimension(:,:), intent(in)  tot_forces,
integer, intent(in)  iter,
integer, intent(in)  which 
)

Definition at line 217 of file td_write_classical.F90.