Unable to generate input for the real time post processing

You can find here problems arising when using old releases of Yambo (< 5.0). Issues as parallelization strategy, performance issues and other technical aspects.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan

Locked
Bramhachari Khamari
Posts: 96
Joined: Wed Oct 23, 2019 5:52 am

Unable to generate input for the real time post processing

Post by Bramhachari Khamari » Tue Jan 19, 2021 10:47 am

Dear Developer,
I would like to see the optical spectrum from the real time simulation. But the input using ypp_rt is not generated. I tried the command line option ypp_rt -t which was working for earlier version. What is the new command to generate the input of post processing of real time calcualtion in version 5.

Regards,
Bramhachari Khamari
Post Doctoral Fellow
Department of Physics
IIT Kanpur, India.

User avatar
Davide Sangalli
Posts: 641
Joined: Tue May 29, 2012 4:49 pm
Location: Via Salaria Km 29.3, CP 10, 00016, Monterotondo Stazione, Italy
Contact:

Re: Unable to generate input for the real time post processing

Post by Davide Sangalli » Tue Jan 19, 2021 12:00 pm

With yambo 5.0 the syntax is

Code: Select all

ypp_rt -rtplot X -F inputfile_name.in 
You can also use the shorter version

Code: Select all

ypp_rt -n X -F inputfile_name.in

Code: Select all

ypp_rt -h 
for the help

Best,
D.
Davide Sangalli, PhD
CNR-ISM, Division of Ultrafast Processes in Materials (FLASHit) and MaX Centre
https://sites.google.com/view/davidesangalli
http://www.max-centre.eu/

Bramhachari Khamari
Posts: 96
Joined: Wed Oct 23, 2019 5:52 am

Re: Unable to generate input for the real time post processing

Post by Bramhachari Khamari » Tue Jan 19, 2021 12:41 pm

Dear sir,
Thanks a lot for the quick reply. One more question I will ask related to real time simulation using TD-BSE. There is an output file output.carriers in which 3rd and 4th coloumn is written as
dN_hole and dN_elec . Could you tell me what it stands for.

# Time[fs] d(N_hole-N_elec) dN_hole dN_elec


Regards,
Bramhachari Khamari
Post Doctoral Fellow
Department of Physics
IIT Kanpur, India.

User avatar
Davide Sangalli
Posts: 641
Joined: Tue May 29, 2012 4:49 pm
Location: Via Salaria Km 29.3, CP 10, 00016, Monterotondo Stazione, Italy
Contact:

Re: Unable to generate input for the real time post processing

Post by Davide Sangalli » Thu Jan 21, 2021 2:11 pm

It contains

Code: Select all

n_v(t) = sum_{n in v,k} (1-rho_nnk(t))
n_c(t) = sum_{n in c,k} rho_nnk(t)
i.e. the number of carriers (holes in valence / electrons in conduction) injected in the system due to the pump.
Be aware that the identification of such number with the total number of carriers is exact at the IP level and it is a good approximation as long as valence and conduction are well separated.

You can find more info here: http://link.aps.org/doi/10.1103/PhysRevB.84.245110

Best,
D
Davide Sangalli, PhD
CNR-ISM, Division of Ultrafast Processes in Materials (FLASHit) and MaX Centre
https://sites.google.com/view/davidesangalli
http://www.max-centre.eu/

Bramhachari Khamari
Posts: 96
Joined: Wed Oct 23, 2019 5:52 am

Re: Unable to generate input for the real time post processing

Post by Bramhachari Khamari » Fri Jan 22, 2021 12:34 pm

Dear sir,
thank you for the reply. I will go through the paper and try to reproduce the result and post the difficulty if I face.


Regards,
Bramhachari Khamari
Post Doctoral Fellow
Department of Physics
IIT Kanpur, India.

Locked