![]()  | 
  
    Octopus
    
   | 
 
Data Types | |
| type | modelmb_denmat_t | 
Functions/Subroutines | |
| subroutine, public | modelmb_density_matrix_init (dir, namespace, st, denmat) | 
| subroutine, public | modelmb_density_matrix_end (this) | 
| subroutine | dmf_calculate_gamma (ikeeppart, mb_1part, nparticles_densmat, mesh, psi, gamma) | 
| subroutine, public | dmodelmb_density_matrix_write (space, mesh, st, wf, mm, denmat, namespace) | 
| subroutine | zmf_calculate_gamma (ikeeppart, mb_1part, nparticles_densmat, mesh, psi, gamma) | 
| subroutine, public | zmodelmb_density_matrix_write (space, mesh, st, wf, mm, denmat, namespace) | 
| subroutine, public modelmb_density_matrix_oct_m::modelmb_density_matrix_init | ( | character(len=*), intent(in) | dir, | 
| type(namespace_t), intent(in) | namespace, | ||
| type(states_elec_t), intent(in) | st, | ||
| type(modelmb_denmat_t), intent(out) | denmat | ||
| ) | 
Definition at line 158 of file modelmb_density_matrix.F90.
| subroutine, public modelmb_density_matrix_oct_m::modelmb_density_matrix_end | ( | type(modelmb_denmat_t), intent(inout) | this | ) | 
Definition at line 238 of file modelmb_density_matrix.F90.
      
  | 
  private | 
This routine calculates the one-body density matrix gamma for particle ikeeppart, used in higher dimensional model
Definition at line 323 of file modelmb_density_matrix.F90.
| subroutine, public modelmb_density_matrix_oct_m::dmodelmb_density_matrix_write | ( | class(space_t), intent(in) | space, | 
| type(mesh_t), intent(in) | mesh, | ||
| type(states_elec_t), intent(in) | st, | ||
| real(real64), dimension(:), intent(in), contiguous | wf, | ||
| integer, intent(in) | mm, | ||
| type(modelmb_denmat_t), intent(in) | denmat, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
| [in] | wf | (1:grmeshnp) | 
Definition at line 448 of file modelmb_density_matrix.F90.
      
  | 
  private | 
This routine calculates the one-body density matrix gamma for particle ikeeppart, used in higher dimensional model
Definition at line 696 of file modelmb_density_matrix.F90.
| subroutine, public modelmb_density_matrix_oct_m::zmodelmb_density_matrix_write | ( | class(space_t), intent(in) | space, | 
| type(mesh_t), intent(in) | mesh, | ||
| type(states_elec_t), intent(in) | st, | ||
| complex(real64), dimension(:), intent(in), contiguous | wf, | ||
| integer, intent(in) | mm, | ||
| type(modelmb_denmat_t), intent(in) | denmat, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
| [in] | wf | (1:grmeshnp) | 
Definition at line 821 of file modelmb_density_matrix.F90.