-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (42 loc) · 1.63 KB
/
Project.toml
File metadata and controls
48 lines (42 loc) · 1.63 KB
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
name = "T4ATensorCI"
uuid = "14428447-6903-48c7-83df-f2cb08af9918"
version = "0.12.1"
authors = ["Ritter.Marc <Ritter.Marc@physik.uni-muenchen.de>, Hiroshi Shinaoka <h.shinaoka@gmail.com> and contributors"]
[deps]
BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
T4AMatrixCI = "c72b89c1-c391-41a7-b711-dfcca653bb47"
T4ATensorTrain = "ec6ec972-96ae-4a21-b859-3911b77e305f"
[weakdeps]
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
T4AITensorCompat = "864b39ca-388c-4f43-a593-a1076cf4b253"
[extensions]
TCIITensorConversion = ["ITensors", "ITensorMPS"]
TCIT4AITensorCompatConversion = ["ITensors", "T4AITensorCompat"]
[compat]
BitIntegers = "0.3.5"
EllipsisNotation = "1"
ITensors = "0.9"
Optim = "1"
QuadGK = "2.9"
Random = "1.9.0"
T4AITensorCompat = "0.8"
T4AMatrixCI = "0.1"
T4ATensorTrain = "0.2"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
T4AITensorCompat = "864b39ca-388c-4f43-a593-a1076cf4b253"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Aqua", "Test", "Random", "ITensors", "ITensorMPS", "T4AITensorCompat", "Zygote", "Optim", "QuanticsGrids", "JET"]