Skip to content

Commit 9723e77

Browse files
committed
Declare compatible with QuantumControlBase 0.9
1 parent 3a68a2c commit 9723e77

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111

1212
[compat]
1313
LinearAlgebra = "1"
14-
QuantumControlBase = ">=0.8"
14+
QuantumControlBase = "0.8,0.9"
1515
Random = "1"
1616
SparseArrays = "1"
1717
julia = "1.9"

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
5-
GRAPE = "6b52fcaf-80fe-489a-93e9-9f92080510be"
6-
GRAPELinesearchAnalysis = "290eba36-e2d8-4488-81b6-f66cc44f2186"
75
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
86
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
97
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"

test/test_interface.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using Test
2-
using QuantumControl: hamiltonian
3-
using QuantumControl.Controls: get_controls
2+
using QuantumPropagators.Generators: hamiltonian
3+
using QuantumPropagators.Controls: get_controls
44
using QuantumControlTestUtils.RandomObjects: random_matrix, random_state_vector
5-
using QuantumControl.Interfaces: check_generator, check_state
5+
using QuantumControlBase: check_generator
6+
using QuantumPropagators.Interfaces: check_state
67
using QuantumGradientGenerators: GradGenerator, GradVector
78
using LinearAlgebra: norm
89

0 commit comments

Comments
 (0)