-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 997 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
name = "OhMyQSIM"
uuid = "19761982-0bba-11ea-3d5f-93c17441e836"
authors = ["Niall Moran <[email protected]>"]
version = "0.1.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
QuantumInformation = "3c0b384b-479c-5684-b2ef-9d7a46dd931e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[compat]
Compat = "3.10.0"
Documenter = "0.24.3, 0.25"
DocumenterTools = "0.1.4"
FFTW = "1.1.0"
MbedTLS = "0.6.8, 1.0"
QuantumInformation = "0.4.6"
SpecialFunctions = "0.8.0, 0.10"
TensorOperations = "1.3.1, 2.2, 3.0"
TestSetExtensions = "2.0.0"
julia = "1.0.5, 1.4.2"