Skip to content

bloqade.analog.builder.coupling.Hyperfine

← Module overview

classHyperfinesource

bloqade.analog.builder.coupling.Hyperfine

Bases: LevelCoupling

This node represents level coupling between hyperfine states.

class Hyperfine

Examples:

  • To reach the node from the start node:

node = bloqade.start.hyperfine type(node) <class ‘bloqade.builder.coupling.Hyperfine’>

  • Hyperfine level coupling has two reachable field nodes:

    • detuning term (See also Detuning)
    • rabi term (See also Rabi)

hyp_detune = bloqade.start.hyperfine.detuning hyp_rabi = bloqade.start.hyperfine.rabi