Skip to content

bloqade.analog.builder.coupling.Rydberg

← Module overview

classRydbergsource

bloqade.analog.builder.coupling.Rydberg

Bases: LevelCoupling

This node represents level coupling of the Rydberg state.

class Rydberg

Examples:

  • 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)

ryd_detune = bloqade.start.rydberg.detuning ryd_rabi = bloqade.start.rydberg.rabi