Skip to content

Commit

Permalink
insert spaces in InstructionToSignals docs
Browse files Browse the repository at this point in the history
  • Loading branch information
to24toro committed Feb 15, 2023
1 parent f8b055e commit c3338c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_dynamics/pulse/pulse_to_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ class InstructionToSignals:
schedule. The converter applies to instances of :class:`~qiskit.pulse.Schedule`. Instances of
:class:`~qiskit.pulse.ScheduleBlock` must first be converted to :class:`~qiskit.pulse.Schedule`
using the :func:`~qiskit.pulse.transforms.block_to_schedule` function in Qiskit Pulse.
The converter can be initialized with the optional arguments ``carriers`` and ``channels``. When
``channels`` is given, only the signals specified by name in ``channels`` are returned. The
``carriers`` dictionary specifies the analog carrier frequency of each channel. Here, the keys
are the channel name, e.g. ``d12`` for drive channel number ``12``, and the values are the
corresponding frequency. If a channel is not present in ``carriers`` it is assumed that the
analog carrier frequency is zero.
See the :meth:`get_signals` method documentation for a detailed description of how pulse
schedules are interpreted and translated into :class:`.DiscreteSignal` objects.
"""
Expand Down

0 comments on commit c3338c5

Please sign in to comment.