From 444f62051260fffde8f6f03785ffe99aaf1d25ca Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 17 Nov 2024 10:14:47 +0000 Subject: [PATCH] New package: ParametricDAQP v0.1.0 UUID: 19f72acb-e2a9-45c8-96b9-4d5487c8db2e Repo: https://github.com/darnstrom/ParametricDAQP.jl.git Tree: 8bea97a28fd43a57b81f7000518b9f67ae8fa83d Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- P/ParametricDAQP/Compat.toml | 4 ++++ P/ParametricDAQP/Deps.toml | 5 +++++ P/ParametricDAQP/Package.toml | 3 +++ P/ParametricDAQP/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 15 insertions(+) create mode 100644 P/ParametricDAQP/Compat.toml create mode 100644 P/ParametricDAQP/Deps.toml create mode 100644 P/ParametricDAQP/Package.toml create mode 100644 P/ParametricDAQP/Versions.toml diff --git a/P/ParametricDAQP/Compat.toml b/P/ParametricDAQP/Compat.toml new file mode 100644 index 000000000000000..4a53ee12087a834 --- /dev/null +++ b/P/ParametricDAQP/Compat.toml @@ -0,0 +1,4 @@ +[0] +DAQP = "0.5.2-0.5" +PolyDAQP = "0.2.1-0.2" +julia = "1.6.0-1" diff --git a/P/ParametricDAQP/Deps.toml b/P/ParametricDAQP/Deps.toml new file mode 100644 index 000000000000000..8ba6cb3bd55215c --- /dev/null +++ b/P/ParametricDAQP/Deps.toml @@ -0,0 +1,5 @@ +[0] +DAQP = "c47d62df-3981-49c8-9651-128b1cd08617" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +PolyDAQP = "be5c70c9-e47a-4559-82a9-cba980583202" +RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" diff --git a/P/ParametricDAQP/Package.toml b/P/ParametricDAQP/Package.toml new file mode 100644 index 000000000000000..32810e09cad5a59 --- /dev/null +++ b/P/ParametricDAQP/Package.toml @@ -0,0 +1,3 @@ +name = "ParametricDAQP" +uuid = "19f72acb-e2a9-45c8-96b9-4d5487c8db2e" +repo = "https://github.com/darnstrom/ParametricDAQP.jl.git" diff --git a/P/ParametricDAQP/Versions.toml b/P/ParametricDAQP/Versions.toml new file mode 100644 index 000000000000000..60494bd448c0506 --- /dev/null +++ b/P/ParametricDAQP/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "8bea97a28fd43a57b81f7000518b9f67ae8fa83d" diff --git a/Registry.toml b/Registry.toml index c6ae5399a9f9438..108740a3789e06c 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1236,6 +1236,7 @@ some amount of consideration when choosing package names. 19f41c5e-8610-11e9-2f2a-0d67e7c5027f = { name = "PartitionedLS", path = "P/PartitionedLS" } 19f6540d-ecb3-4e88-b99d-153996aa3b9b = { name = "AlertPushover", path = "A/AlertPushover" } 19f71287-e05d-461c-be93-c347e7defd4d = { name = "MAiNGO", path = "M/MAiNGO" } +19f72acb-e2a9-45c8-96b9-4d5487c8db2e = { name = "ParametricDAQP", path = "P/ParametricDAQP" } 19fa3120-7c27-5ec5-8db8-b0b0aa330d6f = { name = "VertexSafeGraphs", path = "V/VertexSafeGraphs" } 19fc8792-2b89-4883-9e85-8362bf055f3f = { name = "NonhomotheticCES", path = "N/NonhomotheticCES" } 19fd5c17-81b1-4921-a398-53333efd3594 = { name = "FermionXYModels", path = "F/FermionXYModels" }