scqubits.core.noise.calc_therm_ratio¶ scqubits.core.noise.calc_therm_ratio(omega, T, omega_in_standard_units=False)[source]¶ Returns the ratio. \(\beta \omega = \frac{\hbar \omega}{k_B T}\) after converting omega from system units, to standard units. Parameters: omega (float) – angular frequency in system units T (float) – temperature in Kelvin omega_in_standard_units (bool) – is omega given in standard units (i.e. Hz) Return type: float