Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cosmetic
  • Loading branch information
andgoldschmidt committed Jul 3, 2025
commit 8d42956f77b6ee1f8a5f84d0018f0b70cd6352bc
8 changes: 1 addition & 7 deletions src/problem_templates/unitary_free_phase_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ function UnitaryFreePhaseProblem(
end

# Objective
J = UnitaryFreePhaseInfidelityObjective(
goal,
state_name,
phase_names,
traj;
Q=Q
)
J = UnitaryFreePhaseInfidelityObjective(goal, state_name, phase_names, traj; Q=Q)

control_names = [
name for name ∈ traj.names
Expand Down