Skip to content

Execute error without modifying the example #30

@Unwang

Description

@Unwang

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=2
np.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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions