-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
35 lines (31 loc) · 1022 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
31
32
33
34
35
name = "QuantumControl"
uuid = "8a270532-f23f-47a8-83a9-b33d10cad486"
authors = ["Michael Goerz <mail@michaelgoerz.net>"]
version = "0.11.1+dev"
[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuantumPropagators = "7bf12567-5742-4b91-a078-644e72a65fc1"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extensions]
QuantumControlFiniteDifferencesExt = "FiniteDifferences"
QuantumControlZygoteExt = "Zygote"
[compat]
FileIO = "1"
FiniteDifferences = "0.12"
IOCapture = "0.2.4"
JLD2 = "0.4, 0.5"
LinearAlgebra = "1"
Logging = "1"
Printf = "1"
QuantumPropagators = ">=0.8.2"
Zygote = "0.6"
julia = "1.9"