diff --git a/Q/QuantumNPA/Compat.toml b/Q/QuantumNPA/Compat.toml new file mode 100644 index 000000000000000..3999d31ad9ca178 --- /dev/null +++ b/Q/QuantumNPA/Compat.toml @@ -0,0 +1,6 @@ +[0] +BlockDiagonals = "0.1.41-0.1" +Combinatorics = "1" +JuMP = "1.23.0-1" +SCS = "2" +julia = "1.6.0-1" diff --git a/Q/QuantumNPA/Deps.toml b/Q/QuantumNPA/Deps.toml new file mode 100644 index 000000000000000..a47e44534494274 --- /dev/null +++ b/Q/QuantumNPA/Deps.toml @@ -0,0 +1,7 @@ +[0] +BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0" +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/Q/QuantumNPA/Package.toml b/Q/QuantumNPA/Package.toml new file mode 100644 index 000000000000000..b724b92ecef9344 --- /dev/null +++ b/Q/QuantumNPA/Package.toml @@ -0,0 +1,3 @@ +name = "QuantumNPA" +uuid = "5cd12e4b-1487-4eb2-a245-40f3146b84a8" +repo = "https://github.com/ewoodhead/QuantumNPA.jl.git" diff --git a/Q/QuantumNPA/Versions.toml b/Q/QuantumNPA/Versions.toml new file mode 100644 index 000000000000000..82bef4b914ccf74 --- /dev/null +++ b/Q/QuantumNPA/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "c8686703eb79fa4ffe921d329ed4eaa0178f3f83" diff --git a/Registry.toml b/Registry.toml index f5b07b0a960b345..1b4afc4eb44ca4e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4249,6 +4249,7 @@ some amount of consideration when choosing package names. 5cbb5ea9-1c69-4457-8305-4f15e70bf087 = { name = "DictDotDot", path = "D/DictDotDot" } 5cc1ab4e-60b8-441f-a6b4-07f482118326 = { name = "TransformerBlocks", path = "T/TransformerBlocks" } 5ccfa5ee-da33-4844-afab-33f13f6d8736 = { name = "RungeKuttaToolKit", path = "R/RungeKuttaToolKit" } +5cd12e4b-1487-4eb2-a245-40f3146b84a8 = { name = "QuantumNPA", path = "Q/QuantumNPA" } 5cd7a574-2c56-5be2-91dc-c8bc375b9ddf = { name = "GAP_jll", path = "jll/G/GAP_jll" } 5cda3ad9-a1fd-4c59-8c0c-bd6100725b84 = { name = "Telescope", path = "T/Telescope" } 5ce1102a-d779-57d8-a38a-c227ece604ed = { name = "flashrom_jll", path = "jll/F/flashrom_jll" }