Re: Input variables of yambo_rt
Posted: Mon Feb 25, 2019 11:53 am
Dear Chenhai Shen,
you need to set:
and a small value for
What is "small" depends on the system. You can try with 1.E4 for a start.
Moreover
defines the direction along which the dielectric function is computed.
Setting the "x" direction as above, ypp_rt will then reconstruct eps_{xi} with i={x,y,z}
You should also see variables which define the number of bands included in the calculation and the kind of approximation you would like to use.
Few info can be found here (section VII):
https://arxiv.org/abs/1902.03837
Best,
D.
you need to set:
Code: Select all
Field1_kind= "DELTA" # [RT Field1] Kind(SIN|RES|ANTIRES|GAUSS|DELTA|QSSIN)
Field1_pol= "linear" # [RT Field1] Pol(linear|circular)
Code: Select all
Field1_Int= 0.000000 kWLm2 # [RT Field1] Intensity
Moreover
Code: Select all
% Field1_Dir
1.000000 | 0.000000 | 0.000000 | # [RT Field1] Versor
%
Setting the "x" direction as above, ypp_rt will then reconstruct eps_{xi} with i={x,y,z}
You should also see variables which define the number of bands included in the calculation and the kind of approximation you would like to use.
Few info can be found here (section VII):
https://arxiv.org/abs/1902.03837
Best,
D.