RP Photonics logo
www.rp-photonics.com

RP Fiber Power logo

RP Resonator 2.0 – Advanced Software for
Laser Resonator Design and Optimization

Example Case 3: Resonator with Automatic Optimization

We consider a linear resonator with a laser crystal at one end:

resonator setup

Originally, the resonator is defined only with roughly estimated parameters. Then we numerically optimize it. The goals for the optimization are:

The optimization goals are reached by fine-tuning the distances between the resonator mirrors. In the script, a “figure-of-merit” function is defined, which contains penalties for all deviations from ideal properties and is then automatically minimized:

FOM():=  { figure of merit for given arm lengths }
  begin
  const dF = 0.5;
  var F_cr0;
  F_cr0:=F_cr;
  sqrt(sum(F:=0 to F_cr_max step dF,
           ((Init(F_cr:=F); w(zm[Crystal],lambda_ref))/w_cr_w-1)^2)
       +((Init(F_cr:=F_cr0); w(zm[M4],lambda_ref))/w4_w-1)^2
       +(L_res/L_res_w-1)^2
   );
  end
 
vary
  a in [a_min, a_max],
  b in [b_min, b_max],
  d in [d_min, d_max],
  for minimum of FOM(), ytol=1e-2

Below we plot the result of the optimization. The design goals are met with reasonable precision.

results of optimization

(back to the list of example cases)

arrow
© 2004–2011 RP Photonics Consulting GmbH      All rights reserved worldwide      Last update: 2011-03-26