Skip to content

bloqade.analog.builder.drive.Drive

← Module overview

classDrivesource

bloqade.analog.builder.drive.Drive

class Drive

propertyrydbergsource

bloqade.analog.builder.drive.Drive.rydberg

rydberg: Rydberg

Address the Rydberg level coupling in your program.

  • Next possible steps to build your program are specifying the Rabi field or Detuning field.
    • ...rydberg.rabi: for Rabi field
    • ...rydberg.detuning: for Detuning field
  • In the absence of a field you the value is set to zero by default.
source

propertyhyperfinesource

bloqade.analog.builder.drive.Drive.hyperfine

hyperfine: Hyperfine

Address the Hyperfine level coupling in your program.

  • Next possible steps to build your program are specifying the Rabi field or Detuning field.
    • ...hyperfine.rabi: for Rabi field
    • ...hyperfine.detuning: for Detuning field
  • In the absence of a field you the value is set to zero by default.
source