Skip to content

Commit

Permalink
Update graph_state.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Dec 11, 2024
1 parent e27d873 commit d0fbad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit/circuit/library/graph_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class GraphState(QuantumCircuit):
**Reference Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
from qiskit.circuit.library import GraphState
from qiskit.visualization.library import _generate_circuit_library_visualization
Expand Down Expand Up @@ -105,6 +106,7 @@ class GraphStateGate(Gate):
**Reference Circuit:**
.. plot::
:alt: [Circuit diagram output by the previous code.]
:include-source:
from qiskit.circuit import QuantumCircuit
Expand Down

0 comments on commit d0fbad4

Please sign in to comment.