Post process in TPA
Posted: Wed Dec 25, 2024 8:51 am
Dear Claudio,
I have noticed a Python script that can get the TPA coefficient, TPA coefficient. However, I am confused with the input files
It seems that the input file is chi(1), chi(2) and chi(3) at the same intensity. According to the formula in https://wiki.yambo-code.eu/wiki/index.p ... note-tpa-1, the TPA coefficient should be calculated with polarization at different laser intensity. So, it seems reasonable to change the input files as
Is it correct to change the input file name?
Besides, as Yambo has already output the chi(3) with ypp_nl, why should we use Richardson extrapolation to extract the TPA? Can we just calculate the TPA using equation (11) in the paper Phys. Rev. B 98, 165126 (2018)?
Thank you!
Best,
Jason
I have noticed a Python script that can get the TPA coefficient, TPA coefficient. However, I am confused with the input files
Code: Select all
directory='./'
path_rt_lI_int1='o-RUN1.YPP-X_probe_order_1'
path_rt_lI_int2='o-RUN1.YPP-X_probe_order_2'
path_rt_lI_int3='o-RUN1.YPP-X_probe_order_3'
Code: Select all
directory='./'
path_rt_lI_int1='o-RUN1.YPP-X_probe_order_3'
path_rt_lI_int2='o-RUN2.YPP-X_probe_order_3'
path_rt_lI_int3='o-RUN3.YPP-X_probe_order_3'
Besides, as Yambo has already output the chi(3) with ypp_nl, why should we use Richardson extrapolation to extract the TPA? Can we just calculate the TPA using equation (11) in the paper Phys. Rev. B 98, 165126 (2018)?
Thank you!
Best,
Jason