diff --git a/A/AtomsCalculators/Compat.toml b/A/AtomsCalculators/Compat.toml new file mode 100644 index 000000000000000..f0a2afdb4fd59bf --- /dev/null +++ b/A/AtomsCalculators/Compat.toml @@ -0,0 +1,5 @@ +[0] +AtomsBase = "0.3" +StaticArrays = "1" +Unitful = "1" +julia = "1.6.0-1" diff --git a/A/AtomsCalculators/Deps.toml b/A/AtomsCalculators/Deps.toml new file mode 100644 index 000000000000000..704ff6486f65d60 --- /dev/null +++ b/A/AtomsCalculators/Deps.toml @@ -0,0 +1,5 @@ +[0] +AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" diff --git a/A/AtomsCalculators/Package.toml b/A/AtomsCalculators/Package.toml new file mode 100644 index 000000000000000..dbf565107cd9316 --- /dev/null +++ b/A/AtomsCalculators/Package.toml @@ -0,0 +1,3 @@ +name = "AtomsCalculators" +uuid = "a3e0e189-c65a-42c1-833c-339540406eb1" +repo = "https://github.com/JuliaMolSim/AtomsCalculators.jl.git" diff --git a/A/AtomsCalculators/Versions.toml b/A/AtomsCalculators/Versions.toml new file mode 100644 index 000000000000000..83aea44940ea017 --- /dev/null +++ b/A/AtomsCalculators/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "213f3345c794cdb04351ed6589bcf4ddf21e068e" diff --git a/Registry.toml b/Registry.toml index f3437dd63c0448e..e4ebe31cec721b6 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6528,6 +6528,7 @@ a3dbcd64-d9cb-45e9-b48d-422bbbdd8627 = { name = "LDAPClient", path = "L/LDAPClie a3dee88c-baf6-5d24-a1ed-2b752da90c9e = { name = "DandelionWebSockets", path = "D/DandelionWebSockets" } a3df0bfa-898a-51af-9696-aaeb342b5108 = { name = "cmark_gfm_jll", path = "jll/C/cmark_gfm_jll" } a3e06817-fd65-4797-8291-16f435bc2529 = { name = "BitMasks", path = "B/BitMasks" } +a3e0e189-c65a-42c1-833c-339540406eb1 = { name = "AtomsCalculators", path = "A/AtomsCalculators" } a3e2863e-c0ee-5ff6-a523-307a4cdc8724 = { name = "WiltonInts84", path = "W/WiltonInts84" } a3e50fc0-e135-5cb8-92f4-a3765d91b533 = { name = "Hashpipe_jll", path = "jll/H/Hashpipe_jll" } a3ea4736-0a3b-4c29-ac8a-20364318a635 = { name = "Fable", path = "F/Fable" }