Skip to content
Snippets Groups Projects
Commit 84dd10c3 authored by Sean Leavey's avatar Sean Leavey
Browse files

More tweaks... not sure if it's correct

parent 86a3857a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ def main(): ...@@ -27,7 +27,7 @@ def main():
mode = 'HG 0 0' mode = 'HG 0 0'
# waist size of beam at start [m] # waist size of beam at start [m]
waist = 1e-3 waist = 2e-3
# unscaled physical grid size [m] # unscaled physical grid size [m]
w0 = 10e-3 w0 = 10e-3
...@@ -36,10 +36,10 @@ def main(): ...@@ -36,10 +36,10 @@ def main():
w1 = 5e-3 w1 = 5e-3
# propagation distance [m] # propagation distance [m]
distance = 5 distance = 10
# grid scale factor # grid scale factor
scale = 2 scale = w1 / w0
### propagation ### propagation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment