Skip to content

Commit

Permalink
New version: QuantumCollocation v0.5.0
Browse files Browse the repository at this point in the history
UUID: 0dc23a5-5ffb-49af-b6bd-932a8ae77adf
Repo: https://github.com/kestrelquantum/QuantumCollocation.jl.git
Tree: 2a6d0ea5149f68d971a8d7c525969338ac3ae45e

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Jan 16, 2025
1 parent 0711cbd commit 01cfdd9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
24 changes: 19 additions & 5 deletions Q/QuantumCollocation/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ NamedTrajectories = "0.1"
Symbolics = "5.8.0-5"

["0.2-0"]
BenchmarkTools = "1.5.0-1"
Ipopt = "1.6.0-1"
MathOptInterface = "1.31.0-1"
ProgressMeter = "1.10.0-1"
julia = "1.10.0-1"

Expand All @@ -68,6 +65,11 @@ Symbolics = "6.2.0-6"
TestItemRunner = "0.2"
TestItems = "0.1"

["0.2-0.3"]
BenchmarkTools = "1.5.0-1"
Ipopt = "1.6.0-1"
MathOptInterface = "1.31.0-1"

["0.2-0.3.1"]
IJulia = "1.25.0-1"
NamedTrajectories = "0.2"
Expand All @@ -84,8 +86,20 @@ TestItems = "1"
["0.2.2-0.3.0"]
Symbolics = "6.11.0-6"

["0.3.1-0"]
["0.3.1-0.3"]
Symbolics = "6.14.0-6"

["0.3.2-0"]
["0.3.2-0.3"]
NamedTrajectories = "0.2.4-0.2"

["0.5-0"]
BenchmarkTools = "1.6.0-1"
LinearAlgebra = "1.10.0-1"
MathOptInterface = "1.35.0-1"
NamedTrajectories = "0.2"
PiccoloQuantumObjects = "0.1"
PkgTemplates = "0.7"
QuantumCollocationCore = "0.1"
Random = "1.10.0-1"
SparseArrays = "1.10.0-1"
Symbolics = "6.22.0-6"
9 changes: 8 additions & 1 deletion Q/QuantumCollocation/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialAction = "e24c0720-ea99-47e8-929e-571b494574d3"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -26,6 +25,9 @@ LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

["0-0.3"]
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"

["0-0.3.1"]
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"

Expand All @@ -51,3 +53,8 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

["0.2.1-0"]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"

["0.5-0"]
PiccoloQuantumObjects = "5a402ddf-f93c-42eb-975e-5582dcda653d"
PkgTemplates = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
QuantumCollocationCore = "2b384925-53cb-4042-a8d2-6faa627467e1"
3 changes: 3 additions & 0 deletions Q/QuantumCollocation/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ git-tree-sha1 = "67658f1b9a9be51d2d0869c8d13aea51fa6d00f0"

["0.3.2"]
git-tree-sha1 = "6f99bdec0db6cd1c22d5e71402d5247075484f3f"

["0.5.0"]
git-tree-sha1 = "2a6d0ea5149f68d971a8d7c525969338ac3ae45e"

0 comments on commit 01cfdd9

Please sign in to comment.