forked from HaeffnerLab/IonSim.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 1.03 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
name = "IonSim"
uuid = "511e77fe-ab93-41f7-8f07-8f89809c6435"
authors = ["Joseph Broz <[email protected]>"]
version = "0.2.2"
[deps]
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PolynomialRoots = "3a141323-8675-5d76-9d11-e1df1406c778"
QuantumOptics = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
julia = "1.3"
FunctionWrappers = "1.1.2"
NLsolve = "4.5.1"
OrderedCollections = "1.4.1"
PolynomialRoots = "1.0.0"
QuantumOptics = "0.8.0"
WignerSymbols = "1.0.0"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Suppressor"]