We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new_modulated_gaussian_control
1 parent c4827e0 commit 4a2aa09Copy full SHA for 4a2aa09
qctrlopencontrols/__init__.py
@@ -19,7 +19,10 @@
19
__version__ = "4.6.0"
20
21
from .driven_controls.driven_control import DrivenControl
22
-from .driven_controls.predefined import new_predefined_driven_control
+from .driven_controls.predefined import (
23
+ new_modulated_gaussian_control,
24
+ new_predefined_driven_control,
25
+)
26
from .dynamic_decoupling_sequences.dynamic_decoupling_sequence import (
27
DynamicDecouplingSequence,
28
convert_dds_to_driven_control,
@@ -29,6 +32,7 @@
29
32
__all__ = [
30
33
"convert_dds_to_driven_control",
31
34
"new_predefined_dds",
35
+ "new_modulated_gaussian_control",
36
"new_predefined_driven_control",
37
"DrivenControl",
38
"DynamicDecouplingSequence",
0 commit comments