File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
import os
16
16
import sys
17
17
sys .path .insert (0 , os .path .abspath ('.' ))
18
- # sys.path.insert(1, os.path.abspath('../../'))
18
+ sys .path .insert (1 , os .path .abspath ('../../' ))
19
19
20
20
import filter_functions
21
21
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ filter\_functions.basis module
20
20
:undoc-members:
21
21
:show-inheritance:
22
22
23
+ filter\_ functions.gradient module
24
+ ---------------------------------
25
+
26
+ .. automodule :: filter_functions.gradient
27
+ :members:
28
+ :undoc-members:
29
+ :show-inheritance:
30
+
23
31
filter\_ functions.numeric module
24
32
--------------------------------
25
33
@@ -44,14 +52,6 @@ filter\_functions.pulse\_sequence module
44
52
:undoc-members:
45
53
:show-inheritance:
46
54
47
- filter\_ functions.gradient module
48
- ----------------------------------------
49
-
50
- .. automodule :: filter_functions.gradient
51
- :members:
52
- :undoc-members:
53
- :show-inheritance:
54
-
55
55
filter\_ functions.superoperator module
56
56
--------------------------------------
57
57
You can’t perform that action at this time.
0 commit comments