Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Jun 23, 2023
1 parent 870b1d0 commit f778534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/problem_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function UnitarySmoothPulseProblem(
ipopt_options::Options=Options(),
constraints::Vector{<:AbstractConstraint}=AbstractConstraint[],
timesteps_all_equal::Bool=true,
verbose=false,
U_init=Union{AbstractMatrix{<:Number}, Nothing}=nothing,
verbose::Bool=false,
U_init::Union{AbstractMatrix{<:Number},Nothing}=nothing,
)
U_goal = Matrix{ComplexF64}(U_goal)

Expand Down

0 comments on commit f778534

Please sign in to comment.