Octopus
output_me_oct_m Module Reference

Functions/Subroutines

subroutine, public output_me_init (this, namespace, space, st, gr, nst)
 
subroutine, public output_me (this, namespace, space, dir, st, gr, ions, hm)
 
subroutine output_me_out_momentum (gr, st, space, fname, namespace, kpoints)
 
subroutine output_me_out_ang_momentum (gr, st, space, fname, namespace, kpoints)
 
subroutine output_me_out_dipole (gr, st, space, dir, namespace, hm, ions, st_start, st_end)
 
subroutine output_me_out_ks_multipoles (gr, st, space, dir, this, namespace)
 

Function/Subroutine Documentation

◆ output_me_init()

subroutine, public output_me_oct_m::output_me_init ( type(output_me_t), intent(out)  this,
type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
type(states_elec_t), intent(in)  st,
type(grid_t), intent(in)  gr,
integer, intent(in)  nst 
)

Definition at line 154 of file output_me.F90.

◆ output_me()

subroutine, public output_me_oct_m::output_me ( type(output_me_t), intent(in)  this,
type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
character(len=*), intent(in)  dir,
type(states_elec_t), intent(inout)  st,
type(grid_t), intent(in)  gr,
type(ions_t), intent(in)  ions,
type(hamiltonian_elec_t), intent(inout)  hm 
)

Definition at line 277 of file output_me.F90.

◆ output_me_out_momentum()

subroutine output_me_oct_m::output_me_out_momentum ( type(grid_t), intent(in)  gr,
type(states_elec_t), intent(in)  st,
type(space_t), intent(in)  space,
character(len=*), intent(in)  fname,
type(namespace_t), intent(in)  namespace,
type(kpoints_t), intent(in)  kpoints 
)
private

Definition at line 462 of file output_me.F90.

◆ output_me_out_ang_momentum()

subroutine output_me_oct_m::output_me_out_ang_momentum ( type(grid_t), intent(in)  gr,
type(states_elec_t), intent(in)  st,
type(space_t), intent(in)  space,
character(len=*), intent(in)  fname,
type(namespace_t), intent(in)  namespace,
type(kpoints_t), intent(in)  kpoints 
)
private

Definition at line 554 of file output_me.F90.

◆ output_me_out_dipole()

subroutine output_me_oct_m::output_me_out_dipole ( type(grid_t), intent(in)  gr,
type(states_elec_t), intent(in)  st,
type(space_t), intent(in)  space,
character(len=*), intent(in)  dir,
type(namespace_t), intent(in)  namespace,
type(hamiltonian_elec_t), intent(in)  hm,
type(ions_t), intent(in)  ions,
integer, intent(in)  st_start,
integer, intent(in)  st_end 
)
private

Definition at line 705 of file output_me.F90.

◆ output_me_out_ks_multipoles()

subroutine output_me_oct_m::output_me_out_ks_multipoles ( type(grid_t), intent(in)  gr,
type(states_elec_t), intent(in)  st,
type(space_t), intent(in)  space,
character(len=*), intent(in)  dir,
type(output_me_t), intent(in)  this,
type(namespace_t), intent(in)  namespace 
)
private

Definition at line 777 of file output_me.F90.