-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
38 lines (33 loc) · 1.11 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
name = "ITensorNumericalAnalysis"
uuid = "666f501e-685d-4e36-ab44-ece85df6022b"
authors = ["Joseph Tindall <[email protected]>", "Ryan Levy <[email protected]>"]
version = "0.2.0"
[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
ITensorTCI = "23d98011-b9e5-4fd0-831d-c25c73611ef5"
[compat]
Dictionaries = "0.4.2"
Glob = "1.3.1"
Graphs = "1.9"
ITensorMPS = "0.3"
ITensorNetworks = "0.11.24"
ITensors = "0.7"
ITensorTCI = "0.0.1"
NamedGraphs = "0.6"
Random = "1.8"
SplitApplyCombine = "1.2.3"
julia = "1.10"
[extensions]
ITensorNumericalAnalysisTCIExt = "ITensorTCI"
[extras]
ITensorTCI = "23d98011-b9e5-4fd0-831d-c25c73611ef5"