rydiqule.sensor.BASE_EDGE_KEYS¶
- rydiqule.sensor.BASE_EDGE_KEYS = ['states', 'detuning', 'rabi_frequency', 'transition_frequency', 'phase', 'kvec', 'time_dependence', 'label', 'dipole_moment', 'coherent_cc']¶
Reference list of all keys that can be specified with values in a coherent coupling. Subclasses which inherit from
Sensorshould override thevalid_parametersattribute, NOT this list. Thevalid_parametersattribute is initialized as a copy ofBASE_EDGE_KEYS.