Skip to content

Commit

Permalink
Merge pull request #283 from MorelloLab/feature/dummy_pulse
Browse files Browse the repository at this point in the history
added DummyPulse to be recognized by silq
  • Loading branch information
RostyslavSavytskyy authored May 17, 2021
2 parents 4fa3dc6 + 84b0ad9 commit d6f00e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion silq/pulses/pulse_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from qcodes.instrument.parameter import Parameter
from qcodes.utils import validators as vals

__all__ = ['Pulse', 'SteeredInitialization', 'SinePulse', 'MultiSinePulse',
__all__ = ['Pulse', 'DummyPulse', 'SteeredInitialization', 'SinePulse', 'MultiSinePulse',
'FrequencyRampPulse', 'DCPulse', 'DCRampPulse', 'TriggerPulse',
'MarkerPulse', 'TriggerWaitPulse', 'MeasurementPulse',
'CombinationPulse', 'AWGPulse', 'pulse_conditions']
Expand Down Expand Up @@ -546,6 +546,7 @@ class DummyPulse(Pulse):
"""Pulse that will be ignored by the layout"""
pass


class SteeredInitialization(Pulse):
"""Initialization pulse to ensure a spin-down electron is loaded.
Expand Down

0 comments on commit d6f00e2

Please sign in to comment.