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
Merge branch 'main' into main
  • Loading branch information
martin-klacan authored Jun 7, 2025
commit a1c364b4aae89b8004a5108c06b9b9030c8830d7
4 changes: 2 additions & 2 deletions src/problem_templates/unitary_minimum_time_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ end
sys = QuantumSystem(H_drift, H_drives)

prob = UnitarySmoothPulseProblem(
sys, U_goal, T, Δt,
piccolo_options=QuantumCollocation.Options.PiccoloOptions(verbose=false)
sys, U_goal, T, Δt, Δt_min=Δt * 0.01,
piccolo_options=PiccoloOptions(verbose=false)
)

before = unitary_rollout_fidelity(prob.trajectory, sys)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.