diff --git a/P/ParticleCorrelations/Compat.toml b/P/ParticleCorrelations/Compat.toml new file mode 100644 index 000000000000000..3dca23514a481eb --- /dev/null +++ b/P/ParticleCorrelations/Compat.toml @@ -0,0 +1,6 @@ +[0] +HCubature = "1" +LegendrePolynomials = "0.3-0.4" +MultipleScattering = "0.1" +Reexport = ["0.2", "1"] +julia = "1" diff --git a/P/ParticleCorrelations/Deps.toml b/P/ParticleCorrelations/Deps.toml new file mode 100644 index 000000000000000..91b89c569243d62 --- /dev/null +++ b/P/ParticleCorrelations/Deps.toml @@ -0,0 +1,7 @@ +[0] +HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49" +LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MultipleScattering = "80a8ab25-5750-5d93-a6d7-4adc97cdd5fb" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/P/ParticleCorrelations/Package.toml b/P/ParticleCorrelations/Package.toml new file mode 100644 index 000000000000000..7020ec1a636ff90 --- /dev/null +++ b/P/ParticleCorrelations/Package.toml @@ -0,0 +1,3 @@ +name = "ParticleCorrelations" +uuid = "2bdc0d93-21f3-4e16-a26e-769a2eaf80d4" +repo = "https://github.com/arturgower/ParticleCorrelations.jl.git" diff --git a/P/ParticleCorrelations/Versions.toml b/P/ParticleCorrelations/Versions.toml new file mode 100644 index 000000000000000..7a1a74484838a7d --- /dev/null +++ b/P/ParticleCorrelations/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "05a0cac6da32e97d33ef8a4590ba900b4e630446" diff --git a/Registry.toml b/Registry.toml index dfcbb72dd61a143..a674e4fbb5bc08d 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1705,6 +1705,7 @@ some amount of consideration when choosing package names. 2bd2a319-f9c6-417c-a4f9-7b097fc62840 = { name = "MathepiaModels", path = "M/MathepiaModels" } 2bd31493-540e-5c8d-87b8-e806a807424c = { name = "Dust_jll", path = "jll/D/Dust_jll" } 2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a = { name = "TopoPlots", path = "T/TopoPlots" } +2bdc0d93-21f3-4e16-a26e-769a2eaf80d4 = { name = "ParticleCorrelations", path = "P/ParticleCorrelations" } 2be3f83a-7913-5748-9f20-7d448995b934 = { name = "FlashWeave", path = "F/FlashWeave" } 2be41995-7c9f-4653-b682-bfa4e7cebb93 = { name = "ITensorGaussianMPS", path = "I/ITensorGaussianMPS" } 2be4ce25-7785-4970-b867-04d521c5a137 = { name = "AutomationLabsExportation", path = "A/AutomationLabsExportation" }