光阱模型 (opticaltraputils)
复合阱——偶极光束+电场的全 1D/2D/3D 势阱计算。
概述
Trap 将高斯光束光偶极阱与静电场组合为复合势阱模型,计算阱深(势能转折点)和三维势能分布。
from quatm.physics.odt.opticaltraputils import Trap
trap = Trap(laser=odt_laser, efield=dc_field)
depth = trap.trap_depth() # µK
potential_2d = trap.potential_2d(x, y, z=0)