Skip to content

Commit 65686a2

Browse files
committed
Export check_parameterized function
1 parent 3d82dd2 commit 65686a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QuantumControl.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ end
5555

5656

5757
module Interfaces
58-
using QuantumPropagators.Interfaces: check_state, check_operator, check_control
59-
export check_state, check_operator, check_control
58+
using QuantumPropagators.Interfaces: check_state, check_operator, check_control, check_parameterized_function, check_parameterized
59+
export check_state, check_operator, check_control, check_parameterized_function, check_parameterized
6060
using QuantumControlBase: check_generator, check_amplitude
6161
export check_generator, check_amplitude
6262
end

0 commit comments

Comments
 (0)