radiasoft / rslaser_old

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

simulate single-pass wavefront propagation with exponential decay of n2 #168

Closed bruhwiler closed 1 year ago

bruhwiler commented 1 year ago

This could be a new notebook.

Take the n2 values from the RHS plot in Boaz's presentation, where there is a max value of approximately 30, which then drops exponentially. Use enough crystal slices to be reasonably sure it's converged.

bruhwiler commented 1 year ago

Based on the email received today from Jeroen van Tilborg, I believe it's important to first implement the 'enhanced' propagation algorithm, where n2 is constant out to a specified radius, but then drops to zero.

JVT wants to compare the simulated wavefront with his WFS data. These comparisons are very problematic, if the simulation assumes linear focussing, based on an n2 value that is independent of radius.

k-wolfinger commented 1 year ago

The longitudinal variation is implemented in the compare_experiment notebook.

The radial variation is only implemented for the n0n2_srw propagator at this point. I haven't looked at the others yet and will wait so we can merge this today.