-
Notifications
You must be signed in to change notification settings - Fork 5
Subsystem ‐ Laser Cooling and Detection
UMass Ion Trappers edited this page Feb 7, 2025
·
8 revisions
- ECDL - Extended Cavity Diode laser
- Isolator - Optical isolator and cylindrical lens pair
- Telescope - reduces laser beam waist
- Rb SAS - stabilizes the laser frequency using Saturation Absorption Spectroscopy
- Double Pass (focal length 50mm) - modulates laser intensity and frequency
- Fiber coupler - monitor wavelength with wavemeter
https://github.com/UMassIonTrappers/PyOpticL/blob/main/Design/Subsystem/laser_cooling_subsystem.py
Function
def laser_cooling_subsystem(x=0, y=0, angle=0, thumbscrews=True, littrow_angle = littrow_angle):
ECDL(x=21.3 + x,y=4 + y, angle=90+angle, littrow_angle = littrow_angle)
ECDL_isolator_baseplate(x=24 + x, y= 9 + y, angle=layout.cardinal['up']+angle)
telescope(x=24 + x, y=16 + y, angle=90+angle)
Rb_SAS(x=10 + x, y=20 + y, thumbscrews=thumbscrews)
doublepass_f50(x=17 + x, y=26.5 + y, thumbscrews=thumbscrews)