Skip to content

Commit

Permalink
New version: Quantica v1.1.0
Browse files Browse the repository at this point in the history
UUID: ae5ea0c6-3f5e-46a2-bc28-a7c4c7a4773c
Repo: https://github.com/pablosanjose/Quantica.jl.git
Tree: 258274c47afd63fe67dade9c3f12244b086288e8

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Apr 26, 2024
1 parent f29685c commit 5c03582
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
15 changes: 11 additions & 4 deletions Q/Quantica/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
[1]
ArnoldiMethod = "0.2"
Arpack = "0.5"
Compat = "4"
ExprTools = "0.1"
FrankenTuples = "0.1"
FunctionWrappers = "1"
GeometryBasics = "0.4"
IntervalTrees = "1"
KrylovKit = "0.6"
LinearMaps = "3"
NearestNeighbors = "0.4"
ProgressMeter = "1.2.0-1"
QuadGK = "2"
SpecialFunctions = "2"
StaticArrays = ["0.12.3-0.13", "1"]
Statistics = "1.9.0-1"
julia = "1.9.0-1"

["1.0"]
ArnoldiMethod = "0.2"
GeometryBasics = "0.4"
KrylovKit = "0.6"
Statistics = "1.9.0-1"

["1.1-1"]
ArnoldiMethod = "0.2-0.4"
Dictionaries = "0.3.26-0.4"
KrylovKit = "0.6-0.7"
8 changes: 7 additions & 1 deletion Q/Quantica/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
FrankenTuples = "7e584817-dab4-53a9-9a51-4037a36b0ad0"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -19,3 +18,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

["1.0"]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"

["1.1-1"]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
3 changes: 3 additions & 0 deletions Q/Quantica/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ git-tree-sha1 = "f837073f538b35713eb729d79e148fa188494cc8"

["1.0.1"]
git-tree-sha1 = "1bfac450bd3e4d06822e71c61ff3caf3d66329bc"

["1.1.0"]
git-tree-sha1 = "258274c47afd63fe67dade9c3f12244b086288e8"
6 changes: 5 additions & 1 deletion Q/Quantica/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[1]
["1.0"]
Makie = ["0.19.3-0.20", "1"]

["1.1-1"]
GeometryBasics = "0.4"
Makie = ["0.20", "1"]
3 changes: 3 additions & 0 deletions Q/Quantica/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[1]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

["1.1-1"]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"

0 comments on commit 5c03582

Please sign in to comment.