-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
88 lines (84 loc) · 2.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name = "Tenet"
uuid = "85d41934-b9cd-44e1-8730-56d86f15f3ec"
authors = ["Sergio Sánchez Ramírez <[email protected]>"]
version = "0.8.0-DEV"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
BijectiveDicts = "d089a002-103b-496c-a4e3-58f90cf955b0"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DeltaArrays = "10b0fc19-5ccc-4427-889b-d75dd6306188"
EinExprs = "b1794770-133b-4de1-afb4-526377e9f4c5"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KeywordDispatch = "5888135b-5456-5c80-a1b6-c91ef8180460"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Quac = "b9105292-1415-45cf-bff1-d6ccf71e6143"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
[extensions]
TenetAdaptExt = "Adapt"
TenetChainRulesCoreExt = "ChainRulesCore"
TenetChainRulesExt = "ChainRules"
TenetChainRulesTestUtilsExt = ["ChainRulesCore", "ChainRulesTestUtils"]
TenetDaggerExt = "Dagger"
TenetFiniteDifferencesExt = "FiniteDifferences"
TenetGraphMakieExt = ["GraphMakie", "Makie"]
TenetITensorMPSExt = ["ITensors", "ITensorMPS"]
TenetITensorNetworksExt = "ITensorNetworks"
TenetITensorsExt = "ITensors"
TenetKrylovKitExt = ["KrylovKit"]
TenetPythonCallExt = "PythonCall"
TenetQuacExt = "Quac"
TenetReactantExt = "Reactant"
TenetYaoBlocksExt = "YaoBlocks"
[compat]
AbstractTrees = "0.4"
Adapt = "4"
BijectiveDicts = "0.1"
ChainRules = "1.0"
ChainRulesCore = "1.0"
ChainRulesTestUtils = "1"
Combinatorics = "1.0"
Dagger = "0.18"
DeltaArrays = "0.1.1"
EinExprs = "0.5, 0.6"
FiniteDifferences = "0.12"
GraphMakie = "0.4,0.5"
Graphs = "1.7"
ITensorMPS = "0.2, 0.3"
ITensorNetworks = "0.11"
ITensors = "0.6"
KeywordDispatch = "0.3"
KrylovKit = "0.7, 0.8"
LinearAlgebra = "1.10"
Makie = "0.18,0.19,0.20, 0.21"
OMEinsum = "0.7, 0.8"
PythonCall = "0.9"
Quac = "0.3"
Random = "1.10"
Reactant = "0.2"
ScopedValues = "1"
Serialization = "1.10"
SparseArrays = "1.10"
UUIDs = "1.10"
YaoBlocks = "0.13"
julia = "1.10"