bloqade.analog.builder.field.Detuning
← Module overview
class
classDetuning¶source
bloqade.analog.builder.field.Detuning
Bases: Field
This node represent detuning field of a specified level coupling (rydberg or hyperfine) type.
class DetuningExamples:
- To specify detuning of rydberg coupling:
node = bloqade.start.rydberg.detuning type(node) <class ‘bloqade.builder.field.Detuning’>
- To specify detuning of hyperfine coupling:
node = bloqade.start.hyperfine.detuning type(node) <class ‘bloqade.builder.field.Detuning’>
Note
This node is a SpatialModulation node.
See SpatialModulation
for additional options.