-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (38 loc) · 1.6 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
name = "QuantumGateDesign"
uuid = "f716b271-9d99-4329-8adc-fa1e42d5b881"
authors = ["Spencer Lee <[email protected]>"]
version = "0.1.0"
[deps]
BSplines = "488c2830-172b-11e9-1591-253b8a7df96d"
BasicBSpline = "4c5d9882-2acf-4ea4-9e48-968fd4518195"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Juqbox = "d847742d-ef10-4feb-8f3c-cfc2faa2caf7"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
[extensions]
ControlVisualizer = "GLMakie"
JuqboxHelpers = "Juqbox"
OrdinaryDiffEqInterface = "OrdinaryDiffEq"
QuTipIntegration = ["PythonCall", "CondaPkg"]
[extras]
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[targets]
test = ["Test", "Polynomials", "UnicodePlots", "PrettyTables"]