![]()  | 
  
    Octopus
    
   | 
 
Data Types | |
| type | ps_hgh_t | 
| The following data type contains: (a) the pseudopotential parameters, as read from a *.hgh file, (b) auxiliary intermediate functions, to store stuff before passing it to the "ps" variable.  More... | |
Functions/Subroutines | |
| subroutine, public | hgh_init (psp, filename, namespace) | 
| subroutine, public | hgh_end (psp) | 
| subroutine, public | hgh_process (psp, namespace) | 
| subroutine, public | hgh_get_eigen (psp, eigen) | 
| integer function | load_params (unit, params, namespace) | 
| subroutine | get_cutoff_radii (psp) | 
| subroutine | vlocalr_scalar (r, np, p, vloc) | 
| subroutine | projectorr_scalar (r, np, p, i, l, proj) | 
| subroutine | solve_schroedinger (psp, ierr, namespace) | 
| subroutine, public | hgh_debug (psp, dir, namespace) | 
Variables | |
| real(real64), parameter | eps = 1.0e-8_real64 | 
| subroutine, public ps_hgh_oct_m::hgh_init | ( | type(ps_hgh_t), intent(inout) | psp, | 
| character(len=*), intent(in) | filename, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 182 of file ps_hgh.F90.
| subroutine, public ps_hgh_oct_m::hgh_end | ( | type(ps_hgh_t), intent(inout) | psp | ) | 
Definition at line 227 of file ps_hgh.F90.
| subroutine, public ps_hgh_oct_m::hgh_process | ( | type(ps_hgh_t), intent(inout) | psp, | 
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 246 of file ps_hgh.F90.
| subroutine, public ps_hgh_oct_m::hgh_get_eigen | ( | type(ps_hgh_t), intent(in) | psp, | 
| real(real64), dimension(:,:), intent(out) | eigen | ||
| ) | 
Definition at line 288 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 304 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 474 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 502 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 539 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 577 of file ps_hgh.F90.
| subroutine, public ps_hgh_oct_m::hgh_debug | ( | type(ps_hgh_t), intent(in) | psp, | 
| character(len=*), intent(in) | dir, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) | 
Definition at line 704 of file ps_hgh.F90.
      
  | 
  private | 
Definition at line 177 of file ps_hgh.F90.