-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 1.04 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
name = "PartitionedMPSs"
uuid = "17ce1de9-5131-45e3-8a48-9723b6e2dc23"
authors = ["Hiroshi Shinaoka <[email protected]> and contributors"]
version = "0.5.4"
[deps]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
CoverageTools = "c36e975a-824b-4404-a568-ef97ca766997"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FastMPOContractions = "f6e391d2-8ffa-4d7a-98cd-7e70024481ca"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
[compat]
Coverage = "1"
CoverageTools = "1"
EllipsisNotation = "1"
FastMPOContractions = "0.2.5"
ITensorMPS = "0.3.2"
ITensors = "0.7"
LocalCoverage = "0.8"
OrderedCollections = "1.6.3"
julia = "1.6"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Quantics = "87f76fb3-a40a-40c9-a63c-29fcfe7b7547"
[targets]
test = ["Test", "Random", "Quantics"]