Skip to content

Commit c19b19a

Browse files
committed
Export new check_amplitude
1 parent 969d763 commit c19b19a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/QuantumControl.jl

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

5656

5757
module Interfaces
58-
using QuantumPropagators.Interfaces: check_state, check_operator, check_amplitude, check_control
59-
export check_state, check_operator, check_amplitude, check_control
60-
using QuantumControlBase: check_generator
61-
export check_generator
58+
using QuantumPropagators.Interfaces: check_state, check_operator, check_control
59+
export check_state, check_operator, check_control
60+
using QuantumControlBase: check_generator, check_amplitude
61+
export check_generator, check_amplitude
6262
end
6363

6464

0 commit comments

Comments
 (0)