Hi Jorge,
The easiest way to incorporate the branching ratios is to use relative decay rates between various manifolds. You can define this relative decay rate from one manifold to another using the optional keyword argument `gamma` when adding a d_q blocks to a Hamiltonian. For example, taking the Hamiltonian from the three-level system example,
hamiltonian = pylcp.hamiltonian()
hamiltonian.add_H_0_block('g', 0.*H0)
hamiltonian.add_H_0_block('r', delta*H0)
hamiltonian.add_H_0_block('e', -Delta*H0)
hamiltonian.add_d_q_block('g','e', d_q, gamma=1)
hamiltonian.add_d_q_block('r','e', d_q, gamma=0.1)
makes the decay rate from r->e 1/10 of that from g->e. It does this by adjusting the relative oscillator strengths. Note this feature has not been extensively tested, but I do believe it to work.
Hope that helps!
-Steve
--
Dr. Stephen Eckel
Physicist
Sensor Sciences Division
Thermodynamic Metrology Group
100 Bureau Drive, Stop 8364
Gaithersburg, MD 20899-8364
(301) 975-8571
--
You received this message because you are subscribed to the Google Groups "pylcp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pylcp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylcp/0cadc567-bca3-4d15-a959-46f4f1a70c40n%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.