radiasoft / rslaser_old

Integrated modeling of CPA crystal-based laser amplifiers
Apache License 2.0
1 stars 1 forks source link

Compare gain simulation with experiments #147

Closed k-wolfinger closed 1 year ago

k-wolfinger commented 1 year ago

Compare with the amplified Berkeley experiments (look at LaserPulseInit01, SinglePass01)

  1. Read in peak timing files for comparison with simulation (ccd intensity, wfs phase)
  2. Use the pump_off case as the initial wavefront, propagate through gain calculation, compare simulation output with the peak timed data

Will need to combine wavefronts to properly compare with wavefront sensor data.

k-wolfinger commented 1 year ago

Also:

Look at other dependencies for gain, like mesh resolution (nx, ny) Initialization types for the crystal at some point: flat, exponential decay (1 vs 2 sides), outside data

bruhwiler commented 1 year ago

The WFS diagnostic creates a file with the 2D transverse intensity profile, integrated longitudinally over the laser pulse.

This data is provided in 'arbitrary' units.

Hence, we need to use the energy of the 800 nm seed pulse to correctly convert the WFS intensity to physical units.

k-wolfinger commented 1 year ago

Creating a PR for this issue. Have compared experiment and simulation, using the gain-only propagator. Converting data from 'arbitrary' units and getting other propagators working has been postponed to a later issue.