| 
| subroutine, public  | em_resp_oct_m::em_resp_run (system, from_scratch) | 
|   | 
| subroutine  | em_resp_oct_m::em_resp_run_legacy (sys, fromScratch) | 
|   | 
| subroutine  | parse_input () | 
|   | 
| subroutine  | info () | 
|   | 
| subroutine  | drun_sternheimer (em_vars, namespace, space, gr, kpoints, st, hm, mc, ions) | 
|   | 
| subroutine  | dcalc_properties_linear (em_vars, namespace, space, gr, kpoints, st, hm, xc, ions, outp) | 
|   | 
| subroutine  | dcalc_properties_nonlinear (em_vars, namespace, space, gr, st, hm, xc) | 
|   | 
| subroutine  | zrun_sternheimer (em_vars, namespace, space, gr, kpoints, st, hm, mc, ions) | 
|   | 
| subroutine  | zcalc_properties_linear (em_vars, namespace, space, gr, kpoints, st, hm, xc, ions, outp) | 
|   | 
| subroutine  | zcalc_properties_nonlinear (em_vars, namespace, space, gr, st, hm, xc) | 
|   | 
| subroutine  | em_resp_oct_m::em_resp_output (st, namespace, space, gr, hm, ions, outp, sh, em_vars, iomega, ifactor) | 
|   | 
| subroutine  | write_eta () | 
|   | 
| subroutine  | cross_section_header (out_file) | 
|   | Note: this should be in spectrum.F90.  More...
  | 
|   | 
| subroutine  | out_polarizability () | 
|   | 
| subroutine  | out_dielectric_constant () | 
|   | epsilon = 1 + 4 * pi * alpha/volume  More...
  | 
|   | 
| subroutine  | out_susceptibility () | 
|   | 
| subroutine  | out_wfn_and_densities () | 
|   | 
| subroutine  | out_circular_dichroism () | 
|   | See D Varsano, LA Espinosa Leal, Xavier Andrade, MAL Marques, Rosa di Felice, Angel Rubio, Phys. Chem. Chem. Phys. 11, 4481 (2009)  More...
  | 
|   | 
| subroutine  | out_magnetooptics | 
|   | 
| subroutine, public  | em_resp_oct_m::out_hyperpolarizability (box, beta, freq_factor, converged, dirname, namespace) | 
|   | Ref: David M Bishop, Rev Mod Phys 62, 343 (1990) beta generalized to lack of Kleinman symmetry.  More...
  | 
|   | 
| subroutine  | calc_beta_hrs (box, beta, HRS_VV, HRS_HV) | 
|   | calculate hyper-Rayleigh scattering hyperpolarizabilities SJ Cyvin, JE Rauch, and JC Decius, J Chem Phys 43, 4083 (1965) generalized to avoid assumption of Kleinman symmetry (permutation of indices) as in R Bersohn, Y-H Pao, and HL Frisch, J Chem Phys 45, 3184 (1966)  More...
  | 
|   | 
  
  
      
        
          | subroutine em_resp_output::out_circular_dichroism | 
         
       
   | 
  
private   | 
  
 
See D Varsano, LA Espinosa Leal, Xavier Andrade, MAL Marques, Rosa di Felice, Angel Rubio, Phys. Chem. Chem. Phys. 11, 4481 (2009) 
Definition at line 3046 of file em_resp.F90.
 
 
  
  
      
        
          | subroutine out_hyperpolarizability::calc_beta_hrs  | 
          ( | 
          class(box_t), intent(in)  | 
          box,  | 
         
        
           | 
           | 
          complex(real64), dimension(:, :, :), intent(in)  | 
          beta,  | 
         
        
           | 
           | 
          complex(real64), intent(out)  | 
          HRS_VV,  | 
         
        
           | 
           | 
          complex(real64), intent(out)  | 
          HRS_HV  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
calculate hyper-Rayleigh scattering hyperpolarizabilities SJ Cyvin, JE Rauch, and JC Decius, J Chem Phys 43, 4083 (1965) generalized to avoid assumption of Kleinman symmetry (permutation of indices) as in R Bersohn, Y-H Pao, and HL Frisch, J Chem Phys 45, 3184 (1966) 
Definition at line 3366 of file em_resp.F90.