Skip to content
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

Space time profile #182

Open
wants to merge 55 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
63de332
Add files via upload
spencerjolly Sep 13, 2023
92f3b71
Update spacetime_profile.py
spencerjolly Sep 13, 2023
9f8511f
Update spacetime_profile.py
spencerjolly Sep 13, 2023
54cba90
Update spacetime_profile.py
spencerjolly Sep 13, 2023
5e26c58
correct time variable name
spencerjolly Sep 13, 2023
2f98d43
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 13, 2023
8ae8c09
fix typos and remove mention of pft
spencerjolly Sep 18, 2023
e321db7
style changes
spencerjolly Sep 18, 2023
7553b76
remove spurious indent
spencerjolly Sep 20, 2023
deeee9b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 20, 2023
d7ce091
Update lasy/profiles/spacetime_profile.py
spencerjolly Dec 1, 2023
deaaee8
change sc to b in spacetime
spencerjolly Dec 1, 2023
6e0d701
change sc to b in spacetime
spencerjolly Dec 1, 2023
a3cae81
Update gaussian_profile.py
spencerjolly Dec 14, 2023
cf69c74
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 14, 2023
9602196
Update gaussian_profile.py
spencerjolly Dec 14, 2023
a37a7aa
Update test_gaussian_propagator.py
spencerjolly Dec 14, 2023
3e17248
Update test_laser_profiles.py
spencerjolly Dec 14, 2023
ae1f801
Update test_laser_profiles.py
spencerjolly Dec 14, 2023
7ace218
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 14, 2023
0fb6242
Update test_gaussian_propagator.py
spencerjolly Dec 14, 2023
8da190a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 14, 2023
b9405ee
Update gaussian_profile.py
spencerjolly Dec 14, 2023
4654d15
Update test_gaussian_propagator.py
spencerjolly Dec 14, 2023
a7a2bfd
Update test_laser_utils.py
spencerjolly Dec 14, 2023
74dbf87
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 14, 2023
6085d77
Update test_t2z2t.py
spencerjolly Dec 14, 2023
ae50294
Update test_t2z2t.py
spencerjolly Dec 14, 2023
ef8765d
Update test_gaussian_propagator.py
spencerjolly Jan 12, 2024
a3b1a54
Update gaussian_profile.py
spencerjolly Jan 12, 2024
c830f08
Update laser_utils.py
spencerjolly Jan 12, 2024
d118d42
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 12, 2024
78524b3
Update laser_utils.py
spencerjolly Jan 15, 2024
fb2f9ae
Update test_laser_utils.py
spencerjolly Jan 15, 2024
483fcf3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
864f22c
Update test_laser_utils.py
spencerjolly Jan 15, 2024
0670864
Update test_laser_utils.py
spencerjolly Jan 15, 2024
afc1cff
Update test_laser_utils.py
spencerjolly Jan 15, 2024
df03522
Update test_gaussian_propagator.py
spencerjolly Jan 15, 2024
08a73ae
Update test_gaussian_propagator.py
spencerjolly Jan 15, 2024
d849dde
Update test_gaussian_propagator.py
spencerjolly Jan 15, 2024
5a21323
Update test_gaussian_propagator.py
spencerjolly Jan 15, 2024
46eb96a
Update test_laser_utils.py
spencerjolly Jan 15, 2024
43250a6
Update test_laser_profiles.py
spencerjolly Jan 15, 2024
15cc158
Update test_laser_profiles.py
spencerjolly Jan 15, 2024
9663291
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
41b17de
Update test_laser_profiles.py
spencerjolly Jan 15, 2024
f525a8e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
d05ea42
Update test_laser_utils.py
spencerjolly Jan 15, 2024
b4d6b9b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
2f6b091
Update test_laser_utils.py
spencerjolly Jan 15, 2024
b675f8a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
02aa927
Update test_laser_utils.py
spencerjolly Jan 15, 2024
b6f32e6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2024
8717ea8
Update test_laser_utils.py
spencerjolly Jan 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_laser_utils.py
spencerjolly authored Jan 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 46eb96a61f4e61f8eef09de01f0e9370b34a9493
2 changes: 1 addition & 1 deletion tests/test_laser_utils.py
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ def test_laser_analysis_utils():
energy = compute_laser_energy(dim, laser.grid)
np.testing.assert_approx_equal(spectrum_energy, energy, significant=10)

# Check that laser duration agrees with the given one.
# Check that laser central time agrees with the given one.
t_peak_rms = get_t_peak(laser.grid, dim)
np.testing.assert_approx_equal(t_peak_rms, laser.profile.t_peak, significant=3)