Thank you very much for providing this calculator, it is very useful. But since the last update, running the code has always reported errors. I used a test file without any modifications when calculating the EIT signal for time solving. The error message is
TypeError Traceback (most recent call last)
Cell In[2], line 16
13 rydberg_excited_state = (44, 2, 2.5, 0.5)
15 atom = "Cs"
---> 16 RbSensor_ss = rq.Cell(atom, rq.D2_states(atom), rydberg_target_state, rydberg_excited_state,
17 gamma_transit=2np.pi*1, cell_length = 0.01)
18 rf_rabi = 10 #Mrad/s
19 n_det_ss = 200
TypeError: Cell.init() got multiple values for argument 'gamma_transit'
Thank you very much for providing this calculator, it is very useful. But since the last update, running the code has always reported errors. I used a test file without any modifications when calculating the EIT signal for time solving. The error message is
TypeError Traceback (most recent call last)
Cell In[2], line 16
13 rydberg_excited_state = (44, 2, 2.5, 0.5)
15 atom = "Cs"
---> 16 RbSensor_ss = rq.Cell(atom, rq.D2_states(atom), rydberg_target_state, rydberg_excited_state,
17 gamma_transit=2np.pi*1, cell_length = 0.01)
18 rf_rabi = 10 #Mrad/s
19 n_det_ss = 200
TypeError: Cell.init() got multiple values for argument 'gamma_transit'