Skip to content

Commit 4a2aa09

Browse files
authored
Expose new_modulated_gaussian_control (#111)
1 parent c4827e0 commit 4a2aa09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

qctrlopencontrols/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
__version__ = "4.6.0"
2020

2121
from .driven_controls.driven_control import DrivenControl
22-
from .driven_controls.predefined import new_predefined_driven_control
22+
from .driven_controls.predefined import (
23+
new_modulated_gaussian_control,
24+
new_predefined_driven_control,
25+
)
2326
from .dynamic_decoupling_sequences.dynamic_decoupling_sequence import (
2427
DynamicDecouplingSequence,
2528
convert_dds_to_driven_control,
@@ -29,6 +32,7 @@
2932
__all__ = [
3033
"convert_dds_to_driven_control",
3134
"new_predefined_dds",
35+
"new_modulated_gaussian_control",
3236
"new_predefined_driven_control",
3337
"DrivenControl",
3438
"DynamicDecouplingSequence",

0 commit comments

Comments
 (0)