bloqade.analog.builder.coupling.Rydberg
← Module overview
class
classRydberg¶source
bloqade.analog.builder.coupling.Rydberg
Bases: LevelCoupling
This node represents level coupling of the Rydberg state.
class RydbergExamples:
- To reach the node from the start node:
node = bloqade.start.rydberg type(node) <class ‘bloqade.builder.coupling.Rydberg’>
-
Rydberg level coupling has two reachable field nodes:
- detuning term (See also
Detuning) - rabi term (See also
Rabi)
- detuning term (See also
ryd_detune = bloqade.start.rydberg.detuning ryd_rabi = bloqade.start.rydberg.rabi