-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
50 lines (48 loc) · 1.72 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
39
40
41
42
43
44
45
46
47
48
49
50
name = "MPSDynamics"
uuid = "8fc8f346-e1eb-498f-94db-02ffe92d8134"
authors = ["Angus Dunnett", "Thibaut Lacroix", "Brieuc Le Dé", "Angela Riva"]
maintainers = ["ShareLOQS <[email protected]>"]
version = "1.1.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Jacobi = "83f21c0b-4282-5fbc-9e3f-f6da3d2e584c"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
[compat]
Dates = "1.1.0 - 1.11"
DelimitedFiles = "1.1.0 - 1.9"
Distributed = "1.1.0 - 1.11"
GraphRecipes = "0.4, 0.5"
HDF5 = "0.17.2"
ITensors = "0.7"
ITensorMPS = "0.3"
Interpolations = "0.11, 0.15"
JLD = "0.13.5"
Jacobi = "0.7.0"
KrylovKit = "0.8.3"
LinearAlgebra = "1.0.0 - 1.11"
Logging = "1.5.0 - 1.11"
Plots = "1.35.0 - 1.40"
Preferences = "1.0.0 - 1.4"
Printf = "1.0.0 - 1.11"
QuadGK = "2.0.0 - 2.11"
Random = "1.0.0 - 1.11"
SpecialFunctions = "2.4.0"
TensorOperations = "4.0.7"
julia = "1.7 - 1.11"