File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " QuantumControlTestUtils"
2
2
uuid = " d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
3
3
authors = [
" Michael Goerz <[email protected] " ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -16,8 +16,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
16
16
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
17
17
18
18
[compat ]
19
+ BenchmarkTools = " 1.3"
19
20
Coverage = " ^1.4"
20
21
LocalCoverage = " 0.4"
21
22
QuantumControl = " 0.5.0"
22
- QuantumPropagators = " 0.3.0 "
23
+ QuantumPropagators = " 0.3.1 "
23
24
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -225,7 +225,8 @@ function optimize_with_dummy_method(problem)
225
225
end
226
226
227
227
228
- QuantumControl. optimize (problem, method:: Val{:dummymethod} ) = optimize_with_dummy_method (problem)
228
+ QuantumControl. optimize (problem, method:: Val{:dummymethod} ) =
229
+ optimize_with_dummy_method (problem)
229
230
230
231
231
232
end
You can’t perform that action at this time.
0 commit comments