-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
37 lines (35 loc) · 1.22 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name = "ITensorNetworkAD"
uuid = "79b97fc6-f224-48a6-bc79-3a561f8ff86d"
authors = ["Matthew Fishman <[email protected]>", "Linjian Ma <[email protected]>"]
version = "0.0.1"
[deps]
AutoHOOT = "0bdf4f06-f75d-419a-8d6b-4ad79dc3c0f5"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
OptimKit = "77e91f04-9b3b-57a6-a776-40b61faaebe0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SweepContractor = "75a5deae-e917-4509-af32-a989148c8d5f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[compat]
ChainRulesCore = "1.10"
Combinatorics = "1"
GraphRecipes = "0.5"
Graphs = "1"
GraphsFlows = "0.1"
ITensors = "0.2, 0.3"
OptimKit = "0.3"
Plots = "1"
Reexport = "1"
SimpleWeightedGraphs = "1"
SweepContractor = "0.1"
Zygote = "0.6"
ZygoteRules = "0.2"
julia = "1.6"