-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathProject.toml
More file actions
83 lines (77 loc) · 2.87 KB
/
Copy pathProject.toml
File metadata and controls
83 lines (77 loc) · 2.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name = "Piccolo"
uuid = "c4671d76-df94-11ed-2057-43d4fd632fad"
version = "1.19.0"
authors = ["Aaron Trowbridge <aaron@harmoniqs.co> and contributors"]
[deps]
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DirectTrajOpt = "c823fa1f-8872-4af5-b810-2b9b72bbbf56"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialAction = "e24c0720-ea99-47e8-929e-571b494574d3"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NamedTrajectories = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08"
OrdinaryDiffEqLinear = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
TrajectoryIndexingUtils = "6dad8b7f-dd9a-4c28-9b70-85b9a079bfc8"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[weakdeps]
QuantumToolbox = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
[extensions]
PiccoloMakieExt = ["Makie"]
PiccoloQuantumToolboxExt = ["QuantumToolbox", "Makie"]
[compat]
Aqua = "0.8"
CairoMakie = "0.15"
DataInterpolations = "8.9"
DirectTrajOpt = "0.9.5"
Distributions = "0.25"
ExponentialAction = "0.2"
ForwardDiff = "1.3"
JET = "0.9, 0.10, 0.11"
JLD2 = "0.6"
LaTeXStrings = "1.4"
Libdl = "1.10, 1.11, 1.12"
LinearAlgebra = "1.10, 1.11, 1.12"
Makie = "0.24"
NamedTrajectories = "0.8, 0.9"
OrdinaryDiffEqLinear = "1.10, 2"
OrdinaryDiffEqTsit5 = "1.9, 2"
Printf = "1.10, 1.11, 1.12"
ProgressMeter = "1.11"
QuantumToolbox = "0.42, 0.43, 0.44, 0.45, 0.46, 0.47"
Random = "1.10, 1.11, 1.12"
Reexport = "1.2"
SciMLBase = "2.148, 3"
Serialization = "1.10, 1.11, 1.12"
SparseArrays = "1.10, 1.11, 1.12"
SpecialFunctions = "2.7"
SymbolicIndexingInterface = "0.3"
Test = "1.10, 1.11, 1.12"
TestItemRunner = "1.1"
TestItems = "1.0"
TrajectoryIndexingUtils = "0.1"
UnicodePlots = "3"
julia = "1.10, 1.11, 1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
QuantumToolbox = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CairoMakie", "JET", "QuantumToolbox", "Serialization", "Test"]