-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable initialisation and estimation of optional spatio-temperal coupling parameters to gaussian profile #307
Open
huixingjian
wants to merge
230
commits into
LASY-org:development
Choose a base branch
from
huixingjian:add_diag_util
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
huixingjian
force-pushed
the
add_diag_util
branch
from
October 16, 2024 09:08
0c6307f
to
498cf62
Compare
huixingjian
force-pushed
the
add_diag_util
branch
from
October 16, 2024 09:18
de06b2b
to
ed7eb7e
Compare
huixingjian
force-pushed
the
add_diag_util
branch
from
October 16, 2024 09:47
85967b4
to
efa4173
Compare
huixingjian
force-pushed
the
add_diag_util
branch
from
October 16, 2024 10:30
c218700
to
d2732b3
Compare
for more information, see https://pre-commit.ci
…into huixingjian/add_diag_util
for more information, see https://pre-commit.ci
… into huixingjian/add_diag_util
… into huixingjian/add_diag_util
for more information, see https://pre-commit.ci
… into huixingjian/add_diag_util
… into huixingjian/add_diag_util
for more information, see https://pre-commit.ci
… into huixingjian/add_diag_util
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
huixingjian
changed the title
[WIP]Enable initialisation and estimation of optional spatio-temperal coupling parameters to gaussian profile
Enable initialisation and estimation of optional spatio-temperal coupling parameters to gaussian profile
Oct 30, 2024
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… into huixingjian/add_diag_util
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
This PR, synergized with PR #182, introduces the initialization and estimation of first-order spatio-temporal coupling parameters in the
GaussianLongitudinalProfile
class. Four additional parameters have been added to the constructor:phi2
inzeta
inbeta
instc_theta
is the direction of transverse spatio-coupling in xoy planeIssue addressed
With the introduction of spatio-temporal coupling (STC), the
LongitudinalProfile
class can leverage additional information from the transverse profile. Along with the aforementioned parameters, the waist and focus length are also incorporated into the constructor. The transverse points x and y have been set to default values of 0 in the evaluate member function.In the laser utilities, a new function,$a = a_0 e^{i\theta}$ :
get_STC
, has been added to evaluate the STC parameters using the following formulas, with the laser envelope expressed asHere
phi2
refers to group-delay dispersionHere
stc_theta
mentioned above).with
Benefits
First order STC is enabled on both the initialisation and evaluation sides.
Test
The initialisation and the utils test of
zeta
andphi2
are tested through CI testtest_STC.py
Important note
Currently the angular dispersion diagnostics of
beta
usingget_STC
only returns correct value when there's no spatio-temporal chirp, namelyzeta
andphi2
are 0.