Rates.get_stim() broken for multiple transitions
Closed this issue · 0 comments
pathfinder49 commented
Rates.get_stim() using lasers on multiple different transitions is broken.
It seems like the culprit is that Gamma
and GammaJ
are overwritten in the transitions loop
https://github.com/OxfordIonTrapGroup/ion_phys/blob/da3c5ef9fe868aa297426506801e9f02a77c2f67/ion_phys/rate_equations.py#L18-L24
https://github.com/OxfordIonTrapGroup/ion_phys/blob/da3c5ef9fe868aa297426506801e9f02a77c2f67/ion_phys/rate_equations.py#L61-L66