Skip to content

Commit

Permalink
also on creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomos11 committed Dec 13, 2024
1 parent 5050d92 commit 55a4e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qupulse/pulses/time_reversal_pulse_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class TimeReversalPulseTemplate(PulseTemplate):
def __init__(self, inner: PulseTemplate,
identifier: Optional[str] = None,
registry: PulseRegistryType = None):
raise NotImplementedError("Not yet adapted to ProgramBuilder formalism")
super(TimeReversalPulseTemplate, self).__init__(identifier=identifier)
self._inner = inner
self._register(registry=registry)
Expand Down

0 comments on commit 55a4e6b

Please sign in to comment.