Changed the default values of the radius and waist of the Blue and Blue Sideband beams.

This commit is contained in:
Karthik 2021-07-19 12:42:34 +02:00
parent 7a903bc6de
commit bd97ffc5d8

View File

@ -5,8 +5,8 @@ classdef Beams < handle & matlab.mixin.Copyable
BlueBeamDefault = struct('Alias', 'Blue', ... BlueBeamDefault = struct('Alias', 'Blue', ...
'Power', 400e-3, ... 'Power', 400e-3, ...
'Detuning', -1.39*Helper.PhysicsConstants.BlueLinewidth, ... 'Detuning', -1.39*Helper.PhysicsConstants.BlueLinewidth, ...
'Radius', 16.67e-3, ... 'Radius', 35e-3, ...
'Waist', 15e-3, ... 'Waist', 16.67e-3, ...
'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ... 'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ...
'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ... 'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ...
'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ... 'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ...
@ -17,8 +17,8 @@ classdef Beams < handle & matlab.mixin.Copyable
BlueSidebandBeamDefault = struct('Alias', 'BlueSideband', ... BlueSidebandBeamDefault = struct('Alias', 'BlueSideband', ...
'Power', 200e-3, ... 'Power', 200e-3, ...
'Detuning', -3*Helper.PhysicsConstants.BlueLinewidth, ... 'Detuning', -3*Helper.PhysicsConstants.BlueLinewidth, ...
'Radius', 16.67e-3, ... 'Radius', 35e-3, ...
'Waist', 10e-3, ... 'Waist', 16.67e-3, ...
'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ... 'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ...
'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ... 'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ...
'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ... 'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ...