Definition at line 210 of file v_ks.F90.
 
 | 
| integer, public  | theory_level = -1 | 
|   | 
| logical, public  | frozen_hxc = .false. | 
|   | For RPA and SAE calculations.  More...
  | 
|   | 
| integer, public  | xc_family = 0 | 
|   | the XC stuff  More...
  | 
|   | 
| integer, public  | xc_flags = 0 | 
|   | the XC flags  More...
  | 
|   | 
| integer, public  | xc_photon = 0 | 
|   | selected QEDFT xc functional  More...
  | 
|   | 
| type(xc_t), public  | xc | 
|   | 
| type(xc_photons_t), public  | xc_photons | 
|   | 
| type(xc_oep_t), public  | oep | 
|   | 
| type(xc_oep_photon_t), public  | oep_photon | 
|   | 
| type(xc_ks_inversion_t), public  | ks_inversion | 
|   | 
| type(xc_sic_t), public  | sic | 
|   | 
| type(xc_vdw_t), public  | vdw | 
|   | 
| type(grid_t), pointer, public  | gr | 
|   | 
| logical, public  | has_photons = .false. | 
|   | 
| real(real64), dimension(3, 3), public  | stress_xc_gga | 
|   | Beyond LDA contribution to the xc stress tensor.  More...
  | 
|   | 
| type(photon_mode_t), pointer, public  | pt => null() | 
|   | 
| type(mf_t), public  | pt_mx | 
|   | 
◆ theory_level
      
        
          | integer, public v_ks_oct_m::v_ks_t::theory_level = -1 | 
        
      
 
 
◆ frozen_hxc
      
        
          | logical, public v_ks_oct_m::v_ks_t::frozen_hxc = .false. | 
        
      
 
For RPA and SAE calculations. 
Definition at line 214 of file v_ks.F90.
 
 
◆ xc_family
      
        
          | integer, public v_ks_oct_m::v_ks_t::xc_family = 0 | 
        
      
 
 
◆ xc_flags
      
        
          | integer, public v_ks_oct_m::v_ks_t::xc_flags = 0 | 
        
      
 
 
◆ xc_photon
      
        
          | integer, public v_ks_oct_m::v_ks_t::xc_photon = 0 | 
        
      
 
selected QEDFT xc functional 
Definition at line 218 of file v_ks.F90.
 
 
◆ xc
      
        
          | type(xc_t), public v_ks_oct_m::v_ks_t::xc | 
        
      
 
 
◆ xc_photons
◆ oep
      
        
          | type(xc_oep_t), public v_ks_oct_m::v_ks_t::oep | 
        
      
 
 
◆ oep_photon
◆ ks_inversion
◆ sic
      
        
          | type(xc_sic_t), public v_ks_oct_m::v_ks_t::sic | 
        
      
 
 
◆ vdw
      
        
          | type(xc_vdw_t), public v_ks_oct_m::v_ks_t::vdw | 
        
      
 
 
◆ gr
      
        
          | type(grid_t), pointer, public v_ks_oct_m::v_ks_t::gr | 
        
      
 
 
◆ calc
◆ calculate_current
  
  
      
        
          | logical v_ks_oct_m::v_ks_t::calculate_current = .false. | 
         
       
   | 
  
private   | 
  
 
 
◆ current_calculator
  
  
      
        
          | type(current_t) v_ks_oct_m::v_ks_t::current_calculator | 
         
       
   | 
  
private   | 
  
 
 
◆ include_td_field
  
  
      
        
          | logical v_ks_oct_m::v_ks_t::include_td_field = .false. | 
         
       
   | 
  
private   | 
  
 
 
◆ has_photons
      
        
          | logical, public v_ks_oct_m::v_ks_t::has_photons = .false. | 
        
      
 
 
◆ xc_photon_include_hartree
  
  
      
        
          | logical v_ks_oct_m::v_ks_t::xc_photon_include_hartree = .true. | 
         
       
   | 
  
private   | 
  
 
 
◆ stress_xc_gga
      
        
          | real(real64), dimension(3, 3), public v_ks_oct_m::v_ks_t::stress_xc_gga | 
        
      
 
Beyond LDA contribution to the xc stress tensor. 
Definition at line 234 of file v_ks.F90.
 
 
◆ pt
      
        
          | type(photon_mode_t), pointer, public v_ks_oct_m::v_ks_t::pt => null() | 
        
      
 
 
◆ pt_mx
      
        
          | type(mf_t), public v_ks_oct_m::v_ks_t::pt_mx | 
        
      
 
 
The documentation for this type was generated from the following file: