Definition at line 193 of file sternheimer.F90.
 
 | 
| type(linear_solver_t)  | solver | 
|   | 
| type(mix_t)  | mixer | 
|   | 
| type(scf_tol_t)  | scf_tol | 
|   | 
| real(real64)  | lrc_alpha | 
|   | 
| real(real64), dimension(:,:,:), allocatable  | fxc | 
|   | linear change of the XC potential (fxc)  More...
  | 
|   | 
| real(real64), dimension(:,:,:,:), allocatable  | kxc | 
|   | quadratic change of the XC potential (kxc)  More...
  | 
|   | 
| real(real64), dimension(:, :, :, :), pointer, contiguous  | drhs => NULL() | 
|   | precomputed bare perturbation on RHS  More...
  | 
|   | 
| complex(real64), dimension(:, :, :, :), pointer, contiguous  | zrhs => NULL() | 
|   | 
| real(real64), dimension(:, :, :, :, :), pointer, contiguous  | dinhomog => NULL() | 
|   | fixed inhomogeneous term on RHS  More...
  | 
|   | 
| complex(real64), dimension(:, :, :, :, :), pointer, contiguous  | zinhomog => NULL() | 
|   | 
| logical  | add_fxc | 
|   | 
| logical  | add_hartree | 
|   | 
| logical  | ok | 
|   | 
| logical  | occ_response | 
|   | 
| logical  | last_occ_response | 
|   | 
| logical  | occ_response_by_sternheimer | 
|   | 
| logical  | preorthogonalization | 
|   | 
| real(real64)  | domega | 
|   | current frequency for which we solve the freq.-dep. equation  More...
  | 
|   | 
| complex(real64)  | zomega | 
|   | current frequency for which we solve the freq.-dep. equation  More...
  | 
|   | 
| real(real64)  | pt_eta | 
|   | broadening for photonic subsystem  More...
  | 
|   | 
| type(photon_mode_t)  | pt_modes | 
|   | 
◆ solver
◆ mixer
  
  
      
        
          | type(mix_t) sternheimer_oct_m::sternheimer_t::mixer | 
         
       
   | 
  
private   | 
  
 
 
◆ scf_tol
  
  
      
        
          | type(scf_tol_t) sternheimer_oct_m::sternheimer_t::scf_tol | 
         
       
   | 
  
private   | 
  
 
 
◆ lrc_alpha
  
  
      
        
          | real(real64) sternheimer_oct_m::sternheimer_t::lrc_alpha | 
         
       
   | 
  
private   | 
  
 
 
◆ fxc
  
  
      
        
          | real(real64), dimension(:,:,:), allocatable sternheimer_oct_m::sternheimer_t::fxc | 
         
       
   | 
  
private   | 
  
 
 
◆ kxc
  
  
      
        
          | real(real64), dimension(:,:,:,:), allocatable sternheimer_oct_m::sternheimer_t::kxc | 
         
       
   | 
  
private   | 
  
 
quadratic change of the XC potential (kxc) 
Definition at line 200 of file sternheimer.F90.
 
 
◆ drhs
  
  
      
        
          | real(real64), dimension(:, :, :, :), pointer, contiguous sternheimer_oct_m::sternheimer_t::drhs => NULL() | 
         
       
   | 
  
private   | 
  
 
 
◆ zrhs
  
  
      
        
          | complex(real64), dimension(:, :, :, :), pointer, contiguous sternheimer_oct_m::sternheimer_t::zrhs => NULL() | 
         
       
   | 
  
private   | 
  
 
 
◆ dinhomog
  
  
      
        
          | real(real64), dimension(:, :, :, :, :), pointer, contiguous sternheimer_oct_m::sternheimer_t::dinhomog => NULL() | 
         
       
   | 
  
private   | 
  
 
 
◆ zinhomog
  
  
      
        
          | complex(real64), dimension(:, :, :, :, :), pointer, contiguous sternheimer_oct_m::sternheimer_t::zinhomog => NULL() | 
         
       
   | 
  
private   | 
  
 
 
◆ add_fxc
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::add_fxc | 
         
       
   | 
  
private   | 
  
 
 
◆ add_hartree
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::add_hartree | 
         
       
   | 
  
private   | 
  
 
 
◆ ok
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::ok | 
         
       
   | 
  
private   | 
  
 
 
◆ occ_response
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::occ_response | 
         
       
   | 
  
private   | 
  
 
 
◆ last_occ_response
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::last_occ_response | 
         
       
   | 
  
private   | 
  
 
 
◆ occ_response_by_sternheimer
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::occ_response_by_sternheimer | 
         
       
   | 
  
private   | 
  
 
 
◆ preorthogonalization
  
  
      
        
          | logical sternheimer_oct_m::sternheimer_t::preorthogonalization | 
         
       
   | 
  
private   | 
  
 
 
◆ has_photons
      
        
          | logical, public sternheimer_oct_m::sternheimer_t::has_photons | 
        
      
 
 
◆ domega
  
  
      
        
          | real(real64) sternheimer_oct_m::sternheimer_t::domega | 
         
       
   | 
  
private   | 
  
 
current frequency for which we solve the freq.-dep. equation 
Definition at line 213 of file sternheimer.F90.
 
 
◆ zomega
  
  
      
        
          | complex(real64) sternheimer_oct_m::sternheimer_t::zomega | 
         
       
   | 
  
private   | 
  
 
current frequency for which we solve the freq.-dep. equation 
Definition at line 214 of file sternheimer.F90.
 
 
◆ dphoton_coord_q
      
        
          | real(real64), dimension(:, :), allocatable, public sternheimer_oct_m::sternheimer_t::dphoton_coord_q | 
        
      
 
 
◆ zphoton_coord_q
      
        
          | complex(real64), dimension(:, :), allocatable, public sternheimer_oct_m::sternheimer_t::zphoton_coord_q | 
        
      
 
 
◆ pt_eta
  
  
      
        
          | real(real64) sternheimer_oct_m::sternheimer_t::pt_eta | 
         
       
   | 
  
private   | 
  
 
 
◆ pt_modes
The documentation for this type was generated from the following file: