bloqade.analog.builder.coupling.Hyperfine
← Module overview
class
classHyperfine¶source
bloqade.analog.builder.coupling.Hyperfine
Bases: LevelCoupling
This node represents level coupling between hyperfine states.
class HyperfineExamples:
- 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)
- detuning term (See also
hyp_detune = bloqade.start.hyperfine.detuning hyp_rabi = bloqade.start.hyperfine.rabi