-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (30 loc) · 958 Bytes
/
Project.toml
File metadata and controls
36 lines (30 loc) · 958 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
name = "Tensor4all"
uuid = "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
version = "0.1.0"
authors = ["tensor4all collaboration"]
[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
QuanticsTCI = "b11687fd-3a1c-4c41-97d0-998ab401d50e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RustToolChain = "e9dc52e2-edb8-4742-9783-5e542d30dbb5"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
[weakdeps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
[extensions]
Tensor4allHDF5Ext = ["HDF5"]
[compat]
HDF5 = "0.17"
QuanticsGrids = "0.7"
QuanticsTCI = "0.7.3"
RustToolChain = "0.1"
ScopedValues = "1"
TensorCrossInterpolation = "0.9"
julia = "1.9"
[extras]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HDF5"]