Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Oct 16, 2023
1 parent d57523a commit 789f671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QuantumCollocation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ include("quantum_utils.jl")
include("quantum_systems.jl")
@reexport using .QuantumSystems

include("constraints.jl")
@reexport using .Constraints

include("losses.jl")
@reexport using .Losses

include("constraints.jl")
@reexport using .Constraints

include("objectives.jl")
@reexport using .Objectives

Expand Down

0 comments on commit 789f671

Please sign in to comment.