From c256732940c9f9599405e3b89d1aacab286bfa88 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 30 Jan 2026 20:12:15 +0000 Subject: [PATCH] New package: WannierInterActionBase v0.1.0 UUID: 30f46834-f0b0-4c0a-9db1-a1e95031f2fb Repo: https://github.com/MFC2001/WannierInterActionBase.jl.git Tree: 2a8d2abcccfa7cf6bb84cda4d94eaeb6d73b25c3 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3 --- Registry.toml | 1 + W/WannierInterActionBase/Compat.toml | 9 +++++++++ W/WannierInterActionBase/Deps.toml | 11 +++++++++++ W/WannierInterActionBase/Package.toml | 3 +++ W/WannierInterActionBase/Versions.toml | 2 ++ 5 files changed, 26 insertions(+) create mode 100644 W/WannierInterActionBase/Compat.toml create mode 100644 W/WannierInterActionBase/Deps.toml create mode 100644 W/WannierInterActionBase/Package.toml create mode 100644 W/WannierInterActionBase/Versions.toml diff --git a/Registry.toml b/Registry.toml index 5f9c75faae6caf2..5c6092c62e95ef8 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2523,6 +2523,7 @@ some amount of consideration when choosing package names. 30ee2946-b067-41c0-bed2-0900b78dbe59 = { name = "PairwiseMappingFormat", path = "P/PairwiseMappingFormat" } 30f210dd-8aff-4c5f-94ba-8e64358c1161 = { name = "ScientificTypesBase", path = "S/ScientificTypesBase" } 30f324ab-b02d-43f0-b619-e131c61659f7 = { name = "Constraints", path = "C/Constraints" } +30f46834-f0b0-4c0a-9db1-a1e95031f2fb = { name = "WannierInterActionBase", path = "W/WannierInterActionBase" } 30fc2ffe-d236-52d8-8643-a9d8f7c094a7 = { name = "LossFunctions", path = "L/LossFunctions" } 3102ee7a-c841-4564-8f7f-ec69bd4fd658 = { name = "Fluxperimental", path = "F/Fluxperimental" } 310fb2ca-6a3f-11ec-0326-3f7b497a96a3 = { name = "AdaptiveWindows", path = "A/AdaptiveWindows" } diff --git a/W/WannierInterActionBase/Compat.toml b/W/WannierInterActionBase/Compat.toml new file mode 100644 index 000000000000000..878d03318872be1 --- /dev/null +++ b/W/WannierInterActionBase/Compat.toml @@ -0,0 +1,9 @@ +[0] +DelimitedFiles = "1" +FortranFiles = "0" +HDF5 = "0" +JLD2 = "0" +StaticArrays = "1" +StructEquality = "1 - 2" +XML = "0" +julia = "1.6.7 - 1" diff --git a/W/WannierInterActionBase/Deps.toml b/W/WannierInterActionBase/Deps.toml new file mode 100644 index 000000000000000..1a4107073cfb2ce --- /dev/null +++ b/W/WannierInterActionBase/Deps.toml @@ -0,0 +1,11 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +FortranFiles = "c58ffaec-ab22-586d-bfc5-781a99fd0b10" +HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" +JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c" +XML = "72c71f33-b9b6-44de-8c94-c961784809e2" diff --git a/W/WannierInterActionBase/Package.toml b/W/WannierInterActionBase/Package.toml new file mode 100644 index 000000000000000..e29fcdad37f54fe --- /dev/null +++ b/W/WannierInterActionBase/Package.toml @@ -0,0 +1,3 @@ +name = "WannierInterActionBase" +uuid = "30f46834-f0b0-4c0a-9db1-a1e95031f2fb" +repo = "https://github.com/MFC2001/WannierInterActionBase.jl.git" diff --git a/W/WannierInterActionBase/Versions.toml b/W/WannierInterActionBase/Versions.toml new file mode 100644 index 000000000000000..00fba6bc1a884d2 --- /dev/null +++ b/W/WannierInterActionBase/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "2a8d2abcccfa7cf6bb84cda4d94eaeb6d73b25c3"