Thank you so much for your response. I also have another question that I got stuck in it and couldn't find the reasonable result.
For the three level system interacting with one mode cavity, if I want to consider the changes in
detuning
(delta), how can I see the differences in the probability plots.
I have delta here:
wc = (E2 - E1 - delta1)
wc = (E2 - E3 - delta2)
and then I have tried to add it in the non-interaction Hamiltonian:
H0 = ((E2 - E1 - delta1)*a.dag()*a) + (E1 * sigma11.dag()*sigma11) + (E2 * sigma22.dag()*sigma22) + (E3 * sigma33.dag()*sigma33)
but for differences values of delta, there is nothing changed! I tried to add detuning part in the interaction Hamiltonian, so here I can see the changes in detuning and plots, but I think physics behind of that is wrong. (based on equation, adding detuning to the interaction part is not correct).
For example:
H1 = g1*
(E2 - E1 - delta1)
*sigma12*a.dag()
H2 = g1
* (E2 - E3 - delta2)
*sigma12.dag()*a
Do you have any suggestion, how can I add the detuning part to see the changes?
Thank you so much in advance,
Best