Skip to content

Commit

Permalink
reduce energy; add cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrahms committed Aug 4, 2023
1 parent 4c8bc07 commit d07bf85
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Luna.jl
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,13 @@ end

# run some code for precompilation
Logging.with_logger(Logging.NullLogger()) do
output = prop_capillary(125e-6, 0.3, :He, 1.0; λ0=800e-9, energy=120e-6,
τfwhm=10e-15, λlims=(150e-9, 4e-6), trange=1e-12)
prop_capillary(125e-6, 0.3, :He, 1.0; λ0=800e-9, energy=1e-9,
τfwhm=10e-15, λlims=(150e-9, 4e-6), trange=1e-12, saveN=11)
prop_capillary(125e-6, 0.3, :He, (1.0, 0); λ0=800e-9, energy=1e-9,
τfwhm=10e-15, λlims=(150e-9, 4e-6), trange=1e-12, saveN=11)
prop_capillary(125e-6, 0.3, :He, 1.0; λ0=800e-9, energy=1e-9,
τfwhm=10e-15, λlims=(150e-9, 4e-6), trange=1e-12, saveN=11,
modes=4)
p = Tools.capillary_params(120e-6, 10e-15, 800e-9, 125e-6, :He, P=1.0)
end

Expand Down

0 comments on commit d07bf85

Please sign in to comment.