Page 1 of 1

k-resolved carriers/population

Posted: Mon Mar 03, 2025 5:33 pm
by csk
Dear all!

Is there a possibility to extract the carriers resolved in the BZ for the real-time propagation of the density matrix in transition space? Something like in the inset of Fig. 10 (b) of https://doi.org/10.1021/acs.nanolett.8b02774?

Thanks in advance!
Christian

Re: k-resolved carriers/population

Posted: Fri Mar 07, 2025 1:58 pm
by csk
Hi!

In case someone else is looking for a solution, I found a convenient way using the "mppi" python module, as described here:
https://mppi.readthedocs.io/en/latest/y ... arser.html

If someone knows a solution using the yambo/ypp/yambopy toolchain, I would be still interested, but so far the above works fine for me.

Cheers,
Christian

Re: k-resolved carriers/population

Posted: Tue Mar 11, 2025 11:05 am
by Davide Sangalli
With ypp_rt there are different options for plotting and analyzing the carriers database.

Code: Select all

ndb.RT_carriers 
In this tutorial you can find an example (see input_ypp2)
https://wiki.yambo-code.eu/wiki/index.p ... m_carriers

You can play with rtmode. For example the "(t)ime" mode will give an output for eack k-point

Best,
D.