I noticed that when initialising Cell, the functions _add_state_lifetimes() and _add_decoherence_rates() do not accept an argument for temperature. Instead, the default temperature of 0 K is used. This means that the values would be inaccurate when modelling a system at, say, room temperature.
Also related, both of the functions above utilise the ARC package and the values returned according to their docs are in units of s and s-1 respectively. I see that these values are then converted within the functions into unit of MHz. My question is that why aren't these values converted to unit of Mrad/s?
I noticed that when initialising
Cell, the functions_add_state_lifetimes()and_add_decoherence_rates()do not accept an argument for temperature. Instead, the default temperature of 0 K is used. This means that the values would be inaccurate when modelling a system at, say, room temperature.Also related, both of the functions above utilise the
ARCpackage and the values returned according to their docs are in units of s and s-1 respectively. I see that these values are then converted within the functions into unit of MHz. My question is that why aren't these values converted to unit of Mrad/s?