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 (fname, elec_me, namespace, kpoints)
 
subroutine output_me_out_ang_momentum (fname, elec_me, namespace, kpoints)
 
subroutine output_me_out_dipole (dir, elec_me, namespace, hm, ions)
 
subroutine output_me_out_ks_multipoles (dir, this, elec_me, 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 280 of file output_me.F90.

◆ output_me_out_momentum()

subroutine output_me_oct_m::output_me_out_momentum ( character(len=*), intent(in)  fname,
type(elec_matrix_elements_t), intent(in)  elec_me,
type(namespace_t), intent(in)  namespace,
type(kpoints_t), intent(in)  kpoints 
)
private

Definition at line 465 of file output_me.F90.

◆ output_me_out_ang_momentum()

subroutine output_me_oct_m::output_me_out_ang_momentum ( character(len=*), intent(in)  fname,
type(elec_matrix_elements_t), intent(in)  elec_me,
type(namespace_t), intent(in)  namespace,
type(kpoints_t), intent(in)  kpoints 
)
private

Definition at line 555 of file output_me.F90.

◆ output_me_out_dipole()

subroutine output_me_oct_m::output_me_out_dipole ( character(len=*), intent(in)  dir,
type(elec_matrix_elements_t), intent(in)  elec_me,
type(namespace_t), intent(in)  namespace,
type(hamiltonian_elec_t), intent(in)  hm,
type(ions_t), intent(in)  ions 
)
private

Definition at line 704 of file output_me.F90.

◆ output_me_out_ks_multipoles()

subroutine output_me_oct_m::output_me_out_ks_multipoles ( character(len=*), intent(in)  dir,
type(output_me_t), intent(in)  this,
type(elec_matrix_elements_t), intent(in)  elec_me,
type(namespace_t), intent(in)  namespace 
)
private

Definition at line 773 of file output_me.F90.