From 099bad7f6574f7c4daf06e6a2c4a3906a14d2dc3 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 12 Nov 2021 16:18:58 +0000 Subject: [PATCH] New package: SpinWaveTheory v0.1.0 UUID: 0f33b1d1-764a-4710-8fd7-79355e2c9255 Repo: https://github.com/Quantum-Many-Body/SpinWaveTheory.jl.git Tree: f46b1d14a78b0d52d17c3f5e3c16ba7704188a5d Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- Registry.toml | 1 + S/SpinWaveTheory/Compat.toml | 4 ++++ S/SpinWaveTheory/Deps.toml | 5 +++++ S/SpinWaveTheory/Package.toml | 3 +++ S/SpinWaveTheory/Versions.toml | 2 ++ 5 files changed, 15 insertions(+) create mode 100644 S/SpinWaveTheory/Compat.toml create mode 100644 S/SpinWaveTheory/Deps.toml create mode 100644 S/SpinWaveTheory/Package.toml create mode 100644 S/SpinWaveTheory/Versions.toml diff --git a/Registry.toml b/Registry.toml index f2dd01536bb887d..7b781d5293c8f33 100644 --- a/Registry.toml +++ b/Registry.toml @@ -415,6 +415,7 @@ some amount of consideration when choosing package names. 0f109fa4-8a5d-4b75-95aa-f515264e7665 = { name = "BifurcationKit", path = "B/BifurcationKit" } 0f160d28-7819-5803-9275-299e9913be39 = { name = "EgyptianFractions", path = "E/EgyptianFractions" } 0f1e0344-ec1d-5b48-a673-e5cf874b6c29 = { name = "WebIO", path = "W/WebIO" } +0f33b1d1-764a-4710-8fd7-79355e2c9255 = { name = "SpinWaveTheory", path = "S/SpinWaveTheory" } 0f3a0e6e-e0e7-4894-bd64-856f0ae3b635 = { name = "MHLib", path = "M/MHLib" } 0f3b6f24-f534-4b11-a614-00dcf4ece10c = { name = "SimulationLogger", path = "S/SimulationLogger" } 0f48145f-aea8-549d-8864-7f251ac1e6d0 = { name = "Bison_jll", path = "B/Bison_jll" } diff --git a/S/SpinWaveTheory/Compat.toml b/S/SpinWaveTheory/Compat.toml new file mode 100644 index 000000000000000..784c1dec7a0abe1 --- /dev/null +++ b/S/SpinWaveTheory/Compat.toml @@ -0,0 +1,4 @@ +[0] +QuantumLattices = "0.8.1-0.8" +TightBindingApproximation = "0.1.2-0.1" +julia = "1.6.0-1" diff --git a/S/SpinWaveTheory/Deps.toml b/S/SpinWaveTheory/Deps.toml new file mode 100644 index 000000000000000..4486a032f0432bc --- /dev/null +++ b/S/SpinWaveTheory/Deps.toml @@ -0,0 +1,5 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +QuantumLattices = "78ae1a1f-1d5d-5174-b61c-66e31b2346dc" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +TightBindingApproximation = "d3576f78-cb9d-4774-9dc5-b247cf392ff4" diff --git a/S/SpinWaveTheory/Package.toml b/S/SpinWaveTheory/Package.toml new file mode 100644 index 000000000000000..67b7c7b3fa4b990 --- /dev/null +++ b/S/SpinWaveTheory/Package.toml @@ -0,0 +1,3 @@ +name = "SpinWaveTheory" +uuid = "0f33b1d1-764a-4710-8fd7-79355e2c9255" +repo = "https://github.com/Quantum-Many-Body/SpinWaveTheory.jl.git" diff --git a/S/SpinWaveTheory/Versions.toml b/S/SpinWaveTheory/Versions.toml new file mode 100644 index 000000000000000..63f20e2ed7bba04 --- /dev/null +++ b/S/SpinWaveTheory/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "f46b1d14a78b0d52d17c3f5e3c16ba7704188a5d"