Skip to content

Commit

Permalink
Update analysis_laser_init_chirp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huixingjian authored Dec 11, 2024
1 parent b125be0 commit b9ac2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/laser/analysis_laser_init_chirp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)

k0 = 2 * scc.pi / 0.6e-6
stc=get_STC(xlaser.dim,.6e-6,k0)
stc=get_STC(laser.dim,laser.grid,k0)
print('zeta is ')
print(stc['zeta_x'])
print('beta is ')
Expand Down

0 comments on commit b9ac2c8

Please sign in to comment.