Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed May 14, 2024
1 parent a6c4f22 commit c3a3171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter_functions/pulse_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -1950,6 +1950,7 @@ def remap(pulse: PulseSequence, order: Sequence[int], d_per_qubit: int = 2,
True
Caching of attributes is automatically handled
>>> remapped_pulse.is_cached('filter_function')
False
>>> pulse.cache_filter_function(util.get_sample_frequencies(pulse))
Expand Down

0 comments on commit c3a3171

Please sign in to comment.