File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " QuantumControlTestUtils"
22uuid = " d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
33authors = [" Michael Goerz <mail@michaelgoerz.net" ]
4- version = " 0.1.0 "
4+ version = " 0.1.1 "
55
66[deps ]
77BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -16,8 +16,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1717
1818[compat ]
19+ BenchmarkTools = " 1.3"
1920Coverage = " ^1.4"
2021LocalCoverage = " 0.4"
2122QuantumControl = " 0.5.0"
22- QuantumPropagators = " 0.3.0 "
23+ QuantumPropagators = " 0.3.1 "
2324julia = " 1.6"
Original file line number Diff line number Diff line change @@ -225,7 +225,8 @@ function optimize_with_dummy_method(problem)
225225end
226226
227227
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)
229230
230231
231232end
You can’t perform that action at this time.
0 commit comments