![]()  | 
  
    Octopus
    
   | 
 
Functions/Subroutines | |
| subroutine, public | dloewdin_orthogonalize (basis, kpt, namespace) | 
| subroutine, public | dloewdin_overlap (basis, overlap, ik) | 
| subroutine, public | dloewdin_info (basis, kpt, namespace) | 
| subroutine | dprint_matrix (basis, label, namespace, overlap, ik) | 
| subroutine, public | zloewdin_orthogonalize (basis, kpt, namespace) | 
| subroutine, public | zloewdin_overlap (basis, overlap, ik) | 
| subroutine, public | zloewdin_info (basis, kpt, namespace) | 
| subroutine | zprint_matrix (basis, label, namespace, overlap, ik) | 
| subroutine, public loewdin_oct_m::dloewdin_orthogonalize | ( | type(orbitalbasis_t), intent(inout), target | basis, | 
| type(distributed_t), intent(in) | kpt, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 211 of file loewdin.F90.
| subroutine, public loewdin_oct_m::dloewdin_overlap | ( | type(orbitalbasis_t), intent(in), target | basis, | 
| real(real64), dimension(:,:), intent(inout) | overlap, | ||
| integer, intent(in) | ik | ||
| ) | 
Definition at line 365 of file loewdin.F90.
| subroutine, public loewdin_oct_m::dloewdin_info | ( | type(orbitalbasis_t), intent(inout) | basis, | 
| type(distributed_t), intent(in) | kpt, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 416 of file loewdin.F90.
      
  | 
  private | 
| [in] | overlap | (basissize,basissize) | 
Definition at line 438 of file loewdin.F90.
| subroutine, public loewdin_oct_m::zloewdin_orthogonalize | ( | type(orbitalbasis_t), intent(inout), target | basis, | 
| type(distributed_t), intent(in) | kpt, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 540 of file loewdin.F90.
| subroutine, public loewdin_oct_m::zloewdin_overlap | ( | type(orbitalbasis_t), intent(in), target | basis, | 
| complex(real64), dimension(:,:), intent(inout) | overlap, | ||
| integer, intent(in) | ik | ||
| ) | 
Definition at line 701 of file loewdin.F90.
| subroutine, public loewdin_oct_m::zloewdin_info | ( | type(orbitalbasis_t), intent(inout) | basis, | 
| type(distributed_t), intent(in) | kpt, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 752 of file loewdin.F90.
      
  | 
  private | 
| [in] | overlap | (basissize,basissize) | 
Definition at line 774 of file loewdin.F90.