forked from qojulia/CollectiveSpins.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (26 loc) · 857 Bytes
/
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
name = "CollectiveSpins"
uuid = "abf2e61e-3022-5fcf-a868-69d409dee72b"
version = "0.1.4"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
QuantumOptics = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
Polylogarithms = "43cc4a2f-1a2b-4fbb-87e3-95c794af13de"
[compat]
Combinatorics = "1"
DiffEqCallbacks = "2"
Optim = "0.22"
OrdinaryDiffEq = "5"
QuantumOptics = "1"
QuantumOpticsBase = "0.3"
Polylogarithms = "0.1"
julia = "1.4"
[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Statistics", "Test"]