Skip to content

Commit

Permalink
big rip 2: quantum objects
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Nov 6, 2024
1 parent c26e05d commit b6a59a0
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 1,209 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NamedTrajectories = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08"
PiccoloQuantumObjects = "5a402ddf-f93c-42eb-975e-5582dcda653d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Expand Down
12 changes: 0 additions & 12 deletions src/QuantumCollocationCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,9 @@ using Reexport
include("options.jl")
@reexport using .Options

include("gates.jl")
@reexport using .Gates

include("structure_utils.jl")
@reexport using .StructureUtils

include("isomorphisms.jl")
@reexport using .Isomorphisms

include("quantum_systems.jl")
@reexport using .QuantumSystems

include("embedded_operators.jl")
@reexport using .EmbeddedOperators

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

Expand Down
2 changes: 1 addition & 1 deletion src/constraints/_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export NonlinearEqualityConstraint
export NonlinearInequalityConstraint

using ..Losses
using ..Isomorphisms
using ..StructureUtils
using ..Options

using TrajectoryIndexingUtils
using NamedTrajectories
using PiccoloQuantumObjects
using ForwardDiff
using SparseArrays
using Ipopt
Expand Down
Loading

0 comments on commit b6a59a0

Please sign in to comment.