Skip to content

Commit

Permalink
impl. full model
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhasenko committed May 2, 2022
1 parent 0fa32d0 commit d5bc005
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 72 deletions.
16 changes: 14 additions & 2 deletions julia/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.7.2"
julia_version = "1.7.0"
manifest_format = "2.0"

[[deps.AbstractPlutoDingetjes]]
Expand Down Expand Up @@ -36,6 +36,12 @@ git-tree-sha1 = "4b859a208b2397a7a623a03449e4636bdb17bcf2"
uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a"
version = "1.16.1+1"

[[deps.Calculus]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "f641eb0a4f00c343bbc32346e1217b86f3ce9dad"
uuid = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
version = "0.5.1"

[[deps.ChainRulesCore]]
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
git-tree-sha1 = "9950387274246d08af38f6eef8cb5480862a435f"
Expand Down Expand Up @@ -476,6 +482,12 @@ version = "1.0.3"
deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"

[[deps.Measurements]]
deps = ["Calculus", "LinearAlgebra", "Printf", "RecipesBase", "Requires"]
git-tree-sha1 = "88cd033eb781c698e75ae0b680e5cef1553f0856"
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
version = "2.7.1"

[[deps.Measures]]
git-tree-sha1 = "e498ddeee6f9fdb4551ce855a46f54dbd900245f"
uuid = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Expand Down Expand Up @@ -744,7 +756,7 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[deps.ThreeBodyDecay]]
deps = ["Cuba", "Parameters", "PartialWaveFunctions", "QuadGK", "RecipesBase", "StaticArrays"]
git-tree-sha1 = "d0266d82eac3b189ab492d3bf749239bc332d19b"
git-tree-sha1 = "dc02cf5ce464aa175435cbd05f0f64df8c8401f5"
repo-rev = "master"
repo-url = "https://github.com/mmikhasenko/ThreeBodyDecay.jl"
uuid = "e6563dab-9ca1-5843-bde3-2ccf38d63843"
Expand Down
1 change: 1 addition & 0 deletions julia/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.1.0"
Corpuscles = "e78a0372-c628-4773-9c8d-eb17d149bf93"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
Expand Down
Loading

0 comments on commit d5bc005

Please sign in to comment.