Skip to content

Commit

Permalink
fix text when no code
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Dec 11, 2024
1 parent b9a59d6 commit 8c1cbbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/fourier_checking.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, f: Sequence[int], g: Sequence[int]) -> None:
Reference Circuit:
.. plot::
:alt: [Circuit diagram output by the previous code.]
:alt: [Diagram illustrating the previously described circuit.]
from qiskit.circuit.library import FourierChecking
from qiskit.visualization.library import _generate_circuit_library_visualization
Expand Down
2 changes: 1 addition & 1 deletion qiskit/circuit/library/graph_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GraphState(QuantumCircuit):
**Reference Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
:alt: [Diagram illustrating the previously described circuit.]
from qiskit.circuit.library import GraphState
from qiskit.visualization.library import _generate_circuit_library_visualization
Expand Down
2 changes: 1 addition & 1 deletion qiskit/circuit/library/hidden_linear_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class HiddenLinearFunction(QuantumCircuit):
**Reference Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
:alt: [Diagram illustrating the previously described circuit.]
from qiskit.circuit.library import HiddenLinearFunction
from qiskit.visualization.library import _generate_circuit_library_visualization
Expand Down
4 changes: 2 additions & 2 deletions qiskit/circuit/library/iqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IQP(QuantumCircuit):
**Reference Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
:alt: [Diagram illustrating the previously described circuit.]
from qiskit.circuit.library import IQP
A = [[6, 5, 3], [5, 4, 5], [3, 5, 1]]
Expand All @@ -48,7 +48,7 @@ class IQP(QuantumCircuit):
**Expanded Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
:alt: [Diagram illustrating the previously described circuit.]
from qiskit.circuit.library import IQP
from qiskit.visualization.library import _generate_circuit_library_visualization
Expand Down

0 comments on commit 8c1cbbc

Please sign in to comment.