Dear QE users,
I want to plot the optical properties of a crystal. I'm working with ultrasoft pps, so the only option I found to obtain it was to calculate these properties using the Turbo-Lanczos package in QE. I got two files, the plot_S.dat, and plot_chi.dat.
If I understood it right, the plot_S.dat can be used to plot the absorption spectrum. In the plot_chi.dat, the program created a matrix with Real and Imaginary parts of the dielectric constant, as follows:
\hbar \omega(eV) Re(chi) (e^2*a_0^2/eV) Im(chi) (e^2*a_0^2/eV)
chi_1_1= 0.0000E+00 0.251513E+02 -.00000E+00
chi_2_1= 0.0000E+00 0.289682E-01 -.00000E+00
chi_3_1= 0.0000E+00 -.627424E+01 0.0000E+00
chi_1_2= 0.0000E+00 0.287160E-01 -.00000E+00
chi_2_2= 0.0000E+00 0.316761E+02 -.00000E+00
chi_3_2= 0.0000E+00 -.136008E-01 0.00000E+00
chi_1_3= 0.0000E+00 -.627868E+01 0.00000E+00
chi_2_3= 0.0000E+00 -.1321167E-01 0.00000E+00
chi_3_3= 0.0000E+00 0.250771+02 -.00000E+00
chi_1_1= 0.10000E-01 0.251513E+02 0.908418E-03
......
How can I use this data to plot the real and imaginary parts of the dielectric constant, and the absorption in the directions [001], [010], [100]?
Thanks for your help!