File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111
1212[compat ]
1313LinearAlgebra = " 1"
14- QuantumControlBase = " >= 0.8"
14+ QuantumControlBase = " 0.8,0.9 "
1515Random = " 1"
1616SparseArrays = " 1"
1717julia = " 1.9"
Original file line number Diff line number Diff line change 22Coverage = " a2441757-f6aa-5fb2-8edb-039e3f45d037"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
44DocumenterInterLinks = " d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
5- GRAPE = " 6b52fcaf-80fe-489a-93e9-9f92080510be"
6- GRAPELinesearchAnalysis = " 290eba36-e2d8-4488-81b6-f66cc44f2186"
75JuliaFormatter = " 98e50ef6-434e-11e9-1051-2b60c6c9e899"
86LiveServer = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
97LocalCoverage = " 5f6e1e16-694c-5876-87ef-16b5274f298e"
Original file line number Diff line number Diff line change 11using Test
2- using QuantumControl : hamiltonian
3- using QuantumControl . Controls: get_controls
2+ using QuantumPropagators . Generators : hamiltonian
3+ using QuantumPropagators . Controls: get_controls
44using 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
67using QuantumGradientGenerators: GradGenerator, GradVector
78using LinearAlgebra: norm
89
You can’t perform that action at this time.
0 commit comments