Skip to content

Commit

Permalink
Minor formatting of docs for pulse module (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli authored Feb 28, 2024
1 parent b975010 commit f15fa97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions qiskit_dynamics/pulse/pulse_to_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ def get_awg_signals(
signals: List[DiscreteSignal], if_modulation: float
) -> List[DiscreteSignal]:
r"""
Create signals that correspond to the output ports of an Arbitrary Waveform Generator
to be used with IQ mixers. For each signal in the list the number of signals is double
to create the I and Q components. The I and Q signals represent the real and imaginary
parts, respectively, of
Create signals that correspond to the output ports of an Arbitrary Waveform Generator to be
used with IQ mixers. For each signal in the list the number of signals is double to create
the I and Q components. The I and Q signals represent the real and imaginary parts,
respectively, of
.. math::
\Omega(t) e^{i \omega_{if} t}
Expand All @@ -265,8 +265,8 @@ def get_awg_signals(
envelopes.
Returns:
iq signals: A list of signals which is twice as long as the input list of signals.
For each input signal get_awg_signals returns two
iq signals: A list of signals which is twice as long as the input list of signals. For
each input signal get_awg_signals returns two
"""
new_signals = []

Expand Down Expand Up @@ -327,8 +327,8 @@ def _get_channel(self, channel_name: str):


def get_samples(pulse: SymbolicPulse) -> ArrayLike:
"""Return samples filled according to the formula that the pulse
represents and the parameter values it contains.
"""Return samples filled according to the formula that the pulse represents and the parameter
values it contains.
Args:
pulse: SymbolicPulse class.
Expand Down

0 comments on commit f15fa97

Please sign in to comment.