Hello Anders Sir,
Thank you very much for your reply, But i still have the problem.
for xx tensor,
d_r = spectrum.evaluateDielectricConstant()[0,0,:]
d_i = spectrum.evaluateImaginaryDielectricConstant()[0,0,:]
for xy tensor,
d_r = spectrum.evaluateDielectricConstant()[0,1,:]
d_i = spectrum.evaluateImaginaryDielectricConstant()[0,1,:]
...
What should be in the brackets for yy and zz tesors. (These two are the tensors i wanted to read)
Thank you in advance.