Skip to content

Commit

Permalink
Explicitly specify prop_method for dummy control problem
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Nov 26, 2023
1 parent 0eea350 commit 282b0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dummy_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function dummy_control_problem(;
complex_operators=true,
hermitian=true,
pulses_as_controls=false,
prop_method=:cheby,
rng=Random.GLOBAL_RNG,
kwargs...
)
Expand Down Expand Up @@ -96,7 +97,8 @@ function dummy_control_problem(;
control => Dict(:lambda_a => 1.0, :update_shape => t -> 1.0) for
control in controls
),
tlist=tlist,
prop_method,
tlist,
kwargs...
)
end
Expand Down

0 comments on commit 282b0bd

Please sign in to comment.