Skip to content

Commit

Permalink
Expose predefined DD functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tachikoma-li authored Sep 24, 2020
1 parent 4e76231 commit f76caf4
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion qctrlopencontrols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,19 @@
DynamicDecouplingSequence,
convert_dds_to_driven_control,
)
from .dynamic_decoupling_sequences.predefined import new_predefined_dds
from .dynamic_decoupling_sequences.predefined import (
new_carr_purcell_sequence,
new_cpmg_sequence,
new_periodic_sequence,
new_predefined_dds,
new_quadratic_sequence,
new_ramsey_sequence,
new_spin_echo_sequence,
new_uhrig_sequence,
new_walsh_sequence,
new_x_concatenated_sequence,
new_xy_concatenated_sequence,
)

__all__ = [
"DrivenControl",
Expand All @@ -54,4 +66,14 @@
"new_scrofulous_control",
"new_sk1_control",
"new_wamf1_control",
"new_carr_purcell_sequence",
"new_cpmg_sequence",
"new_periodic_sequence",
"new_quadratic_sequence",
"new_ramsey_sequence",
"new_spin_echo_sequence",
"new_uhrig_sequence",
"new_walsh_sequence",
"new_x_concatenated_sequence",
"new_xy_concatenated_sequence",
]

0 comments on commit f76caf4

Please sign in to comment.