Skip to content

bloqade.analog.builder.field.Detuning

← Module overview

classDetuningsource

bloqade.analog.builder.field.Detuning

Bases: Field

This node represent detuning field of a specified level coupling (rydberg or hyperfine) type.

class Detuning

Examples:

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