Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
beckykd and Eric-Arellano authored Dec 18, 2024
1 parent b31c0dd commit 7ec1473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions qiskit/circuit/library/fourier_checking.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ def fourier_checking(f: Sequence[int], g: Sequence[int]) -> QuantumCircuit:
**Reference Circuit:**
.. plot::
:alt: Circuit diagram output by the previous code.
:include-source:
.. plot::
:alt: Circuit diagram output by the previous code.
:include-source:
from qiskit.circuit.library import fourier_checking
circuit = fourier_checking([1, -1, -1, -1], [1, 1, -1, -1])
circuit.draw('mpl')
from qiskit.circuit.library import fourier_checking
circuit = fourier_checking([1, -1, -1, -1], [1, 1, -1, -1])
circuit.draw('mpl')
**Reference:**
Expand Down
2 changes: 1 addition & 1 deletion qiskit/pulse/instruction_schedule_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
class InstructionScheduleMap:
"""Mapping from :py:class:`~qiskit.circuit.QuantumCircuit`
:py:class:`qiskit.circuit.Instruction` names and qubits to
:py:class:`~qiskit.pulse.Schedule` s. In particular, the mapping is formatted as type
:py:class:`~qiskit.pulse.Schedule` s. In particular, the mapping is formatted as type::
Dict[str, Dict[Tuple[int], Schedule]]
Expand Down

0 comments on commit 7ec1473

Please sign in to comment.