Skip to content

Commit

Permalink
add back distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
andgoldschmidt committed Apr 1, 2024
1 parent e64df5d commit 0de8ee6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "1708bb86849ab6907970d7d76d8600a391830947"
project_hash = "24f6b712aae1a0b262ae4be1bd32df40bd888de2"

[[deps.ADTypes]]
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.2.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Expand Down
1 change: 1 addition & 0 deletions src/problem_templates/_problem_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using ..Integrators
using ..Problems
using ..IpoptOptions

using Distributions
using NamedTrajectories
using LinearAlgebra
using JLD2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ function QuantumStateSmoothPulseProblem(
)
system = QuantumSystem(H_drift, H_drives)
return QuantumStateSmoothPulseProblem(system, args...; kwargs...)
end
end

0 comments on commit 0de8ee6

Please sign in to comment.