From 2b4e9e2dc0ee4b6342baec24588d65a100ba9c1b Mon Sep 17 00:00:00 2001 From: Xingjian Hui <151739545+huixingjian@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:05:27 +0100 Subject: [PATCH] Update gaussian_profile.py --- lasy/profiles/gaussian_profile.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lasy/profiles/gaussian_profile.py b/lasy/profiles/gaussian_profile.py index bbc0250e..9b16c57a 100644 --- a/lasy/profiles/gaussian_profile.py +++ b/lasy/profiles/gaussian_profile.py @@ -64,18 +64,21 @@ class GaussianProfile(Profile): phi2 : float (in second^2), optional (default: '0') The group-delay dispersion defined as: - .. math:: + .. math:: + \phi^{(2)} = \frac{dt_0}{d\omega} beta : float (in second), optional (default: '0') The angular dispersion defined as: - .. math:: + .. math:: + \beta = \frac{d\theta_0}{d\omega} Here :math:`\theta_0` is the propagation angle of this component. zeta : float (in meter * second), optional (default: '0') A spatial chirp defined as: - .. math:: + .. math:: + \zeta = \frac{dx_0}{d\omega} Here :math:`x_0` is the beam center position. The definitions of beta, phi2, and zeta are taken from [S. Akturk et al., Optics Express 12, 4399 (2004)].