-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (33 loc) · 999 Bytes
/
Project.toml
File metadata and controls
39 lines (33 loc) · 999 Bytes
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
name = "IntU"
uuid = "70c8b9a1-b4c5-4d7a-a56e-8e7e6495d68b"
version = "0.9.0"
authors = ["Łukasz Pawela", "Zbigniew Puchała"]
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[weakdeps]
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
[extensions]
IntUITensorsExt = "ITensors"
[compat]
Aqua = "0.8.14"
Combinatorics = "1"
DataStructures = "0.19.3"
ITensors = "0.3, 0.6"
LinearAlgebra = "1.11, 1.12"
MacroTools = "0.5.16"
Memoization = "0.2.2"
SymbolicUtils = "4"
Symbolics = "7"
Test = "1.11, 1.12"
julia = "1.11, 1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua"]