Changed the default values of the radius and waist of the Blue and Blue Sideband beams.
This commit is contained in:
parent
7a903bc6de
commit
bd97ffc5d8
@ -5,8 +5,8 @@ classdef Beams < handle & matlab.mixin.Copyable
|
||||
BlueBeamDefault = struct('Alias', 'Blue', ...
|
||||
'Power', 400e-3, ...
|
||||
'Detuning', -1.39*Helper.PhysicsConstants.BlueLinewidth, ...
|
||||
'Radius', 16.67e-3, ...
|
||||
'Waist', 15e-3, ...
|
||||
'Radius', 35e-3, ...
|
||||
'Waist', 16.67e-3, ...
|
||||
'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ...
|
||||
'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ...
|
||||
'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ...
|
||||
@ -17,8 +17,8 @@ classdef Beams < handle & matlab.mixin.Copyable
|
||||
BlueSidebandBeamDefault = struct('Alias', 'BlueSideband', ...
|
||||
'Power', 200e-3, ...
|
||||
'Detuning', -3*Helper.PhysicsConstants.BlueLinewidth, ...
|
||||
'Radius', 16.67e-3, ...
|
||||
'Waist', 10e-3, ...
|
||||
'Radius', 35e-3, ...
|
||||
'Waist', 16.67e-3, ...
|
||||
'WaveNumber',2*pi/Helper.PhysicsConstants.BlueWavelength, ...
|
||||
'Linewidth', Helper.PhysicsConstants.BlueLinewidth, ...
|
||||
'SaturationIntensity', 0.1 * (2 * pi^2 / 3) * ...
|
||||
|
Loading…
Reference in New Issue
Block a user