Skip to content

Commit 50117d2

Browse files
committed
Release 0.1.1
1 parent c1c9503 commit 50117d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumControlTestUtils"
22
uuid = "d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
33
authors = ["Michael Goerz <[email protected]"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -16,8 +16,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1717

1818
[compat]
19+
BenchmarkTools = "1.3"
1920
Coverage = "^1.4"
2021
LocalCoverage = "0.4"
2122
QuantumControl = "0.5.0"
22-
QuantumPropagators = "0.3.0"
23+
QuantumPropagators = "0.3.1"
2324
julia = "1.6"

src/dummy_problem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ function optimize_with_dummy_method(problem)
225225
end
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

231232
end

0 commit comments

Comments
 (0)